
How Good is Anthropic's Claude Design?
Issue #65 | Notes from building an interactive reader map for my book site with Claude Design and Claude Code in about 45 minutes.
22articoli totali nell'archivio

Issue #65 | Notes from building an interactive reader map for my book site with Claude Design and Claude Code in about 45 minutes.

Issue #63 | What 500,000 lines of production agent code teach us about building and optimizing agents

Issue #61 |Three Extensions That Turn your For Loop into an Agent like Claude Code

Issue #60 | When AI Agents Flood One Side of a Platform, Everyone Loses

#59 | Managing context growth, preventing early stopping, and measuring what works

#58 | The pattern behind Claude Code's extensibility - and a working implementation in 100 lines of Python.

#57 | On where general-purpose coding agents like Claude Code shine, where they break, and how to integrate them into your…

#56 | The bitter lesson isn’t dying. It’s being amortized.

Issue #55 | Early agents (LIDA, AutoGen) supported actions via code. Then the industry moved to action via tools/structured…

#54 | Five practices to make your AI-assisted coding more production-ready

Issue #53 | How to intercept agent operations for logging, safety, rate limiting, and compliance - the middleware pattern for…

Issue #52 | How AI agents work under the hood - the execution loop that enables reasoning, tool calling, and iterative problem…

Issue #49 | It took only 2 years-ish, but I finished writing the multi-agent systems book and it is now available!


#47 | Add reusable validation, security, and logging without touching your core agent logic

#46 | If Semantic Kernel and AutoGen joined forces …

#45 | A deep dive into implementing Tools, Resources, Prompts, Roots in the MCP

#44 | New to MCP? Heres how to build your first MCP server and a Host Application that integrates and uses the server.