/
© 2026 RiffOn. All rights reserved.

Get your free personalized podcast brief

We scan new podcasts and send you the top 5 insights daily.

  1. "The Cognitive Revolution" | AI Builders, Researchers, and Live Player Analysis
  2. Infinite Code Context: AI Coding at Enterprise Scale w/ Blitzy CEO Brian Elliott & CTO Sid Pardeshi
Infinite Code Context: AI Coding at Enterprise Scale w/ Blitzy CEO Brian Elliott & CTO Sid Pardeshi

Infinite Code Context: AI Coding at Enterprise Scale w/ Blitzy CEO Brian Elliott & CTO Sid Pardeshi

"The Cognitive Revolution" | AI Builders, Researchers, and Live Player Analysis · Feb 4, 2026

Blitzy's CEO & CTO on achieving "infinite code context" for enterprise AI coding via dynamic agents, knowledge graphs, and model orchestration.

Scalable AI Systems Generate Agents Dynamically with Prompts Written by Other Agents

To avoid the rapid depreciation of hard-coded systems as LLMs improve, Blitzy's architecture is dynamic. Agents are generated just-in-time, with prompts written and tools selected by other agents based on the latest model capabilities and the specific task requirements.

Infinite Code Context: AI Coding at Enterprise Scale w/ Blitzy CEO Brian Elliott & CTO Sid Pardeshi thumbnail

Infinite Code Context: AI Coding at Enterprise Scale w/ Blitzy CEO Brian Elliott & CTO Sid Pardeshi

"The Cognitive Revolution" | AI Builders, Researchers, and Live Player Analysis·2 months ago

Semantic Search Alone Is Insufficient; Pair It with Relational Knowledge Graphs for True Context

Relying solely on semantic clustering (RAG) is inaccurate for complex domains like code. Blitzy combines a deep, relational knowledge graph with semantic understanding to accurately retrieve context, using the semantic match as a map to the source of truth rather than the truth itself.

Infinite Code Context: AI Coding at Enterprise Scale w/ Blitzy CEO Brian Elliott & CTO Sid Pardeshi thumbnail

Infinite Code Context: AI Coding at Enterprise Scale w/ Blitzy CEO Brian Elliott & CTO Sid Pardeshi

"The Cognitive Revolution" | AI Builders, Researchers, and Live Player Analysis·2 months ago

Blitzy's 'Infinite Code Context' is Really Dynamic, Just-in-Time Context Management

The concept isn't about fitting a massive codebase into one context window. Instead, it's a sophisticated architecture using a deep relational knowledge graph to inject only the most relevant, line-level context for a specific task at the exact moment it's needed.

Infinite Code Context: AI Coding at Enterprise Scale w/ Blitzy CEO Brian Elliott & CTO Sid Pardeshi thumbnail

Infinite Code Context: AI Coding at Enterprise Scale w/ Blitzy CEO Brian Elliott & CTO Sid Pardeshi

"The Cognitive Revolution" | AI Builders, Researchers, and Live Player Analysis·2 months ago

Use Different LLM Families to Review Each Other's Work for Superior Quality

Relying on a single model family for generation and review is suboptimal. Blitzy found that using models from different developers (e.g., OpenAI, Anthropic) to check each other's work produces tremendously better results, as each family has distinct strengths and reasoning patterns.

Infinite Code Context: AI Coding at Enterprise Scale w/ Blitzy CEO Brian Elliott & CTO Sid Pardeshi thumbnail

Infinite Code Context: AI Coding at Enterprise Scale w/ Blitzy CEO Brian Elliott & CTO Sid Pardeshi

"The Cognitive Revolution" | AI Builders, Researchers, and Live Player Analysis·2 months ago

AI's 'Last 20%' Coding Failures Are Often Conflicting Specs, Not Inability to Code

When Blitzy's system fails to complete the final portion of a project, it's rarely a simple coding error. It's typically due to systemic issues a human would also struggle with, such as contradictory requirements in the spec or a situation where fixing one end-to-end test breaks another.

Infinite Code Context: AI Coding at Enterprise Scale w/ Blitzy CEO Brian Elliott & CTO Sid Pardeshi thumbnail

Infinite Code Context: AI Coding at Enterprise Scale w/ Blitzy CEO Brian Elliott & CTO Sid Pardeshi

"The Cognitive Revolution" | AI Builders, Researchers, and Live Player Analysis·2 months ago

Evaluate AI Systems on Large-Scale Projects to Assess True Capability, Not Micro-Benchmarks

Simple, function-level evals are a "local optimization." Blitzy evaluates system changes by tasking them with completing large, real-world projects (e.g., modifying Apache Spark) and assessing the percentage of completion. This requires human "taste" to judge the gap between functional correctness and true user intent.

