Twitter AI Evaluation (legacy)
Friday, April 10, 2026
Even anthropic is copying from us now, we must be doing something right! 3 days ago we added notify when done, so the agent does not have to poll the background process(es) that it spawns, and instead when it finishes it can queue up a new message for the agent. Work on other things in the same session while it works! Open Source can move faster than any closed centralized company. See the PR here:
Quick Insight
Teknium (likely from an open-source AI agent project) added a "notify when done" feature that lets agents work asynchronously instead of polling background processes. They're claiming Anthropic copied this approach, positioning open source as faster-moving than big AI companies.
Actionable Takeaway
Check out the PR to see how they implemented async notifications for agent workflows - this pattern could improve any AI automation Brian builds where agents spawn long-running processes.
Related to Your Work
Directly relevant to AI-powered dev workflows and automation side projects. If Brian's building agents that handle webhook processing, data analysis, or automated content generation, this async pattern could prevent blocking operations and improve user experience.
Thread/Source Worth Reading
The PR link is worth checking - it'll show the actual implementation of async agent notifications, which is more valuable than the tweet's competitive positioning.