Playbooks AI Blog

6 min readdesign-principlesmulti-agent

Stack-Based Context Management: How Playbooks Keeps LLM Context Lean and Precise

ReAct agents accumulate context linearly until they run out of space, then forcibly compact. This leads to expensive LLM calls, slower execution, and context poisoning. Playbooks uses stack-based context management to continuously prune context as playbooks return, keeping only what's relevant. The result is faster, cheaper, and more reliable agent execution - especially for complex workflows.

8 min readdesign-principles

Just-in-Time (JIT) Coding: When Software Stops Being Written and Starts Being Generated On-the-fly

Most code will be produced, executed and discarded. The era of just-in-time (JIT) coding is upon us. As models grow more capable and the gap between intention and execution collapses, software will evolve from static artifacts into living systems that think, adapt, and act in context. JIT coding is the bridge to that future - a world where specifications, not implementations, define our programs, and where software is continuously generated rather than painstakingly built ahead of time. Once we accept that code is merely the temporary byproduct of expressing intent, the entire landscape of software shifts under our feet. The question is no longer whether this transition will happen, but how quickly we choose to embrace it.