// edition · 2026-06-08

June 08, 2026

19 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 Workflow: Best Practices That Ship Code"

A developer guide outlines workflow practices for Claude Code, Anthropic's terminal-based agentic coding tool, including keeping CLAUDE.md configuration files under 60 lines, using plan mode before edits, running parallel agents in git worktrees, and implementing hooks as guardrails.

Dev.to - Claude

Tool Updates

Claude Code: Installation & Setup of the Agentic Coding Tool

Claude Code is a CLI tool from Anthropic that enables autonomous code generation, file editing, and system operations. The article describes installing it as an NPM package within a Docker container to sandbox its file system access on a developer's machine.

CLI Agents Dev.to - Claude

How I Built a Zero-Cost Automation Stack with Claude API (No n8n, No Zapier)

A developer described replacing Zapier and n8n with a custom Python script using the Claude API, arguing the approach eliminates subscription costs of $50–$200/month and runs via cron jobs or a VPS. The setup uses Claude to handle conditional logic in automation workflows instead of node-based br...

Workflows & Tips Dev.to - Claude

Bridge Feishu/Lark Chat to Claude Code or Codex CLI for Real-Time AI Coding

Lark Coding Agent Bridge is an open-source bot that connects Feishu/Lark chat to local Claude Code or Codex CLI sessions, routing chat commands to the agent and streaming responses back as cards. It maintains separate agent contexts per conversation and supports multiple simultaneous workspaces.

CLI Agents Dev.to - Claude

Stop Paying for n8n: Build Your Own Automation Engine with Claude API

A Dev.to tutorial describes building a workflow automation engine using Anthropic's Claude API as a substitute for n8n or Zapier, which cost $20–$50/month. The proposed architecture routes incoming triggers through Claude to generate structured JSON instructions, which a local action executor the...

Workflows & Tips Dev.to - Claude

Is this the dawn of the Tokenpocalypse?

Major AI companies are expected to raise token pricing as they prepare for initial public offerings, according to TechCrunch. The trend signals a shift away from the subsidized pricing models used to attract early users.

Pricing & Plans TechCrunch - AI

Same Weights, Same Prompt, Different Triage Level

A developer testing a quantized MedGemma 4B medical triage model found it produced different urgency classifications for the same patient input when run on GPU versus CPU hardware — ATS-3 on an RTX 5070 Ti and ATS-2 on a 4-vCPU CPU — due to floating-point arithmetic differences between hardware b...

Agent Engineering Dev.to - AI

The 5 things the Claude Certified Architect exam actually tests (and the gotchas)

Anthropic's Claude Certified Architect – Foundations exam consists of 60 questions over 120 minutes, requiring a score of 720/1,000 to pass, across five domains: agentic architecture (27%), Claude Code configuration (20%), prompt engineering (20%), tool design (18%), and context management (15%).

Workflows & Tips Dev.to - Claude

How to verify if a WordPress AI search plugin actually uses AI

Most WordPress "AI search" plugins use keyword matching (TF-IDF) rather than vector embeddings or semantic search, despite marketing claims. Developers can distinguish the two by running tests such as out-of-vocabulary queries, multilingual searches, and deliberate misspellings against a plugin's...

Workflows & Tips Dev.to - AI

Ecosystem

Give Your AI Agent Live Web Data with MCP

Crawlora offers a hosted Model Context Protocol (MCP) endpoint at mcp.crawlora.net that exposes 319 tools across 33 platforms, including Google Search, Amazon, and Yahoo Finance, returning normalized JSON. The free tier includes 2,000 credits per month, with charges applied only on successful res...

MCP & Integrations Dev.to - AI

Building a Disciplined Local AI Workstation: VRAM Gating and Lifecycle Management

GoodQ4All, an open-source project, released a Python-based `ModelLifecycleManager` tool that manages VRAM allocation on 16GB GPUs when running multiple LLMs and Whisper models simultaneously. It audits VRAM via PyTorch and nvidia-smi, runs preflight budget checks, and automatically unloads models...

Open Source Tools Dev.to - AI

datasette-agent-edit 0.1a0

Simon Willison released datasette-agent-edit 0.1a0, a base plugin for Datasette Agent that implements three text editing tools — view, str_replace, and insert — modeled on Anthropic's Claude text editor tool design. The plugin is intended as a shared foundation for future Datasette plugins requir...

Open Source Tools Simon Willison

Microsoft just made the agent runtime free — and kept everything around it

Microsoft shipped Scout, its first always-on enterprise agent, built on OpenClaw, an open-source runtime created by an Austrian developer in 2025, rather than building its own proprietary runtime. The company is contributing enterprise policy controls back to OpenClaw and focusing its commercial ...

Industry & Funding The New Stack