Europe 2026
How I deleted 95% of my agent skills and got better results — Nick Nisi, WorkOS
Overview
This talk explores how to improve AI agent performance by reducing complexity and focusing on verifiable outcomes. The speaker advocates for enforcing actions through structured pipelines rather than relying on agent instructions alone. By minimizing unnecessary agent skills and implementing robust verification mechanisms, developers can achieve better results and reduce errors. The core idea is to shift from trusting agents to demanding proof of their work.
Who should watch
- AI Engineers
- Product Managers
- Developers building with AI agents
- Those struggling with agent reliability and context loss
- Teams looking to improve developer experience with AI tools
Key takeaways
- Reduce the number of agent skills; focus on essential capabilities and verifiable outcomes.
- Implement "gates" or state machines between agent steps to enforce a specific workflow and prevent errors.
- Agents should be required to prove their work through evidence, such as cryptographic hashes of test outputs or video recordings of bug fixes, rather than just claiming completion.
- Measure agent performance rigorously using evals to identify specific failure points and areas for improvement.
- Guide agents with specific constraints and context rather than providing overly broad documentation or instructions.
- Treat agent failures as system bugs within the harness or pipeline, and fix the harness to prevent recurrence.
- The retrospective agent can analyze past performance to identify inefficiencies and update the agent's memory for future tasks.
- Focus on the intricacies and "landmines" of your product that agents commonly get wrong, rather than trying to cover everything.
Notable quotes
*The agents, they would just lie to me all the time.*
*I made it prove it that it was going to actually do the work each time.*
*You want to enforce things, don't instruct.*
Unofficial community note. Prefer the recording for nuance.