tools
Based on the provided text, the article contains the source code for a batch file titled "BLUE MOON V6.5". The program presents a text-based menu with options to launch web applications, generate random usernames and pas…
Full-text search across 783 articles. Combine with topic and date filters; results sorted by relevance.
Based on the provided text, the article contains the source code for a batch file titled "BLUE MOON V6.5". The program presents a text-based menu with options to launch web applications, generate random usernames and pas…
The article describes the problem of "architectural drift" in AI-assisted coding, where AI agents forget past project decisions (like database choices or rejected libraries) with each new session, forcing developers to r…
AI Native DevCon 2026, a conference for engineering leaders taking place in London on June 1-2, which focuses on the practical challenges of deploying AI coding agents in production. Organizer Guy Podjarny notes that whi…
Zoox has built a proprietary AI platform to accelerate developer productivity using large language models, addressing the slow information discovery and onboarding process that can take new engineers weeks before they wr…
Google AI Studio now supports native Kotlin development for Android apps, integrating with Firebase services to create full-stack applications using the Gemini 3.5 model. The author used this new capability to build an a…
This article provides a practical guide to designing RESTful APIs, emphasizing a resource-oriented approach where endpoints represent nouns and HTTP verbs describe actions, rather than using action-based URLs. It covers …
Based on the article, the author, a self-described "AI skeptic," successfully used local LLMs (GPT-OSS 20B and Qwen3 Coder 30B) to migrate blog comments, completing the task in a few evenings. The author notes that while…
Railway, a San Francisco-based cloud platform, raised $100 million in Series B funding led by TQ Ventures to build AI-native infrastructure that challenges Amazon Web Services and Google Cloud. The company, which has ama…
The term "AI slop" unfairly stigmatizes AI-generated code for flaws like redundancy and edge-case errors, which are fundamentally the same as human-made "bugs" that the software industry has long accepted and managed thr…
Public preview of AppLifecycle Manager Feature Flags (ALM FF) on Google Cloud, which allows teams to deploy code to production with new features disabled by default and gradually enable them using rule-based toggles. Thi…
CLI coding agents like Claude Code can rapidly increase token costs by reading entire repositories, running verbose tests, and resending full conversation history on every turn. To reduce expenses, users should limit con…
Key developments in large language models (LLMs) from November 2025 to May 2026, highlighting a critical inflection point where coding agents became reliably effective for daily use. During this period, the title of "bes…
AgentRouter is a non-profit AI API gateway launched in October 2025 that allows developers to access models from providers like OpenAI, Anthropic, DeepSeek, and Zhipu AI through a single API key and endpoint, eliminating…
Based on the article, the author tested four Chinese AI APIs—DeepSeek, Qwen, Kimi, and GLM—to determine which offers the best value for money. DeepSeek V4 Flash is highlighted as the top choice for English tasks and codi…
The author, a photographer and software developer who splits time between the Maasai Mara and coding, built a local AI system on a five-year-old MacBook to solve the problem of indexing a year's worth of unlabeled video …
Architecture of the AWS Briefing Agent, which was refactored to use the Strands Agents SDK and Amazon Bedrock Knowledge Base, resulting in a 75% reduction in code. The Strands Agents SDK provides core components like the…
The primary risk from AI in software development is not poor code quality but a lack of code provenance, traceability, and attribution. It advises teams to shift focus from choosing the best AI model to improving workflo…
CLI coding agents like Claude Code and Codex can generate significant token costs by reading entire files, repeating conversation history, and processing irrelevant context during each session. The guide recommends reduc…
Artificial intelligence systems are now helping to build improved versions of themselves, with OpenAI's GPT-5.3-Codex assisting in its own creation and Anthropic reporting that Claude Code writes the majority of its code…
The article describes how the author used the MiniZinc constraint solver to solve the New York Times' daily Pips puzzle, where dominoes must be placed on a grid to satisfy specific conditions like sums and equality of pi…