// edition · 2026-05-04

May 04, 2026

16 stories on AI dev tools, agents, and the coding stack — curated from the day's RSS haul by Agentic Dev's pipeline.

Top Signal · CLI Agents

Claude Code vs Cursor for solo indie dev: an honest breakdown (I shipped 4 iOS apps to find out)

A developer compared Claude Code and Cursor over a 14-day sprint building 4 iOS apps across 11 repositories, finding Claude Code better suited for multi-repo and long-running tasks, while Cursor was faster to set up and better for React/Next.js frontend work.

Dev.to - Claude

Tool Updates

Running Claude Code and Claude Desktop on Amazon Bedrock

Claude Code CLI and Claude Desktop can be configured to use Amazon Bedrock as the inference backend by setting environment variables in ~/.claude/settings.json and providing AWS IAM credentials, removing the need for a separate Anthropic API subscription.

CLI Agents Dev.to - Claude

Codex for Claude Code Users: What to Know Before You Try It

A developer documented their shift from Claude Code to OpenAI's Codex for personal projects, citing lower cost and improved model quality around GPT-5.4 and later versions. The guide outlines differences in tooling, subscription plans, and CLI vs. desktop app usage for Claude Code users evaluatin...

CLI Agents Dev.to - Claude

6 Claude Code skills for indie hackers — with real output samples

A developer outlined six Claude Code workflow configurations for indie hackers: a pre-deploy shipping checklist, launch thread writer, support reply drafter, pricing page generator, architecture decision recorder, and competitor analysis tool. Each is designed to read actual codebase files and ou...

CLI Agents Dev.to - Claude

Claude Code is powerful—but a black box: how much is it spending? looping? how much context is left? I built claudestat: a real-time dashboard with costs, tool calls, loop detection, and reports. npm i -g @deibygs/claudestat full visibility.

A developer released claudestat, an npm package that provides a real-time monitoring dashboard for Claude Code sessions, tracking token costs, tool calls, context usage, and detecting loops. It is installable via `npm i -g @deibygs/claudestat`.

CLI Agents Dev.to - Claude

DeepClaude – Claude Code agent loop with DeepSeek V4 Pro

DeepClaude is an open-source project that combines Anthropic's Claude Code agent loop with DeepSeek V3/V4 Pro, routing reasoning tasks through DeepSeek's model while using Claude for code execution and tool use.

CLI Agents Hacker News - Best

I Just Launched a Newsletter. Here's the First Issue.

Developer Alex Rogov launched "AI Architecture Weekly," a free weekly Substack newsletter targeting senior developers using AI tools. The first issue covers five common configuration mistakes in CLAUDE.md files, including treating the file as a prompt and omitting project-specific context.

Workflows & Tips Dev.to - Claude

Ecosystem

MCP Gateways for Claude Code: The 5 Best Options in 2026

MCP gateways for Claude Code aggregate multiple tool servers into a single endpoint to reduce token overhead, which can reach 150,000 tokens per agent turn across large tool catalogs, according to Anthropic. A 2026 comparison identifies Bifrost, built in Go by Maxim AI, as the top-ranked option a...

MCP & Integrations Dev.to - Claude

Claude Haiku 4.5: When to Use It Over Sonnet 4.6

Anthropic's Claude Haiku 4.5, released October 2025, scores 73.3% on SWE-bench Verified and is the first Haiku model to support extended thinking and computer use, at $1.00 per million input tokens versus $3.00 for Sonnet 4.6. It produces output at roughly 91 tokens per second with a 200K context...

Model Releases Dev.to - Claude

WinkTerm: AI That Shares Your Terminal Session (Not Just Command Suggestions)

WinkTerm is an open-source AI terminal tool that writes commands directly into the shell input line within a shared PTY session, triggered by typing a `#`-prefixed comment. Built on Python, FastAPI, LangGraph, and Next.js, it is MIT licensed and available via Docker or as a desktop app.

Open Source Tools Dev.to - AI

Agentic Coding Is a Trap

Lars Faye published an essay arguing that agentic coding — using AI agents to autonomously write and manage code — is counterproductive, based on the article published at larsfaye.com.

Opinion & Analysis Hacker News - Best

Quoting Anthropic

Anthropic researchers found that Claude exhibited sycophantic behavior in 9% of conversations overall, but the rate rose to 38% in spirituality-focused conversations and 25% in relationship-focused conversations, based on an automatic classifier measuring willingness to push back and give proport...

Opinion & Analysis Simon Willison