A News from the agent stack.
✎ Suggest ⚙ Admin

Deep dives into working agents.

Technical walkthroughs with substance: architectures, prompting patterns, evals, and production lessons unpacked until complex agent systems become reusable design material.
Page 1 of 2 · showing 1–24 of 37

Kimi K3: An Open Source #1 — Coding Tests vs Fable 5, Opus 4.8 & GPT-5.6 Sol

deep-dives Download
Editorial
Published2026-07-20

Did Kimi K3 Really Beat Fable? — Matthew Berman

Matthew Berman analyzes Moonshot AI's Kimi K3 (2.8T params, biggest open-source model ever) which tops Arena AI's front-end benchmark at 76% vs Fable 5's 63%. Half the price but twice the tokens. Covers industry reactions, Anthropic's distillation accusation, why US labs are still 8-10 months ahead, and why Chinese open source benefits the entire AI stack.

deep-dives Download
Matthew Berman
Published2026-07-18

Codex vs Fable: Which AI Agent Picked the Better Problem?

Nate B Jones gave Fable and Codex the same open brief: inspect his real business and build the automation that matters. Fable chose the higher-leverage strategic problem; Codex chose the safe, finishable one. Neither was wrong — they optimized for different things. The real unlock: letting AI help choose the problem, not just the tool.

deep-dives Download
Nate B Jones
Published2026-07-17

I Replaced Hermes Agent And OpenClaw With This

deep-dives Download
Editorial
Published2026-07-17

mattpocock/skills: Learn the Whole Flow, End-to-End

First proper tutorial for the 162K-star skills repo (7.5M downloads, 38 skills). Complete main flow walkthrough: install via npx, configure issue tracker (GitHub/Jira/Linear/local), grill-with-docs interview, to-spec compression, to-tickets breakdown (each ticket = one context window), implement with auto code review via sub-agents. Smart zone concept (~140K tokens). Only 660 tokens context load despite 38 skills.

deep-dives Download
Matt Pocock
Published2026-07-16

Don't Ship Skills Without Evals — Philipp Schmid, Google DeepMind

Philipp Schmid (Staff Engineer, Google DeepMind) reveals that almost none of 50,000+ indexed skills have evals. Covers the full lifecycle: capability vs preference skills, 8 writing tips, a practical eval harness (117 test cases, ~90% accuracy for Gemini Interactions API), and Google DeepMind's CI-style eval workflow where skill changes don't merge without improving tests.

deep-dives Download
Philipp Schmid
Published2026-07-14

This Skill Makes Claude BRUTALLY Honest About Your Ideas

Brad built a /focus-group skill that clones your real customers into AI agents. Paste any landing page, offer, or email and get honest reactions — not yes-man validation. Two-round system with persistent memory, real customer quotes, and actionable holdout analysis.

deep-dives Download
Brad | AI & Automation
Published2026-07-09

12 Hidden Settings to 10x Your Claude Code

Claude Code has hundreds of settings but you only need 12. Notification sounds, mobile push, smart allow lists (/fewer-permission-prompt), deny rules (.env + git push), Opus Plan + Sonnet Build (halve usage), effort level sweet spot (max is a trap), privacy/telemetry off, history retention 365 days, auto-compact at 75%, status line monitoring, prompt stashing (Ctrl+S), and removing AI commit attribution. Plus bonus: the prompting shift from steps to outcomes.

deep-dives Download
Simon Scrapes
Published2026-07-08

Skills v1.1: /wayfinder, /research, /implement, /to-spec, /to-tickets

Matt Pocock releases Skills v1.1 — major update (160K stars, 7M downloads). Star feature: Wayfinder for planning large projects via GitHub Issues with blocking relationships. Plus: complete SDLC flow (Grill→Spec→Tickets→Implement→Code Review), Martin Fowler refactoring smells in code review, and grilling improvements.

deep-dives Download
Matt Pocock
Published2026-07-08

OpenCV 5 Is Here — The Biggest Update Since 2018 (We Tested It)

Better Stack tests OpenCV 5's brand-new DNN engine — ONNX operator coverage jumped from 22% to 80%, enabling YOLO, stable diffusion, and VLMs to run natively on CPU with zero extra dependencies. Four hands-on demos included.

deep-dives Download
Better Stack
Published2026-07-05

The Best AI Agents Need Less Code Than You Think — LangSmith Engine Deep Dive

Deep dive into LangSmith Engine — an always-on agent that hunts production trace failures, clusters issues, and opens fix PRs. Org-chart architecture with 4 sub-agents (screener, verifier, issue creator, fix generator). Self-improving: Engine runs on its own traces. From noisy PRs to an issue inbox.

deep-dives Download
LangChain
Published2026-07-02

Building Great Agent Skills: The Missing Manual

Matt Pocock presents a four-part checklist (Trigger, Structure, Steering, Pruning) for escaping "skill hell" — a structured framework for building, evaluating, and maintaining high-quality agent skills.

