Engineering brief
Stop using agent frameworks: Build event-driven pipelines instead
At a glance
- Relevance
- Practical value
- Warnings
- None
We built 20 agents in production using YAML, not frameworks. The insight: agent orchestration is "good old distributed systems"—events, queues, and typed interfaces.
Build agents as event pipelines, not graphs. Frameworks hide failures.
Summary
Rémi Louf, CEO of txt, took two weeks to build a personal agent system for his morning routine. He started with agent frameworks but found them too code-heavy and rigid. Instead, he designed a YAML-based, event-driven system using markdown files and cron jobs.
The system uses structured outputs for reliability, content-addressed prompts for debugging, and typed events for inter-agent communication. After initial failures—lost voice notes, duplicate Slack posts, unversioned prompt changes—he added logging, queues, and versioning. The result: 20 agents running in production, contributed by non-technical team members.
Louf argues that agent orchestration is not a novel problem—it's "good old distributed systems." He claims event-driven architecture (not graphs or frameworks) is the right primitive. His key insight: structured outputs are non-negotiable, and infropic models often fail on tool calls, which is why his company's product became essential.
The talk is part blueprint, part manifesto. It warns against premature framework adoption and urges teams to build before buying. Louf replaced all third-party APIs with open-source models, claiming they are "good enough" for background agents. The evidence is strong: he shipped a working system used by a real company.
Watch the video
This video is blocked due to your privacy settings. To watch this video, please accept YouTube marketing cookies.
Related breakdowns
Company brains need a human gatekeeper, not auto-memory
Company brains risk secret leaks. Learn why human-in-the-loop knowledge curation is essential, and how to build a secure shared AI with per-user credentials.
Gen Media Is Ready—But Your Team Isn't Prepared for the Taxing Evaluation
DeepMind’s new generative media APIs are fast and capable, but the real bottleneck is no longer generation—it’s evaluation, control, and the hidden cost of…
The hidden bottleneck in AI-native orgs: skills governance, not agents
Ungoverned AI skills create duplication, inconsistent quality, and rising costs. Treat them like microservices: modular, versioned, and centrally cataloged.
Get TL;DW
Too Long; Didn't Watch.
A concise breakdowns of the AI and devtools videos that actually matter for engineering leaders.
Free. Weekly. No hype.
Video and thumbnails remain the property of their respective creators. tldw.news provides editorial analysis, commentary, and discovery links to original content.