Test Pyramid for AI Agents
Traditional testing assumes that given the same input, you get the same output. Agents break that assumption immediately. Learn how the test pyramid evolves when verifying agentic software.
Traditional testing assumes that given the same input, you get the same output. Agents break that assumption immediately. Learn how the test pyramid evolves when verifying agentic software.
A practical look at how Karpathy’s LLM Wiki pattern can serve as long term agent memory, turning raw sources, markdown pages, and schema instructions into a living knowledge system for semantic, entity, episodic, summary, and procedural memory.
When we talk about agent memory, I don't think we really consider what memory actually is. In this piece, I look at various types of memory and explore ways to implement them.
How to design effective agent skills when codifying tribal knowledge
I've been seeing more and more open source maintainers throwing [...]
About 95% of our engineers are regularly using AI to assist with their development efforts. They are mostly working outside of the IDE, with many running 3-5 agent instances in parallel. Then there's a small population that is actively building our internal agent orchestrator in preparation for the inevitable.
What if I told you that you could build a [...]
A straightforward explanation of agents, subagents, and multi-agents, and how agents are organized to work together
An overview of Agent Skills vs MCP
Lately, I've seen more developers online starting to side eye [...]
Learn how MCP Sampling lets your tools call the AI instead of the other way around.
Open source maintainers are getting more contributions than ever, thanks to AI-assisted coding. That's great for community growth but it also means a flood of PRs to review. Here's how I taught GitHub Copilot Code Review to think like a maintainer.
As AI reshapes how we develop software, DevRel professionals find themselves not just promoting tools, but helping entire communities navigate uncharted territory.
Forget the flashy demos. Here's everyday use cases for AI.
A series of prompts to test an LLM's capabilities to be used with AI agents
Use MCPs with Goose to automate task management and enhance productivity.
Practical tips to help you use Goose more effectively and efficiently.
A 101 introduction to AI Agents
David Fowler recently asked an excellent question that’s been on [...]
Learn how MCP standardizes integrations and fosters an ecosystem for the future of AI-enabled tools