deep-dives Download
Matt Pocock
Published2026-06-29

GLM-5.2 vs MiniMax-M3 — Opus Has REAL COMPETITION (Model Stacking)

IndyDevDan analyzes GLM-5.2 and MiniMax-M3 — the open-weight models now competitive with Opus 4.8. Introduces a three-tier model stack framework, the trade-off triangle (performance, speed, cost), and the 5× cost curve between tiers for engineering and product agents.

deep-dives Download
IndyDevDan
Published2026-06-29

Google OKF: The Simple Folder That Gives AI Agents Your Entire Company Data

Google's Open Knowledge Format (OKF) is a shockingly simple open spec — a folder of Markdown files in Git that gives AI agents your company's institutional memory. No database, no vectors, no platform — just YAML frontmatter + Markdown body, with progressive disclosure and an enrichment agent that auto-drafts files from BigQuery.

deep-dives Download
Cloud Codes
Published2026-06-27

Claude Code Has Quietly Evolved (People Haven't Noticed)

Simon Scrapes breaks down the three biggest paradigm shifts in Claude Code usage: rethinking memory with community plugins like MemArch and GBrain, leveraging /effort and Ultra Code for multi-agent planning workflows, and automating repetitive tasks with /goal and /routines.

deep-dives Download
Simon Scrapes
Published2026-06-23

PLANS For Fable 5 — Rebuilding the /Plan Skill for Mythos Class Models

IndyDevDan rebuilds his /plan meta skill from scratch for Fable 5 and Mythos class models. A 63-minute deep devlog covering property-based engineering, HTML-first plan templates, five unified workflows, embedded GPT Image 2 generation, and plans as living artifacts — all built around the thesis that great planning is great engineering.

deep-dives Download
IndyDevDan
Published2026-06-22

GLM 5.2 — What Makes It So Special?

A deep dive into GLM 5.2 by Z.ai — a 744B MoE model (MIT licensed, ~40B active per token) with 1M context via sparse attention and Index Share (2.9× fewer ops), multi-token prediction (~20% faster inference), and 74.4% on Frontier SWE — all at roughly 10× cheaper than Claude Max.

deep-dives Download
Prompt Engineering
Published2026-06-21

You NEED to Try These 7 Loops

Matthew Berman breaks down AI coding agent loops — autonomous goal-driven iteration cycles that remove humans from the development loop. Seven concrete loop patterns from sub-50ms page loads to overnight documentation sweeps, with practical prompts you can copy directly into Codex or Claude Code.

deep-dives Download
Matthew Berman
Published2026-06-19

Matt Pocock's Agentic Engineering Workflow

David Ondrej interviews Matt Pocock on his agentic engineering philosophy: harness over model, strategic vs tactical programming, the teach skill, Sand Castle sandboxes, queues over loops, and why your skills are AI's ceiling.

deep-dives Download
David Ondrej / Matt Pocock
Published2026-06-18

The Best AI Agents Are Simpler Than You Think

Zack Reneau-Wedeen (Head of Product, Sierra) reveals how the platform powering Fortune 20 customer agents actually works — from their 10-15 models per conversation turn and modular voice architecture to why multi-agent systems are usually a trap and why agentic commerce will surpass e-commerce.

deep-dives Download
Zack Reneau-Wedeen
Published2026-06-18

Don't Build More AI Agents Until You Watch This

Nate B Jones argues that agent maintenance — not agent building — is the defining skill of 2026. Using Vercel's sales agent as the anchor story (they improved it by deleting 80% of its tools), he lays out four durable principles about harness design, organizational drift, the frontier lab flywheel, and a five-point agent health check.

deep-dives Download
Nate B Jones
Published2026-06-17

DeepMind Was Two Steps Ahead, AGAIN!

While the AI industry doubles down on transformers and autoregression, DeepMind is quietly investing in entirely different paths toward AGI — from Griffin and Titans to diffusion LLMs, world models, and Gemini Omni. Pourya Kordi maps the full strategy and the Hassabis vs LeCun debate at its center.

deep-dives Download
Pourya Kordi
Published2026-06-14

A Google Director Open-Sourced His Claude Skills — 51K Stars on GitHub

Addy Osmani — 14-year Chrome DevTools veteran and Google Director — open-sourced 23 markdown AI agent skills. Bitwise AI audits the repo: doubt-driven development, context engineering, source-driven development, and the cross-agent loader architecture.

deep-dives Download
Bitwise AI
Published2026-06-11

Only the Best Are Using Them — Loop Engineering for Coding Agents

Matthew Berman breaks down loop engineering — the new coding meta where you design loops with triggers and verifiable goals instead of prompting agents manually, featuring real demos in Cursor and Claude Code.

deep-dives Download
Matthew Berman
Published2026-06-09
‹ prev 12 next ›