AI

Greenhouse vs. Lens: How to Actually Deploy Agentic AI

Sunday, August 2, 20263 min read

There's a conceptual framework emerging that every founder building AI agents needs to internalize: the distinction between 'greenhouse' and 'lens' modes of agentic work.

The greenhouse mode treats AI systems like controlled environments—sandboxed spaces where agents explore, reason, and generate multiple candidate solutions before anything touches the real world. Think of it as the AI equivalent of a R&D lab: high latitude for experimentation, extensive logging, the ability to run thousands of simulations or reasoning traces without consequences. The lens mode, by contrast, is deployment-focused: the agent becomes a tool for interpreting and acting on real-world constraints, with tight feedback loops and immediate accountability.

Why does this matter? Because most founders are conflating these modes and building products that fail at scale. You can't run a greenhouse-style agentic system in production—the latency kills you, the cost explodes, and users expect deterministic behavior. But you also can't apply lens-mode constraints during development and expect to unlock the actual capabilities of your AI system.

The framework clarifies three critical architectural decisions:

First, your training and prototyping pipeline should be ruthlessly greenhouse-focused. This is where you generate k candidate outputs, select the best, and iterate. Recent work on explorative modeling—training models on optimal selections from multiple guesses rather than single ground truths—is directly validating this approach. The implication: your data generation and fine-tuning infrastructure should be built to generate abundance, not scarcity.

Second, your production system needs to be unambiguously lens-mode. This means narrower action spaces, real-time constraint satisfaction, and explicit guardrails. You're not trying to maximize reasoning—you're trying to maximize the probability that the agent does something useful in a specific, bounded context.

Third, and most important: your go-to-market strategy and product roadmap need to account for this transition. Many founders are launching greenhouse-mode products to consumers ("explore millions of possibilities!") and then scrambling when latency and cost become problems. The winners will be those who deliberately architect the transition from greenhouse to lens—using early greenhouse-mode deployments to gather data and refine the action space, then transitioning to lens-mode production systems once constraints are clear.

This framework also explains why narrow, domain-specific agentic systems are outcompacing generalist approaches. Narrow domains allow you to pre-compute the constraint landscape in greenhouse mode, then deploy a highly optimized lens-mode system. Broad domains force you to keep too much flexibility in production, which kills both performance and reliability.

The immediate tactical takeaway: if you're building an AI product, audit whether you're trying to do both modes simultaneously. Separate your infrastructure. Build your greenhouse pipeline to be as unconstrained as possible—experiment with long reasoning chains, multiple candidates, expensive computations. Build your lens-mode system to be as fast and predictable as possible. The two shouldn't share the same codebase, the same resource budgets, or the same success metrics.

This isn't theoretical—it's the difference between shipping a product that scales and shipping a proof-of-concept that looks impressive in a demo.

Quick Hits

5 links

Get briefings in your inbox

Join 2,500+ founders and engineers. Daily at 9am UTC.