Click any tag below to further narrow down your results
Links
A former Meta React compiler engineer and Netflix EM discusses how to build and manage multiple AI agents to automate routine work. The post highlights a SpaceXAI engineer running 10-20 agents coordinated by a "Chief of Staff" agent, framing this practical approach as more valuable than paid courses on agentic systems.
- A former SpaceX AI engineer (ex-Cursor) runs 10-20 Grok agents to automate 90% of routine work, coordinated by a "Chief of Staff" agent
- The podcast guest, an ex-Meta React compiler engineer and former Netflix EM, approaches agent tech with skepticism, detailing specific problems before showing how they're solved
- The poster frames this 50-minute conversation as more valuable than paid courses on agentic engineering
Engineers face difficulties in transitioning from deterministic programming to probabilistic agent engineering, as they often struggle to trust the adaptive capabilities of AI agents. Traditional practices, such as strict typing and error handling, clash with the need for flexibility and context-aware interactions in agent systems. Emphasizing the importance of semantic understanding and behavior evaluation, engineers are encouraged to embrace a new approach that balances trust and oversight.
- Senior engineers' deterministic mindset (strict typing, exhaustive error handling) actively conflicts with building probabilistic AI agents that need flexibility
- Trust in the system has to shift from verifying exact outputs to evaluating whether agent behavior is semantically reasonable given context
- Overly constraining agents with rigid rules to feel "in control" undermines the adaptive reasoning that makes agents useful in the first place