Skip to main content
Cognitive Revolution

Lindy Teammate: Flo Crivello on Multiplayer Agents, Memory & Why He'd Ban the Chinese Models He Uses

126 min episode · 3 min read
·
Lindy Teammate

Episode

126 min

Read time

3 min

Topics

Remote Work, Fundraising & VC, Leadership

AI-Generated Summary

Key Takeaways

  • Recursive Context Buckets: Lindy built a centary tree structure (100 children per node) for managing agent memory, enabling access to 10,000 context buckets containing 200,000 tokens each within just two LLM calls — roughly 2 billion tokens total. This solves the compaction problem where standard summarization loses ground truth. Teams should implement self-balancing tree structures rather than naive Russian-doll context chains to avoid O(n) retrieval costs.
  • Caching as Core Economics: Lindy maintains an 85% cache hit rate, and the difference between 85% and 65% nearly doubles inference costs. Any system prompt change can silently break caching. To preserve cache across validator sub-agents, Lindy includes the validator action in the main agent's toolset but instructs it not to invoke it — allowing the validator to inherit the full cached context window without invalidating it.
  • Agentic Memory Over RAG: Rather than retrieval-augmented generation, Lindy uses a memory agent that runs every 15 minutes, logs all queries and retrieval hop counts, then restructures its own memory during idle cycles to reduce hops for frequently asked questions. This self-optimizing librarian approach outperforms static RAG because the agent learns which data sources are noise — automatically ignoring Slack log channels after first exposure.
  • Token Compression Techniques: Two underused compression methods can cut token costs 20–30% each. "Caveman" rewrites memory files in stripped-down syntax, reducing tokens while preserving information — though it harms enterprise auditability. TOON (Token-Oriented Object Notation) replaces JSON as the agent-action data format and measurably improves agent performance, likely because JSON's structural noise outweighs its training-set familiarity advantage. YAML offers similar benefits.
  • Single-Agent Architecture Preference: Division of labor is not a valid reason to use multi-agent systems for AI, unlike human organizations constrained by time and cognitive limits. Agents can fork, duplicate, and parallelize without coordination overhead. Multi-agent systems are justified primarily for security isolation — separating customer-facing agents from internal agents holding repository access, API keys, and financial permissions — not for functional specialization.

What It Covers

Flo Crivello, CEO of Lindy, details the launch of Lindy Teammate, an AI employee embedded in Slack, while explaining the technical architecture behind multiplayer agent memory, context management using recursive tree structures, caching strategies achieving 85% hit rates, open-source model economics favoring DeepSeek, and his controversial position that Chinese AI models should be banned in the United States.

Key Questions Answered

  • Recursive Context Buckets: Lindy built a centary tree structure (100 children per node) for managing agent memory, enabling access to 10,000 context buckets containing 200,000 tokens each within just two LLM calls — roughly 2 billion tokens total. This solves the compaction problem where standard summarization loses ground truth. Teams should implement self-balancing tree structures rather than naive Russian-doll context chains to avoid O(n) retrieval costs.
  • Caching as Core Economics: Lindy maintains an 85% cache hit rate, and the difference between 85% and 65% nearly doubles inference costs. Any system prompt change can silently break caching. To preserve cache across validator sub-agents, Lindy includes the validator action in the main agent's toolset but instructs it not to invoke it — allowing the validator to inherit the full cached context window without invalidating it.
  • Agentic Memory Over RAG: Rather than retrieval-augmented generation, Lindy uses a memory agent that runs every 15 minutes, logs all queries and retrieval hop counts, then restructures its own memory during idle cycles to reduce hops for frequently asked questions. This self-optimizing librarian approach outperforms static RAG because the agent learns which data sources are noise — automatically ignoring Slack log channels after first exposure.
  • Token Compression Techniques: Two underused compression methods can cut token costs 20–30% each. "Caveman" rewrites memory files in stripped-down syntax, reducing tokens while preserving information — though it harms enterprise auditability. TOON (Token-Oriented Object Notation) replaces JSON as the agent-action data format and measurably improves agent performance, likely because JSON's structural noise outweighs its training-set familiarity advantage. YAML offers similar benefits.
  • Single-Agent Architecture Preference: Division of labor is not a valid reason to use multi-agent systems for AI, unlike human organizations constrained by time and cognitive limits. Agents can fork, duplicate, and parallelize without coordination overhead. Multi-agent systems are justified primarily for security isolation — separating customer-facing agents from internal agents holding repository access, API keys, and financial permissions — not for functional specialization.
  • Vendor Stack for Agent Infrastructure: Lindy recommends buying infrastructure rather than building it. Mesa provides a Git-backed agent-native file system that handles merge conflicts when parallel memory sub-agents write simultaneously. E2B supplies sandboxes. Browser Base handles browser automation. Lindy built its own eval and observability platform only because no adequate solution existed in 2022 — one engineer now maintains it full-time, which Crivello considers excessive given current alternatives.
  • The Centaur Phase Is Temporary: Currently, the best outputs at Lindy emerge from human-AI iteration rather than either alone — matching the historical chess pattern where human-plus-AI briefly outperformed AI alone. However, that gap is narrowing. Crivello expects humans will eventually introduce net noise into optimized AI systems, as occurred in chess. The actionable implication: build AI-native organizational structures now rather than mapping AI onto existing human role hierarchies.

