// edition · 2026-05-22

May 22, 2026

23 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

Writing Your Own Claude Code Skill in 2026: The Practical Guide

Claude Code supports a custom skills system where users create SKILL.md files in a plugin directory to store reusable instructions that trigger automatically based on user prompts. Each skill consists of a directory with a SKILL.md file containing frontmatter metadata and a body with instructions.

Dev.to - Claude

Tool Updates

CI wasn’t built for coding agents. Here’s what comes next.

Traditional CI pipelines, which return results in 10-30 minutes, are too slow for AI coding agents that iterate in seconds. One proposed solution is small, self-contained integration checks called "plans" that run inside an agent's session against a live environment, eliminating the round-trip to...

Agent Engineering The New Stack

How to build your first end-to-end AI workflow in n8n

n8n is an open-source workflow automation platform that supports triggers, AI agents, conditional routing, and API integrations. The tutorial demonstrates building a six-stage content publishing pipeline covering form submission, Google Docs retrieval, AI-based draft review, Slack-based editor ap...

Workflows & Tips The New Stack

Cut your AI search costs without sacrificing quality

Voyage AI and Vespa AI introduced an asymmetric retrieval method where documents are embedded once using a large API-based model, while queries are embedded locally using a smaller model that shares the same vector space, eliminating per-query API costs estimated at $15,500/month at 10,000 querie...

Workflows & Tips The New Stack

Three weeks after I said CLAUDE.md writes itself, it added 4 more rules without me

A developer documented four new rules added to a CLAUDE.md configuration file for the Claude AI coding agent over three weeks, each rule generated by a specific incident or code review rather than deliberate rule-writing. One rule addressed a silent RBAC leak risk in a shared Next.js cache functi...

Workflows & Tips Dev.to - AI

How I Built 9 Claude AI Features into a Production SaaS

A developer integrated nine Claude Haiku AI features into CitizenApp, a GDPR-compliant multi-tenant citizen management SaaS, using a credit-based billing system that deducts per API call. The build uses claude-haiku-4-5 for cost and latency reasons, with a 20-second timeout and per-feature credit...

Workflows & Tips Dev.to - Claude

I can’t believe how fast Google vibe coded my first Android app

A Verge writer built three Android apps in one afternoon using Google AI Studio, which generates and installs native Android apps from text prompts. One app required a 148-word prompt and approximately 10 minutes to complete, with the user's only manual step being enabling USB debugging on the ph...

Workflows & Tips The Verge - AI

Kore counts down to Artemis, its moonshot for governable AI agents

Kore.ai released Artemis, the latest version of its Kore Agent Platform, a visual and code-based environment for building multi-agent AI systems. The platform includes a declarative Agent Blueprint Language with six built-in orchestration patterns and an automated agent architect tool called Arch.

Agent Engineering The New Stack

Why Your AI Conversations Are Your Best Professional Asset (And You're Losing Them)

A developer describes a workflow for exporting AI chat conversations from platforms like ChatGPT, Claude, and Gemini into PDF, Markdown, and JSON formats, organized by topic, to build a searchable personal archive. The author reports accumulating over 700 exported conversations using a browser ex...

Workflows & Tips Dev.to - Claude

The Pulse: Antigravity 2.0 takes ‘IDE’ out of its new IDE

Antigravity's 2.0 IDE redesign drew overwhelmingly negative user feedback citing bugs, poor UX, inadequate model support, and excessive Gemini token consumption. The release appears to have stripped away core IDE functionality in the process.

Agentic IDEs Pragmatic Engineer

Ecosystem

Qwen 3.7 Max now available on Vercel AI Gateway

Alibaba's Qwen 3.7 Max language model is now available on Vercel AI Gateway, accessible via the model identifier `alibaba/qwen-3.7-max` in Vercel's AI SDK. The model targets coding, office workflow automation, and multi-agent orchestration tasks.

Model Releases Vercel Blog

Datasette Agent

Simon Willison released Datasette Agent, a conversational AI assistant for the Datasette data tool that generates SQL queries from natural language questions. It uses a plugin architecture and runs on Gemini 3.1 Flash-Lite in the live demo at agent.datasette.io.

Open Source Tools Simon Willison

datasette-agent 0.1a3

Datasette Agent version 0.1a3 was released, adding "View SQL query" buttons for tables and SQL result tool calls, suppressing empty reasoning chunks, and improving handling of truncated responses so tables remain visible when SQL results are cut off.

Open Source Tools Simon Willison

Claude Can Now Search SVG Icons with MCP

SVGicons released an MCP (Model Context Protocol) connector for Claude that enables the AI to search icons and retrieve SVG data via the Claude Messages API. The feature is limited to SVGicons PRO subscribers.

MCP & Integrations Dev.to - Claude

Counting tokens is dumb. So we built a free metric for AI proficiency.

A company launched AIQ Rank, a free tool that scores AI coding proficiency from 0-1000 across 11 dimensions by reading local session activity from tools like Claude Code, Codex, and Cursor. The tool runs locally without transmitting data, and measures factors like customization, parallel agent us...

Open Source Tools Dev.to - Claude

datasette-agent-charts 0.1a2

Simon Willison released datasette-agent-charts 0.1a2, adding "View SQL query" buttons below rendered charts in the Datasette agent plugin.

Open Source Tools Simon Willison

datasette-agent-sprites 0.1a0

Simon Willison released datasette-agent-sprites 0.1a0, an alpha-stage Datasette Agent plugin that enables running commands inside a Fly Sprites sandbox environment.

Open Source Tools Simon Willison