Home
Mar 31, 2026
View All

How PMs Are Building Personal AI Agents (and What's Changing in Developer Tooling)

·1 underrepresented voice

The Short Version#

Lenny Rachitsky published a complete guide to building and running nine personal AI agents — a practical manual for what agentic AI looks like when it actually ships — while Microsoft and Mistral are shipping multi-model systems (Council in M365, Forge for enterprises), and developer tooling is consolidating around agent frameworks and secure execution patterns.

Lenny Rachitsky - OpenClaw: The Complete Guide to Building, Training, and Living with Your Personal AI Agent#

Source: https://www.lennysnewsletter.com/p/openclaw-the-complete-guide-to-building Credibility: High (direct author experience, published public guide)

What happened: Lenny Rachitsky published a comprehensive guide documenting how he built and deployed nine specialized AI agents that run his work and life — family calendar management, inbound sales, kids' homework help, and more. This is not a theoretical framework. It's a playbook for personal AI agent architecture, including team structures, training patterns, handoff protocols between agents, and how to handle failures.

Key technical details:

  • Nine specialized agents deployed across different life domains (work, family, sales, education)
  • Agents trained on personal data and workflows specific to each domain
  • Cross-agent collaboration patterns (agents handing off tasks to other agents)
  • Failure recovery and human override mechanisms
  • Integration into existing workflows (calendar, email, messaging apps)
  • Cost tracking and optimization for running multiple agents simultaneously

Why it matters for PMs: This is the most concrete evidence yet of what "living with AI agents" actually looks like in practice. PMs building agentic products need to understand that users don't want isolated agents — they want agent orchestration. The intelligence is in the handoff and the specialization, not in a single all-knowing agent. The guide also reveals the product requirements for agent platforms: clear domain boundaries, data isolation, human control over agent behavior, and explicit failure modes. This informs the build-vs-buy decision for companies deciding whether to invest in agent infrastructure or use existing platforms.

The timing also matters: this is published the same week Microsoft and Mistral are shipping multi-model agent systems. The pattern is clear — agents need multiple models working together, not monolithic single-model approaches.

Critical questions:

  • How many users actually have the technical fluency or patience to set up nine agents? What's the learning curve, and how does it compare to building the same automation in traditional tools?
  • What happens when an agent fails or makes a mistake? How recoverable is it, and how much manual intervention does Lenny's setup require?
  • How much of this works because Lenny is deeply technical and has OpenClaw infrastructure, versus how much would work for a typical PM or non-technical user?
  • What's the cost structure at scale? Lenny mentions cost optimization — at what point do agents become too expensive to justify versus hiring help?

Action you could take today: Read the guide's section on agent specialization and domain boundaries. Ask your team: if you were to build one agent for your users right now, what domain would it serve? (Not "what would be cool" — what's the actual problem domain?) This constraint-based thinking is how you build agents that actually work.

Microsoft - Council: Multi-Model Comparison System in M365 Copilot#

Source: https://www.linkedin.com/posts/satyanadella_introducingcritique-a-new-multi-model-deep-activity-7444369258324791296-k4bx Credibility: High (Satya Nadella direct announcement, shipped feature in Frontier tier)

What happened: Microsoft shipped Council, a feature in M365 Copilot that runs multiple foundation models (Claude, GPT, Gemini, others) on the same prompt simultaneously and shows users where they align and diverge. Users can see what each model adds to the analysis, compare reasoning paths, and choose which output to use. This ships today in the Frontier tier and represents a significant shift in how Microsoft positions Copilot: not as "the AI that answers your question" but as "the system that shows you multiple AI perspectives."

Also shipped: Critique, a deep research system that uses multiple models together to generate optimal responses and reports (also available in Frontier today).

Key technical details:

  • Multi-model execution on single prompts (parallel inference across Claude, GPT-4, Gemini)
  • Comparative output display (shows model divergence explicitly)
  • User selection interface to choose preferred model output
  • Critique system combines models in a hierarchical research workflow (not just parallel comparison)
  • Both features available immediately in M365 Copilot Frontier tier
  • Integration into Copilot Cowork (collaborative Copilot use across teams)

