Benchmark May 31, 2026

typed vs Opus 4.8: a coding head-to-head

Same Claude Code, two backends, every task graded by a real test suite. We looked hard for a quality difference on medium-to-hard coding -- and report what we found.

Announcement May 30, 2026

mcp.hosting is now Yaw MCP

Same architecture, new name, bigger remit. One CLI fronts every MCP server you use and keeps the tool surface out of your context window until you ask for it.

Opinion May 14, 2026

The Postgres MCP everyone is still using has a known SQLi

~500,000 monthly downloads of a deprecated Postgres MCP server with a published stacked-query SQLi the BEGIN READ ONLY wrapper does not catch. Why string-parser defenses lose, the structural fix via the extended query protocol, and a drop-in replacement that ships it.

Announcement May 13, 2026

Claude Code in Production 1.0.3: Agent View, Routines, and the Code w/ Claude 2026 Integration

The 1.0.3 update folds four surfaces shipped at Code w/ Claude 2026 into the chapters where the operator-side discipline meets them: Agent View, Claude Code Routines, the doubled five-hour window, and native Code Review. Free for existing buyers.

Comparison May 13, 2026

An Alternative to the Official AWS MCP Server

AWS just GA'd their MCP server. Here is a Node-only alternative with device-code SSO re-login that survives Windows browser-handoff drops, CCAPI CRUD with dry-run diffs, multi-region fan-out, IAM pre-flight checks, and a JS scripting sandbox.

Announcement May 11, 2026

typed Is Live: AI CLI With More Volume And Cheaper Extra Usage

An AI CLI for coding -- more volume per dollar, cheaper extra usage, monthly billing instead of 5-hour reset windows. One curl installs the launcher; then run t (or typed) from any project directory. Honest comparison at typed.cloud/migrate.

Announcement May 4, 2026

A2A in Production is in Early Access

Twelve chapters on running multi-agent systems after the v0 - orchestration, auth across agent boundaries, federated memory, partial failure. Four chapters readable today, eight as drafts complete. PDF + EPUB + free updates. Free with a Token Limit News signup.

Announcement May 4, 2026

Semantic Search in Production is Out

Twelve chapters on the discipline of retrieval after the v0 - hybrid search done seriously, eval that doesn't go stale, drift, and the re-embedding plan you wish you'd written before the model upgrade. PDF + EPUB + free updates. Free with a Token Limit News signup.

Announcement May 3, 2026

MCP in Production is Out

