
Developer Voices What's Worth Knowing In AI Right Now? (with Henry Garner)
57 snips
Mar 26, 2026 Henry Garner, CTO of Juxt and creator of the Juxt AI Radar, focuses on AI-assisted software development and the Allium behavioral spec language. He discusses the AI tooling adoption arc, orchestration frameworks versus agents, neurosymbolic approaches and the surprising return of Prolog. He also covers Allium’s role in giving LLMs structure and practical trade-offs in fine-tuning, observability and running models.
AI Snips
Chapters
Transcript
Episode notes
Orchestration Needs Design Constraints
- Orchestration trades runtime flexibility for predictability; precise frameworks (LangChain/LangGraph) add confidence while open agent stacks (Gastown) risk chaos.
- Henry prefers specifying intent then fanning out parallel agents under constrained design.
Pair LLMs With Symbolic Reasoners
- Neurosymbolic systems pair LLMs' fuzzy pattern reasoning with symbolic tools for audited correctness.
- Henry suggests injecting Prolog or helper functions so rigorous steps can be executed and audited alongside LLM translation.
Fine‑Tune Only With Large Proprietary Data
- Prefer frontier models plus RAG pipelines for most use cases; fine‑tune only when you have large proprietary labeled datasets.
- Henry used fine‑tuning for regulatory text classification where hundreds of thousands of examples improved performance.