Why it matters for PMs: This is Microsoft's answer to the reliability and coverage problem: if one model can fail or miss nuance, run them all and let the user decide. It's a sophisticated shift from "AI as decision-maker" to "AI as decision support with multiple perspectives." For PMs building AI features, this validates the hypothesis that users want transparency about model behavior. You don't hide model disagreement — you surface it.

This also signals that Microsoft is moving away from single-model lock-in. You can use Claude in Council, or GPT, or Gemini. This is strategic — it positions Microsoft as neutral infrastructure for AI, not as a company betting on a single model provider.

Critical questions:

  • How do users actually use Council? Do they understand what model divergence means, or does it just add complexity and decision paralysis?
  • What happens when all models agree but are all wrong? Does Council give false confidence?
  • How much latency cost does it add to run models in parallel? Is this only practical for deep research workflows, or does it scale to real-time interactions?
  • How will competitors respond? OpenAI could ship the same feature using only their models — does that create an advantage or a limitation?

Action you could take today: Try Council in M365 Copilot Frontier and run a prompt where you know models diverge (something subjective or novel). Observe: does seeing multiple perspectives actually help your decision, or does it just create noise? This is the real UX test for multi-model systems.

Mistral AI - Forge: Enterprise Foundation Model Builder#

Source: https://mistral.ai/news/forge Credibility: High (product launch announcement, available to enterprises)

What happened: Mistral shipped Forge, a system that lets enterprises build frontier-grade AI models grounded in their proprietary knowledge. This is different from fine-tuning — it's a framework for enterprises to create custom foundation models that combine Mistral's base capabilities with company-specific data, domain knowledge, and use-case optimization. The product handles the infrastructure and training, enterprises provide the data and define the domains.

Key technical details:

  • Custom foundation model training on enterprise data
  • Grounding in proprietary knowledge (domain-specific training)
  • Frontier-grade base model (Mistral's models as starting point)
  • Enterprise-grade infrastructure (handles scaling, optimization, deployment)
  • Available now to enterprise customers
  • Builds on Mistral's existing Forge system for knowledge integration

Why it matters for PMs: This is the enterprise answer to the "AI just hallucinates" problem. If you want AI that actually knows your company's data, you can't just prompt-engineer a generic model — you need to train a custom model. Mistral is moving from "model provider" to "custom model builder for enterprises." This changes the build-vs-buy calculus: instead of choosing between OpenAI API (generic) and hiring an ML team (expensive), enterprises can use Forge.

This also explains why multi-model systems (Council, Critique) exist at Microsoft — they're hedge bets. If Forge and similar enterprise-custom models proliferate, generic models become less differentiated. Microsoft's response: let users compare models and pick the best one.

Critical questions:

  • What's the barrier to entry for enterprises? Do they need ML expertise, or is it abstracted away?
  • How long does it take to train a custom model with Forge? Is it days, weeks, or months?
  • What data do enterprises need to bring to get useful results?
  • How does Forge compare to fine-tuning with existing APIs, in terms of cost and capability?

Action you could take today: If your company has proprietary data you'd like AI to understand better, ask: could we build a custom model for this problem, or is fine-tuning on the existing APIs good enough? Mistral's existence changes the available options.

Quick Hits#

The Thread#

The week shows a consolidation pattern in agentic AI: from "single agent solves everything" toward "agents as specialized components that coordinate." Lenny's nine-agent architecture, Microsoft's multi-model Council, and Mistral's enterprise-custom Forge all point to the same insight — frontier AI needs specialization and transparency, not generality and black boxes. For PMs, this means the product wins go to teams that can orchestrate agents and let users understand what each component is doing.

Sit With This#

Lenny built nine agents because he needed nine specialized functions across his life and work. Microsoft and Mistral are both shipping systems that assume you need multiple models or multiple specialized systems working together, not one all-knowing AI.

For your product: If you were building an AI agent for your users right now, what would you optimize for — making one agent do everything, or making it easy to build and coordinate multiple specialized agents? What does your answer reveal about what you think your users actually want?