// edition · 2026-04-29

April 29, 2026

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

Top Signal · Workflows & Tips

How CLAUDE.md Rules Transform Your AI Coding Workflow

CLAUDE.md is a markdown file placed in a project repository that Claude Code reads automatically at the start of each session, applying persistent, version-controlled instructions to every user on the team. The file supports hierarchical scoping, allowing different rules for different subdirector...

Dev.to - Claude

Tool Updates

Building 10 AI agents in pure Python (no LangChain, no SaaS, no BS)

A developer built 10 single-purpose AI automation agents in pure Python, each 15-30 lines of core logic, after abandoning LangChain, LangGraph, CrewAI, and Zapier. The agents run on macOS via launchd using a fetch-reason-push pipeline with a three-tier AI fallback: Claude API, Ollama local, or ra...

Workflows & Tips Dev.to - Claude

AI Coding Tools Comparison 2026: Claude Code vs Cursor vs Gemini CLI vs Codex

A technical comparison of four AI coding tools finds Claude Code and Gemini CLI operate as terminal agents, Cursor integrates with VS Code, and Codex focuses on automated task execution. All four store session history as JSON files with no cross-project search or cross-session memory.

CLI Agents Dev.to - Claude

18 Ways Your LLM App Can Be Hacked (And How to Fix Them)

Security researchers have catalogued 18 attack vectors targeting LLM applications, including prompt injection, RAG poisoning, memory poisoning, agent hijacking, and insecure output handling. The vulnerabilities span prompt, memory, retrieval, tool, agentic, and output layers of LLM systems.

Agent Engineering Dev.to - Claude

How to use Claude API from Python in 15 lines (and why it costs $2/month)

A tutorial demonstrates calling Anthropic's Claude API from Python using the `anthropic` library in approximately 15 lines of code, using the claude-opus-4-5 model. The author estimates typical usage costs around $2 per month via API access, compared to a $20/month subscription.

Workflows & Tips Dev.to - Claude

Sentry’s Seer Agent lets developers debug production issues in natural language

Sentry launched Seer Agent, a natural-language debugging tool available in open beta for customers with Seer enabled, allowing developers to investigate production issues by describing symptoms and querying across their full observability stack. The tool requires no additional setup and follows A...

Agent Engineering The New Stack

Where Is Claude Code Session History? How to Find Your AI Coding Conversations

Claude Code stores conversation history as JSON files in ~/.claude/projects/ (macOS/Linux) or %USERPROFILE%\.claude\projects\ (Windows), with filenames based on hash strings that carry no semantic information. The tool lacks a native interface for browsing or searching past sessions across projects.

CLI Agents Dev.to - Claude

Why JSON Schema matters more than ever in the age of generative AI

JSON Schema, a data validation standard first proposed in 2007, has been adopted by API specifications including OpenAPI, AsyncAPI, and Anthropic's Model Context Protocol. Enterprises are increasingly using it to enforce structure on large language model outputs, converting probabilistic results ...

Agent Engineering The New Stack

40 Days Training on RAG

A developer published Day 1 of a 40-day tutorial series on Retrieval-Augmented Generation (RAG), covering foundational concepts including LLMs, model parameters, temperature settings, hallucination, and vector database storage for private documents.

Workflows & Tips Dev.to - AI

Native Deployment Checks are now available

Vercel launched Native Deployment Checks, allowing teams to run lint and typecheck scripts from package.json in parallel with every deployment. Checks can be marked required to block production releases until they pass, and Vercel Agent will suggest fixes when a check fails on a pull request.

Agent Engineering Vercel Blog

How I Revamped a Local Cram School Website Using AI (Claude, Gemini, and Codex)

A developer rebuilt their parents' cram school website in rural Japan using three AI tools: Gemini for site planning, Codex for visual design, and Claude for code generation. Claude completed the seven-page HTML structure after Codex failed to handle cross-page linking over seven hours of attempts.

Workflows & Tips Dev.to - Claude

Brighten your day in 3 CLAUDE.md lines

A developer shared a three-line CLAUDE.md configuration snippet that instructs Claude Code to address the user as "Captain," adopt a pirate persona, and open each session with a greeting and joke.

Workflows & Tips Dev.to - Claude

Ecosystem

