Josh Albrecht is the co-founder and chief technology officer of Imbue, where he builds AI agents that people can direct, inspect, and trust with consequential work. His central problem is turning impressive AI-generated code into software that engineers can confidently ship.
Albrecht began programming through video games, did paid game-development work in high school, and studied artificial intelligence at the University of Pittsburgh after an initial interest in computational neuroscience. He worked on machine translation and language interfaces before building startups including CloudFab, a manufacturing marketplace that applied machine learning to injection-molding estimates, and Sourceress, an AI recruiting company.
With Kanjun Qiu, he launched the Generally Intelligent podcast and co-founded Imbue in 2021. Its research expanded from self-supervised learning and adaptable AI systems into foundation-model infrastructure: the company trained a 70-billion-parameter language model, while Albrecht emphasized the importance of cluster reliability, reproducibility, and meaningful evaluation.
Building agents people can actually trust
- Immediate feedback for AI-generated code. Imbue’s Sculptor coding workspace identifies potential race conditions, exposed credentials, architectural violations, and documentation inconsistencies while agents work. Albrecht argues that developers need visibility before a finished pull request arrives, when defects remain easier for both people and agents to fix.
- Specifications before generation. His workflow starts with researching existing solutions, explicit planning, living documentation, and enforceable style guides. Automated checks compare repositories before and after an agent runs, separating newly introduced failures from preexisting lint errors.
- Disposable AI-generated tests. Albrecht favors isolated side effects, sandboxed execution, adversarial inputs, and integration tests that reflect actual user behavior. He questions keeping every generated unit test permanently: tests can expose genuine defects without becoming brittle maintenance burdens or confusing future agents. His AI Engineer World’s Fair presentation develops these ideas around verification, safe execution, and automatic repair.
- Open, inspectable agent orchestration. Imbue’s open-source mngr project coordinates coding agents across local machines, containers, and remote hosts using familiar infrastructure including SSH, Git, and tmux. The architecture lets developers choose providers, inspect individual agents, and review their results.
In a 2026 essay on reshaping Imbue, Albrecht described how pressure surrounding Sculptor produced rigid roadmaps and burnout. He advocated smaller autonomous projects, open software, and greater ownership for the people building them—an organizational expression of his commitment to human agency and open software.