The Post-Developer Era
The article argues that despite widespread adoption of AI coding tools like those used at Google, human developers remain essential and have not been replaced. The author contends that AI generates code under the guidanc…
Full-text search across 765 articles. Combine with topic and date filters; results sorted by relevance.
The article argues that despite widespread adoption of AI coding tools like those used at Google, human developers remain essential and have not been replaced. The author contends that AI generates code under the guidanc…
Several key challenges faced by the Cursor development team, including improving context retrieval by training a custom reranker to filter 500k tokens down to 8k, creating a "copilot for edits" to handle small code chang…
A new meta-analysis of 23 studies on GenAI coding assistants, published on arXiv, found a statistically significant but moderate productivity gain in programming. However, the effect was highly context-dependent and smal…
A practical benchmark was conducted to test how well various AI coding tools, including Google Antigravity, could generate parametric 3D CAD code in OpenSCAD by tasking them with building a detailed model of the Pantheon…
In October 2021, the popular npm package `ua-parser-js`—used by major companies like Facebook and Google with 7 million weekly downloads—had no reported vulnerabilities and clean code, but its maintainer's token was comp…
Fragmented and largely off-topic forum discussion that debates desktop operating system market share, specifically comparing Windows, macOS, and Linux. The conversation then shifts to a heated argument about the use of A…
Release of Google Antigravity 2.0, arguing that tech influencers falsely present the separated agent management feature as new when it was previously bundled with the Antigravity IDE. The author believes Google split the…
The author successfully connected an AI agent called OpenClaw to a physical robot arm, enabling it to configure the arm, grasp objects, and train another AI model for object manipulation. This experiment highlights the "…
The article presents a collection of modern coding tricks and ergonomic improvements for the C programming language, aimed at making it feel more contemporary and user-friendly in 2025. The author advocates for practices…
The article argues that software engineers often mistakenly prioritize uninterrupted coding time over their true job of creating impact and delivering value. It emphasizes that the most valuable work—such as catching cri…
Experiment evaluating the AI coding assistant Windsurf on a complex, real-world task: implementing a group ID feature in Microsoft's RSL (Replicated State Library), a 7,500+ line codebase used in Azure. The experiment fo…
At Google I/O 2026, Google announced the end of the "single-line autocomplete" era with the release of Gemini 3.5 Flash and Antigravity 2.0, shifting developers from syntax writers to "Agent Architects" who orchestrate a…
This article explains how to build a supervisor-based multi-agent architecture in pure Python without using external frameworks. It describes the "Supervisor Pattern," where a central orchestrator coordinates specialized…
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…