Complex UIs, Cross-App Workflows, Long Tasks: What GUI Agents Actually Unlock

Mininglamp Technology released Mano-P, an open-source GUI agent model under Apache 2.0 that operates graphical interfaces using only screenshots, without DOM parsing or system APIs. The model uses three-stage progressive training to enable AI agents to interact with software that lacks programmat...

Open Source Tools Dev.to - AI

Claude can now plug directly into Photoshop, Blender, and Ableton

Anthropic launched a set of connectors for its Claude chatbot that integrate with creative software including Adobe Creative Cloud, Affinity, Blender, Ableton, and Autodesk, allowing the AI to access data and perform actions within those applications.

MCP & Integrations The Verge - AI

Who Owns the Code Claude Wrote? The Legal Mess No One's Talking About

U.S. copyright law, as affirmed by the DC Circuit after the Supreme Court declined Thaler in March 2026, does not protect AI-generated work lacking meaningful human authorship, leaving verbatim AI-generated code potentially in the public domain. Pending cases including Doe v. GitHub and Allen v. ...

Opinion & Analysis Dev.to - AI

How BuyWhere makes product data agent-discoverable

BuyWhere offers a product catalog API for AI agents covering the US and Southeast Asia markets, providing normalized product search results via REST and MCP endpoints. The service targets developers building commerce agents who need structured product data across multiple merchants without custom...

MCP & Integrations Dev.to - AI

Browser agents should be auditable, not undetectable

A software design argument holds that browser agents operating inside logged-in sessions should prioritize auditability — including action logging, constraints, and revocation — over human-like undetectability, since such sessions carry real delegated authority over accounts and data.

Opinion & Analysis Dev.to - AI

I Indexed 67,000 Open-Source AI Agent Projects. Here's What's Actually Inside.

A developer who indexed 67,196 open-source AI agent projects on GitHub found a Gini coefficient of 0.983 for star distribution, with 54% of projects having zero stars and the top 1% of projects holding 83% of all stars. Monthly new project creation grew approximately 45-fold between January 2025 ...

Opinion & Analysis Dev.to - Claude

94% of Published SKILL.md Files Skip the Spec's Two Most Basic Patterns

An analysis of 500 randomly sampled SKILL.md files from a 1,436-skill public corpus found that only 5.8% followed both spec-recommended description patterns—starting with an action verb and including a trigger phrase—while 61.8% followed neither.

Opinion & Analysis Dev.to - Claude

Who owns the code Claude Code wrote?

A legal analysis examines copyright ownership of code generated by Anthropic's Claude Code, exploring whether output from AI coding tools is owned by the user, Anthropic, or falls into the public domain under current U.S. copyright law.

Opinion & Analysis Hacker News - Best

How will AI change operating systems? Part 1: Ubuntu and Linux

Canonical, the company behind Ubuntu, is adding AI support to its Linux distribution through GPU/NPU driver enablement, hardware partnerships with NVIDIA, AMD, and Intel, and "inference snaps" for running local AI models. The company is in early exploration of agentic workflow support at the OS l...

Opinion & Analysis Pragmatic Engineer

An update on GitHub availability

GitHub disclosed two recent service outages and said it has expanded its capacity target from 10X to 30X current scale, citing rapid growth in agentic development workflows since late 2025. Monthly metrics now include 90 million pull requests merged, 1.4 billion commits, and 20 million new reposi...

Industry & Funding GitHub Blog

VibeVoice: Open-source frontier voice AI

Microsoft released VibeVoice, an open-source voice AI system, publishing the code on GitHub. The project appears to be a speech/voice model or toolkit made publicly available by Microsoft.

Open Source Tools Hacker News - Best

Amazon is already offering new OpenAI products on AWS

Amazon Web Services announced it will offer OpenAI models, including a new agent service, one day after OpenAI reached an agreement with Microsoft to end exclusive cloud partnership rights.

Industry & Funding TechCrunch - AI

Quoting OpenAI Codex base_instructions

OpenAI's public Codex repository includes a base_instructions line for GPT-5.5 that instructs the model to never discuss goblins, gremlins, raccoons, trolls, ogres, pigeons, or other animals unless directly relevant to the user's query.

Opinion & Analysis Simon Willison

Don't miss tomorrow's edition

Free daily email. Every story you just read, in your inbox at 6 AM ET.