import React from "react"; import { AsciiDiagram } from "@/components/AsciiDiagram"; import { diagrams } from "@/data/diagrams"; export function IntroSection() { return (
{/* Left Content */}
{/* Heading */}

Go beyond AI nascent demos

{/* Body Text */}

Plano is the infrastructure layer for building, scaling, and routing AI agents. It sits between your app and your models, enforcing safety guardrails, orchestrating multi-agent workflows, and unifying access across large language models.


Developers use Plano to build faster, platform teams use it to unify governance, and AI leads use it to run continuously learning systems that stay aligned, safe, and performant. From SaaS backends to distributed ecosystems, Plano turns raw agent logic into something you can deploy, monitor, and evolve in production.

{/* Right Diagram */}
); }