Latest Tools and AI Agents for Software Engineers
Stay up to date
Stay up to date on the latest dev tools / AI coding tools.
More stories
AI Coding Agents Need an Adult at the Shell
A study of 3,864 reported bugs in Claude Code, Codex CLI, and Gemini CLI finds the trouble is usually not mystical model behavior. It is the much more familiar misery of APIs, configuration, terminals, and commands crossing system boundaries.
Read moreAn Oral History of the Fourteen Minutes You Spent Reviewing 900 Lines of Generated Code
A rigorously reconstructed account of the PR review in which 900 generated lines became one approving click, three tasteful comments, and a new company doctrine about “moving with appropriate velocity.”
Read moreThe Five Model Names You’ll Confuse This Quarter
A deadpan field guide to the aliases, snapshots, product labels, and family names waiting to enter your config file as if they were interchangeable. The joke is that they are not.
Read more
Cursor vs. Codex: Choose the Editor or the Agent
Cursor keeps AI inside the editing loop; Codex is stronger when a coding task deserves a longer, more autonomous run. The better choice depends on how you review work.
Read morePrompt Engineering Is Dead. Long Live Folder Management.
The prompt did not die; it achieved middle management, acquired a directory convention, and scheduled a recurring documentation review. Welcome to the era where knowing what to tell the agent is called “repository context architecture” until someone has to edit it.
Read moreMillion-Token Context Windows Are Here: Which Workflows Actually Benefit
A 1M-token window can remove some annoying setup work, but it does not make every agent task a repository-scale task. The useful cases are cross-cutting and artifact-heavy; the expensive cases are usually just vague prompts with more files attached.
Read moreInference Prices Keep Falling: What the Latest Round of Cuts Means for Small Teams
The newest API price moves do not make every coding-agent workflow cheap. They do make it practical for small teams to separate high-volume, reversible work from the handful of runs that actually need a frontier model.
Read more
How to Use AI for Coding Without Losing Track of What the Code Does
AI can speed up routine programming work, but only if you constrain the task, inspect the diff, and verify behavior with tests you understand.
Read more
The Best Coding Language Is Assembly, Unfortunately
Assembly gives programmers exact control over the machine. That makes it unbeatable in a few jobs and an expensive hobby in most others.
Read moreTeams Are Mixing Providers Instead of Picking One, and the Results Favor It
The useful shift in AI coding tools is not a single winning model. It is the growing ability to route tasks, costs, and controls across providers without making developers change their daily interface.
Read moreThe Modern Developer Stack Has One Human Approval Queue
Claude Code, Codex, Cursor, Copilot, and Cline can all produce useful work. They also concentrate a surprising amount of engineering responsibility in the one person expected to read every diff before lunch.
Read more
Claude Code vs. Codex: The Better Default Is Cline
Claude Code and Codex are strong single-vendor coding agents. Cline is the better default for developers who need model choice, visible controls, and reversibility.
Read moreCline vs. Muse Code for Project Execution: Where You Want the Agent to Work
Cline keeps project execution inside the editor, with per-action review and a deliberate Plan-to-Act handoff. Muse Code is built around a terminal run that can persist, fan work out, and recover state—useful when execution is the job, not just code generation.
Read more
A Cline Build Test for Comparing How News Sites Frame the Same Story
A reproducible project design for using Cline to build a news-comparison app that preserves source-by-source reporting before generating a summary.
Read moreYour Security Scanner Found the Vulnerability. Now Find Its Owner.
Security tools are exceptionally good at producing vulnerability inventories. The useful part is the smaller, less glamorous system that turns a finding into a patch, mitigation, or documented decision before everyone gets used to ignoring it.
Read moreCline vs. Muse Code on Cost: The Agent Is Not Where Your Token Bill Comes From
Cline makes the model bill a configuration choice; Muse Code makes Meta’s low-cost Muse Spark pricing the default. The practical difference is less about the terminal and more about what you are willing to send to a model provider, how tightly you need to cap spend, and whether you want to switch models midweek.
Read moreCline vs. Muse Code on Privacy: A Contributor Discount Is the Wrong Trade for a New Proprietary Codebase
For a proprietary new product, a discounted coding-agent tier that permits training on prompts and completions is not a clever cost optimization. Cline can be configured so the agent vendor does not receive your code, but the model provider still matters.
Read moreYou Need an Agent Dashboard Now
The coding agents did remove some work. They also created a small fleet of asynchronous coworkers, each capable of producing a pull request, a bill, and an exquisitely timed question while you are in a meeting.
Read moreAI Coding Has Moved the Traffic Jam to Pull Requests
AI agents can turn a ticket into a plausible diff before lunch. They cannot make a reviewer available, a flaky integration test deterministic, or main less crowded. The result is faster local progress and a more impressive queue of software waiting politely to exist.
Read moreReddit’s Developer Platform Is Easier for Bots That Serve Reddit
Reddit’s Devvit platform removes hosting and OAuth chores from subreddit bots, then replaces them with app review, capability gates, and a product shape Reddit can supervise. That is a good trade if your customer is a moderation team, and a bad one if your bot has other ambitions.
Read more