import React from "react"; import { NetworkAnimation } from "../NetworkAnimation"; import { Button } from "@katanemo/ui"; import Link from "next/link"; export function ResearchHero() { return (
{/* Badge */}
New! Plano Orchestrator models released
{/* Main Heading */}

Research

{/* Description */}

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.

); }