diff --git a/apps/www/public/Benchmarks.svg b/apps/www/public/Benchmarks.svg
index 3a507793..f9da4bc9 100644
--- a/apps/www/public/Benchmarks.svg
+++ b/apps/www/public/Benchmarks.svg
@@ -7,15 +7,9 @@
+
Building the future of infrastructure and tools for AI developers.
- Build agents faster, and deliver them reliably to production - - by offloading the plumbing work in building agentic applications. +
+ Build agents faster, and deliver them reliably to production - + by offloading the critical plumbing work to Plano. +
{/* CTA Buttons */} diff --git a/apps/www/src/components/HowItWorksSection.tsx b/apps/www/src/components/HowItWorksSection.tsx index cd844c47..62f1dc57 100644 --- a/apps/www/src/components/HowItWorksSection.tsx +++ b/apps/www/src/components/HowItWorksSection.tsx @@ -13,7 +13,7 @@ export function HowItWorksSection() {Plano offers a delightful developer experience with a simple configuration file that describes the types of prompts your diff --git a/apps/www/src/components/IdeaToAgentSection.tsx b/apps/www/src/components/IdeaToAgentSection.tsx index f2efa1de..7dc44d08 100644 --- a/apps/www/src/components/IdeaToAgentSection.tsx +++ b/apps/www/src/components/IdeaToAgentSection.tsx @@ -11,7 +11,7 @@ const carouselData = [ category: "LAUNCH FASTER", title: "Focus on core objectives", description: - "Building AI agents is hard enough (iterate on prompts and evaluate LLMs, etc), the plumbing work shouldn't add to that complexity. Plano takes care of the critical plumbing work like routing and orchestration to agents that slows you down and locks you into rigid frameworks, freeing developers to innovate on what truly matters.", + "Building agents is hard enough. The plumbing work shouldn't be. Plano handles routing, observability, and policy hooks as a models-native sidecar—so you can focus on your agent's core product logic and ship to production faster.", image: "/LaunchFaster.svg", link: "https://docs.plano.katanemo.com/getting-started/installation", }, @@ -20,7 +20,7 @@ const carouselData = [ category: "BUILD WITH CHOICE", title: "Rapidly incorporate LLMs", description: - "Build with multiple LLMs or model versions with a single unified API. Plano centralizes access controls, offers resiliency for traffic to 100+ LLMs -- all without you having to write a single line of code.", + "Build with multiple LLMs or model versions with a single unified API. Plano centralizes access controls, offers resiliency for traffic to 100+ LLMs -- all without you having to write a single line of code. Use existing libraries and proxy traffic through Plano.", image: "/BuildWithChoice.svg", link: "https://docs.plano.katanemo.com/getting-started/installation", }, @@ -29,7 +29,7 @@ const carouselData = [ category: "RICH LEARNING SIGNALS", title: "Hyper-rich agent traces and logs", description: - "Knowing when agents fail or delight users is a critical signal that feeds into a reinforcement learning and optimization cycle. Plano makes this trivial by sampling hyper-rich information traces from live production agentic interactions so that you can improve agent performance faster.", + "Knowing when agents fail or delight users is a critical signal that feeds into the reinforcement learning and optimization cycle. Plano makes this trivial by sampling hyper-rich information traces from live production agentic interactions so that you can improve agent performance faster.", image: "/Telemetry.svg", link: "https://docs.plano.katanemo.com/getting-started/installation", }, @@ -143,7 +143,7 @@ export function IdeaToAgentSection() { {/* Description */} -
{carouselData[currentSlide].description}
diff --git a/apps/www/src/components/IntroSection.tsx b/apps/www/src/components/IntroSection.tsx index c3569f89..867528bf 100644 --- a/apps/www/src/components/IntroSection.tsx +++ b/apps/www/src/components/IntroSection.tsx @@ -18,14 +18,15 @@ export function IntroSection() { {/* Body Text */} -- Plano is a models-native proxy and dataplane for agents that handles - critical plumbing work in AI - agent routing and orchestration, rich agentic - traces, guardrail hooks, and smart model routing APIs for LLMs. + Plano is a models-native proxy and dataplane for agents that handles + critical plumbing work in AI - agent routing and orchestration, rich agentic + traces, guardrail hooks, and smart model routing APIs for LLMs. Use any + language, AI framework, and deliver agents to productions quickly with Plano.
- Developers can focus more on modeling workflows. + Developers can focus more on core product logic of agents. Product teams can accelerate feedback loops for reinforcement learning. Engineering teams can standardize policies and access controls across every agent and LLM for safer, more reliable scaling.
diff --git a/apps/www/src/components/UseCasesSection.tsx b/apps/www/src/components/UseCasesSection.tsx index e905b64c..2c8c7255 100644 --- a/apps/www/src/components/UseCasesSection.tsx +++ b/apps/www/src/components/UseCasesSection.tsx @@ -262,7 +262,7 @@ export function UseCasesSection() { }} className="mb-10" > -- {verticalCarouselData[activeSlide].description} -
++ {paragraph} +
+ ))}+
Plano-Orchestrator is a family of state-of-the-art routing and orchestration models that decides which agent(s) or LLM(s) should handle each request, and in what sequence. Built for multi-agent orchestration systems, Plano-Orchestrator excels at analyzing diff --git a/apps/www/src/components/research/ResearchCapabilities.tsx b/apps/www/src/components/research/ResearchCapabilities.tsx index 6a1d9858..eda864f5 100644 --- a/apps/www/src/components/research/ResearchCapabilities.tsx +++ b/apps/www/src/components/research/ResearchCapabilities.tsx @@ -46,7 +46,7 @@ export function ResearchCapabilities() { {/* PLANO-4B CAPABILITIES Label */}
+
Designed for real-world deployments, it delivers strong performance across general conversations, coding tasks, and long-context multi-turn conversations, while remaining efficient enough for low-latency production environments. +
+
{capability.description}
+
{capability.description}
+
{item.description}
- Our open source applied research focuses on how to deliver agents - safely, efficiently, and with predictable real-world performance — - critical for any AI application, but sits outside any product’s core - business logic. +
+ Our applied research focuses on how to deliver agents safely, efficiently, + and with improved real-world performance — critical for any AI application, + but work that sits outside of any agent's core product logic.
+
Plano is a powerful agent delivery infrastructure platform that is framework-friendly, and empowers developers and teams to seamlessly build, deliver, and scale agentic applications. diff --git a/packages/ui/src/components/Navbar.tsx b/packages/ui/src/components/Navbar.tsx index 23f9d7be..728176ff 100644 --- a/packages/ui/src/components/Navbar.tsx +++ b/packages/ui/src/components/Navbar.tsx @@ -179,7 +179,7 @@ export function Navbar() { }; return ( -