Twelve chapters of practitioner-grade MCP server engineering, drawn from shipping fourteen @yawlabs/* servers. Protocol, transport, schema, auth, error handling, hosting, security, four case studies. PDF + EPUB + free updates. Free with a Token Limit News signup.

Announcement May 3, 2026

Claude Code in Production is Out

Twelve chapters of operator-side discipline for running Claude Code as your daily driver. The CLAUDE.md contract, the harness, subagents, memory, capacity, scope, the seven hazards, and what survives across teams. PDF + EPUB + free updates. Free with a Token Limit News signup.

Guide April 22, 2026 · updated May 23

Claude Code Yaw Mode

An opinionated overlay for Claude Code: 13 rule files, 30+ slash commands, dispatch sub-agents, safety hooks, and typed.cloud backend support. How the per-session overlay works without ever touching your real ~/.claude.

Guide April 22, 2026

Grading MCP Servers A to F: 88 Tests Against the Spec

MCP joined the Linux Foundation. 88 tests across 8 categories grade any MCP server A to F in 30 seconds. Open methodology, CC BY 4.0.

Guide April 21, 2026

Five Tailscale Audits I Now Answer in One Prompt

Five real audit questions - stale devices, "who broke DNS at 2am," ACL diffs, OIDC subject drift, key rotation - and how an agent composes the API calls to answer each in one turn. Plus the four design choices that keep it from turning into a footgun.

Guide April 20, 2026

Local vs Remote MCP Servers: When Each One Is Right

The honest tradeoff between local and remote MCP servers. When to run each, why the distinction matters for AI agents and teams.

Tutorial April 19, 2026

Getting Started with MCP: Connect Your AI to Your Tools in 10 Minutes

What MCP is, why it matters, and a 10-minute walkthrough that connects your AI assistant to files on your machine. Works in Claude Desktop, Cursor, VS Code with GitHub Copilot, and any other MCP client.

Guide April 16, 2026

The MCP Server Security Checklist: 10 Practices for Production

SSRF defense, credential handling, tenant isolation, rate limiting, dependency pinning, and more - the 10-point checklist for hardening an MCP server before it goes to production.

Tutorial April 15, 2026

How to Test an MCP Server for Spec Compliance in One Command

One npx command, a full compliance suite, a letter grade. How @yawlabs/mcp-compliance catches protocol-level bugs your CI pipeline misses - with CI integration, badges, and Claude Code MCP-server mode.

Guide April 14, 2026

OAuth Is Where Remote MCP Servers Break in Production

Token refresh mid-session, reconnect session persistence, multi-tenant isolation, API key rotation without downtime, per-tenant rate limiting - the five auth failure modes that split "works locally" from "works in production".

Guide April 13, 2026

We Tested MCP Servers Against the 2025-11-25 Spec - Here Is What We Found

An 88-test compliance suite across 8 categories - including 23 on security alone. What most MCP servers get right, where they fall apart, and five suggestions for the spec.

Guide April 12, 2026

10 CLI Tools That Replaced My GUI Apps in 2026

I uninstalled ten GUI apps this year. These are the terminal tools that made them unnecessary.

Guide April 11, 2026

Tailscale on AWS: A Practical Guide to the Gotchas Nobody Warns You About

Real-world Tailscale gotchas on AWS: MagicDNS failures, subnet routing surprises, ACL lockouts, and the fixes that actually work.

Guide April 11, 2026

Manage Your Tailscale Tailnet from Claude Code

What the MCP server actually exposes - 89 tools across the Tailscale v2 API surface, the safety hints, the profile presets, and how to install it in Claude Code, Cursor, or anything else that speaks MCP.

Opinion April 10, 2026

Why CloudFormation Wins When Terraform's License Is a Liability

Terraform is under the BSL and owned by IBM. CloudFormation has zero licensing risk, managed state, and day-one AWS support. The trade-off has flipped.

Guide April 10, 2026

We Built 9 Open Source MCP Servers - Here's What We Learned

What works, what's rough, and what we'd do differently after building MCP servers for Tailscale, SSH, Caddy, npm, and more.

Guide April 10, 2026

We Audited Every Process and Temp File in Our Electron App

A user sent us 27 performance findings. Here's what was real, what wasn't, and what you can't fix.

Guide April 10, 2026

The Hidden Cost of 200 MCP Tools in Context

Every MCP tool definition costs tokens, money, latency, and LLM attention. Here is the math on what 136 tools actually costs - and how to cut it by 60%.

Opinion April 9, 2026

The LiteLLM Supply Chain Attack: What Every Developer Needs to Know

A poisoned GitHub Action compromised a popular AI package. 40,000 downloads in 40 minutes. Your CI/CD pipeline is an attack surface.

Opinion April 9, 2026

Your CLAUDE.md Is Lying to Your Agent

AI agents trust your context files blindly. ctxlint catches stale paths, wrong commands, and wasted tokens.

Tutorial April 8, 2026

Lambda Durable Functions: Do They Replace Step Functions?

AWS Lambda can now pause, checkpoint, and resume. Here's when Durable Functions replace Step Functions and when they don't.

Opinion April 7, 2026

The Vibe Coding Backlash Is Real: What the Data Says

A METR study found developers are 19% slower with AI tools. AI code has 2.74x more vulnerabilities. 72% reject vibe coding. Here's why.

Comparison April 7, 2026

Yaw vs Ghostty: Terminal Comparison

A fast native terminal vs a full developer workstation. Different philosophies, real trade-offs.

Opinion April 6, 2026

IBM Bought HashiCorp and 38% of Terraform Users Want Out

The BSL license change was the crack. The IBM acquisition was the earthquake. Now the IaC landscape is fracturing.

Guide April 5, 2026

SSH Just Works in Yaw

Yaw automatically starts ssh-agent and loads your keys. Git push, GitHub, and SSH connections work out of the box.

Opinion April 5, 2026

When an ALB Can Replace Nginx (and When It Can't)

An AWS ALB handles routing, SSL, health checks, and redirects natively. Here's when you can drop Nginx and when you still need it.

Opinion April 3, 2026

Why eksctl Is the Underrated, Killer Tool for EKS

eksctl handles EKS clusters, nodegroups, IRSA, and upgrades in one YAML file. Even alongside Terraform.

Tutorial April 1, 2026

How to Connect Locally to RDS, Elasticache & DynamoDB with Tailscale

One small EC2 instance replaces all your SSH tunnels, bastion hosts, and VPN clients.

Tutorial March 29, 2026

How to Use AI CLI Tools: Claude Code, Codex, and Gemini CLI

A practical guide to the major AI CLI tools, what they do, and how to set them up.

Guide March 29, 2026

Managing MCP Servers Across a Team

N developers x M servers x P machines = config drift, secret sprawl, and onboarding friction. Here is how centralized config solves it.

Guide March 26, 2026

Best Terminal Emulators for Windows in 2026

A practical comparison of the top terminal emulators available on Windows today.

Opinion March 23, 2026

Why Isolated Stacks Beat Nested Stacks in CloudFormation

Nested stacks promise reusability but deliver coupled blast radius. Isolated stacks with parameter sharing are simpler and safer.

Opinion March 20, 2026

The Terminal I Wished Existed, So I Built It

A decade of terminal frustration, six tools that should have been one, and why AI changed the math on building it myself.

Opinion March 20, 2026

Stop Juggling MCP Servers

One CLI that orchestrates every MCP server you run, locally from a JSON file you control.

Comparison March 17, 2026

Yaw vs DBeaver: Do You Need a Separate Database Client?

DBeaver is the go-to database GUI. But what if your terminal already has a database client built in?

Comparison March 14, 2026

Yaw vs MobaXterm: SSH Terminals for Windows Compared

MobaXterm has been a Windows SSH staple for years. We compare it to yaw's modern approach.

Comparison March 12, 2026

Yaw vs Termius: SSH Management Compared

Both manage SSH connections, but one is a full terminal. Here's how they differ.

Comparison March 10, 2026

Yaw vs Tabby: Cross-Platform Terminal Comparison

Both are Electron-based and cross-platform. We compare features, connections, and AI support.

Guide March 8, 2026

The Complete Guide to MCP Server Configuration

How .mcp.json works, where every client stores config, project vs. global scopes, and the gotchas that trip people up.

Comparison March 2, 2026

Yaw vs Warp: A Modern Terminal Comparison

Two modern terminals with AI built in. We compare privacy, features, platform support, and pricing.

Comparison February 28, 2026

Yaw vs Windows Terminal: Which One Should You Use?

Windows Terminal is free and built in. Yaw adds SSH management, database connections, and AI. When does the upgrade make sense?

Tutorial February 26, 2026

How to Manage SSH Connections Across Multiple Servers

Practical approaches to organizing SSH access when you're managing dozens of servers.

Comparison February 24, 2026

Yaw vs iTerm2: Mac Terminal Comparison

iTerm2 is the macOS default for power users. Yaw brings connections, AI, and cross-platform parity. We compare the two.

Opinion February 19, 2026

Why Your Terminal Shouldn't Phone Home

Your terminal sees everything. Here's why usage tracking in terminal apps deserves more scrutiny.

Tutorial February 5, 2026

Best Terminal for Claude Code in 2026

Claude Code runs in your terminal. Which terminal gives you the best experience?

Guide January 29, 2026

Best SSH Connection Managers in 2026

Tools for organizing and managing SSH connections across servers, from standalone apps to terminal-integrated solutions.

Guide January 22, 2026

Best Terminals with Built-in AI in 2026

Terminal emulators that integrate AI assistants natively. What's available and how they compare.

Guide January 15, 2026

Best Terminal Emulators for macOS in 2026

From the built-in Terminal.app to modern alternatives. Here are the best options for Mac.