Notable Moment

Crivello acknowledges that Lindy Teammate currently runs on DeepSeek — a Chinese model — while simultaneously holding the position that Chinese AI models should be banned in the United States. Rather than resolving this contradiction, he and the host converge on a potential middle ground: mandatory insurance requirements for companies selling Chinese AI services, which would price the risk rather than prohibit it outright.

Know someone who'd find this useful?

Episode Transcript

Hello, and welcome back to the cognitive revolution. Today, I'm speaking with Flo Crivello, founder and CEO of Lindy, as he's launching Lindy Teammate, an AI employee that joins your company's Slack. This is, of course, competing directly with Claude Tag, and very notably, it is running on DeepSeek. Even so, Lindy is subsidizing onboarding at least, and the first half of this conversation goes really deep into where all of those tokens are going. We talk about the nuances of multiplayer mode, how Lindy thinks about the social contract surrounding historical data, and how they're using prompting to enforce it, plus a ton about memory implementation and the background processing that Lindy uses to continually optimize memory. Flow's command of the relevant literature is evident throughout. We get Flow's vendor recommendations for file systems and sandboxes and discuss why he prefers to buy where he can and remains bullish on software infrastructure startups. We also talk about life in Lindy now that Lindy's teammate exists and how he thinks about Lindy and all Frontier AI systems as a superintelligence in most respects that still somehow chooses to walk to the car wash a bunch of times every day. For now, Flow says we are in the Centaur era. The best ideas at Lindy are generally co created between humans and AIs. But Flow feels that this will be temporary. And before too long, he expects that humans will simply be adding noise to highly optimized AI systems. And that, it should be said, is in the good world because as Flow puts it, in light of Open Face and other similar incidents, it is July 2026. We have AGI. We're in takeoff, and we've not figured out alignment. With that in mind, we compare notes on how friends and acquaintances at AI companies are now kind of panicking. And in the final section, we discuss Flow's very surprising position that Chinese models should be banned in The United States. As of now, I definitely do not agree, but we have a good natured back and forth about various arguments, and ultimately, he seemed open to a compromise on something perhaps more like an insurance requirement for companies selling AI services that would allow us to price the risk of Chinese models instead of banning them outright. In any case, I have to say, Flow is a one of one. After sprinting through the general purpose AI assistant product race for the last three years, he is still super open about how Lindy works, and he's fully candid about every issue he cares about. It makes for a really fun conversation about multiplayer AI, machine memory, and the uncomfortable politics of building your company on models that you yourself would like to see banned. This is Flo Crivello, founder and CEO of Lendy. Flo Crivello, CEO at Lendy. Welcome back to the Cognitive Revolution. Thanks, Dustin. Always in the know to be here. I am excited for this conversation. You …

Get the full transcript (25,487 words) + summary by email — free

One-time email with the complete transcript and AI summary of this episode. No account needed.

One email, no spam. We’ll also show you what SignalCast does.

Browse all Cognitive Revolution transcripts →

You just read a 3-minute summary of a 123-minute episode.

Get Cognitive Revolution summarized like this every Monday — plus up to 2 more podcasts, free.

Pick Your Podcasts — Free

Keep Reading

Books, tools, and gear mentioned in this episode

SignalCast may earn commission on purchases via these links. As an Amazon Associate, SignalCast earns from qualifying purchases.

Tools

  • MesaRecommended
    Mesa provides a Git-backed agent-native file system that handles merge conflicts when parallel memory sub-agents write simultaneously.
  • Crivello acknowledges that Lindy Teammate currently runs on DeepSeek — a Chinese model
  • E2BRecommended
    E2B supplies sandboxes.
  • Browser BaseRecommended
    Browser Base handles browser automation.

Products

  • by Lindy

    Flo Crivello, CEO of Lindy, details the launch of Lindy Teammate, an AI employee embedded in Slack

More from Cognitive Revolution

We summarize every new episode. Want them in your inbox?

Similar Episodes

Related episodes from other podcasts

Explore Related Topics

This podcast is featured in Best AI Podcasts (2026) — ranked and reviewed with AI summaries.

You're clearly into Cognitive Revolution.

Every Monday, we deliver AI summaries of the latest episodes from Cognitive Revolution and 192+ other podcasts. Free for one show.

Start My Monday Digest

No credit card · Unsubscribe anytime