Infinite Code Context: AI Coding at Enterprise Scale w/ Blitzy CEO Brian Elliott & CTO Sid Pardeshi thumbnail

Infinite Code Context: AI Coding at Enterprise Scale w/ Blitzy CEO Brian Elliott & CTO Sid Pardeshi

"The Cognitive Revolution" | AI Builders, Researchers, and Live Player Analysis·2 months ago

LLMs Exhibit "Context Anxiety," Giving Up When Pushed Near Context Window Limits

Even with large advertised context windows, LLMs show performance degradation and strange behaviors when overloaded. Described as "context anxiety," they may prematurely give up on complex tasks, claim imaginary time constraints, or oversimplify the problem, highlighting the gap between advertised and effective context sizes.

Infinite Code Context: AI Coding at Enterprise Scale w/ Blitzy CEO Brian Elliott & CTO Sid Pardeshi thumbnail

Infinite Code Context: AI Coding at Enterprise Scale w/ Blitzy CEO Brian Elliott & CTO Sid Pardeshi

"The Cognitive Revolution" | AI Builders, Researchers, and Live Player Analysis·2 months ago

Prioritize System-Level AI Memory Over Brittle Fine-Tuning for Enterprise Applications

Fine-tuning creates model-specific optimizations that quickly become obsolete. Blitzy favors developing sophisticated, system-level "memory" that captures enterprise-specific context and preferences. This approach is model-agnostic and more durable as base models improve, unlike fine-tuning which requires constant rework.

Infinite Code Context: AI Coding at Enterprise Scale w/ Blitzy CEO Brian Elliott & CTO Sid Pardeshi thumbnail

Infinite Code Context: AI Coding at Enterprise Scale w/ Blitzy CEO Brian Elliott & CTO Sid Pardeshi

"The Cognitive Revolution" | AI Builders, Researchers, and Live Player Analysis·2 months ago

AI Systems Must Run Enterprise Apps in Parallel Environments to Build Deep Understanding

Static analysis isn't enough to understand a complex application. Blitzy's onboarding involves spinning up and running a parallel instance of the client's app. This process uncovers hidden runtime dependencies and behaviors, creating a far more accurate knowledge graph than code analysis alone could provide.

Infinite Code Context: AI Coding at Enterprise Scale w/ Blitzy CEO Brian Elliott & CTO Sid Pardeshi thumbnail

Infinite Code Context: AI Coding at Enterprise Scale w/ Blitzy CEO Brian Elliott & CTO Sid Pardeshi

"The Cognitive Revolution" | AI Builders, Researchers, and Live Player Analysis·2 months ago

Forget Temperature; the Key AI Control Lever Is Now the Model's "Thinking Budget"

The traditional lever of `temperature` for controlling model creativity has been superseded in modern reasoning models, where it's often fixed. The new critical parameter is the "thinking budget"—the amount of reasoning tokens a model can use before responding. A larger budget allows for more internal review and higher-quality outputs.

Infinite Code Context: AI Coding at Enterprise Scale w/ Blitzy CEO Brian Elliott & CTO Sid Pardeshi thumbnail

Infinite Code Context: AI Coding at Enterprise Scale w/ Blitzy CEO Brian Elliott & CTO Sid Pardeshi

"The Cognitive Revolution" | AI Builders, Researchers, and Live Player Analysis·2 months ago

AI Platforms First Add Value by Fixing an Enterprise's Documentation and Test Coverage

The initial value from Blitzy isn't code generation, but fixing foundational issues. Its onboarding process creates a knowledge graph that improves documentation and test coverage. This provides immediate value by boosting the performance of all existing developer AI tools, like GitHub Copilot, even before writing new code.

Infinite Code Context: AI Coding at Enterprise Scale w/ Blitzy CEO Brian Elliott & CTO Sid Pardeshi thumbnail

Infinite Code Context: AI Coding at Enterprise Scale w/ Blitzy CEO Brian Elliott & CTO Sid Pardeshi

"The Cognitive Revolution" | AI Builders, Researchers, and Live Player Analysis·2 months ago

AI Favors Senior Engineers Now, but AI-Adept Junior Engineers Will Win Long-Term

Short-term, AI amplifies senior engineers who can validate its output. Long-term, as AI tools improve and coding becomes a commodity, the advantage will shift. Junior developers who are native to AI tooling and don't have to "unlearn" old habits will become highly valuable, especially given their lower cost.

Infinite Code Context: AI Coding at Enterprise Scale w/ Blitzy CEO Brian Elliott & CTO Sid Pardeshi thumbnail

Infinite Code Context: AI Coding at Enterprise Scale w/ Blitzy CEO Brian Elliott & CTO Sid Pardeshi

"The Cognitive Revolution" | AI Builders, Researchers, and Live Player Analysis·2 months ago