> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cxpro.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# About Me

> Ishaan Mohapatra — Creator of CXP

<div className="cxp-about">
  <div className="cxp-about-hero">
    <div className="cxp-about-ambient" aria-hidden>
      <div className="cxp-about-aurora" />

      <div className="cxp-about-grid" />

      <div className="cxp-about-scan" />
    </div>

    <div className="cxp-about-inner">
      <div className="cxp-about-badge">CXP • Context Exchange Protocol</div>
      <h1 className="cxp-about-h1">Ishaan Mohapatra</h1>

      <p className="cxp-about-sub">
        I’m building CXP as a standalone protocol for progressive, governed context exchange between
        AI agents and robotic systems. My focus is on designing systems that are not just intelligent,
        but structured, safe, and scalable.
      </p>

      <div className="cxp-about-cards">
        <div className="cxp-about-card">
          <div className="cxp-about-k">What I’m Building</div>

          <div className="cxp-about-v">
            A full protocol specification, reference implementation, and live Inspector demo that proves
            CXP’s Preview → Request → Expand model in action.
          </div>
        </div>

        <div className="cxp-about-card">
          <div className="cxp-about-k">Why I Built CXP</div>

          <div className="cxp-about-v">
            Modern AI systems overload themselves with full-context dumps. CXP introduces structured,
            progressive disclosure — reducing bandwidth, cost, and safety risk.
          </div>
        </div>

        <div className="cxp-about-card">
          <div className="cxp-about-k">Systems Thinking</div>

          <div className="cxp-about-v">
            This project demonstrates protocol design, governance modeling, versioning, error handling,
            and real implementation — not just theory.
          </div>
        </div>
      </div>

      <div className="cxp-about-cta">
        <a className="cxp-btn cxp-btn-primary" href="/docs/getting-started/intro">
          <span className="cxp-btn-text">Explore the Specification</span>

          <span className="cxp-btn-shine" />

          <span className="cxp-btn-glow" />
        </a>

        <a className="cxp-btn cxp-btn-ghost" href="/docs/tools/inspector">
          Open the Inspector Demo
        </a>
      </div>
    </div>
  </div>

  ***

  ## About Me

  I am a student focused on AI systems architecture, robotics, and protocol design.\
  My interest lies in building foundational infrastructure for intelligent systems —
  not just applications.

  CXP began as a question:

  **How can autonomous systems share context safely, progressively, and efficiently — without flooding each other?**

  Instead of building another application, I designed a protocol.

  ***

  ## What Makes CXP Different

  * Progressive context disclosure (Preview → Request → Expand)
  * Budget-aware exchange (token, latency, size constraints)
  * Policy-bound sharing (purpose + TTL)
  * Provenance attached to every slice
  * Transport-neutral architecture
  * Robot-compatible context mapping

  CXP separates reasoning from memory transport and defines a structured exchange layer for autonomous systems.

  ***

  ## Project Roadmap

  <CardGroup cols={3}>
    <Card title="Formal Specification">
      Define message types, version negotiation, error model, and conformance guarantees.
    </Card>

    <Card title="Reference Implementation">
      A minimal CXP client/server pair demonstrating progressive expansion and policy enforcement.
    </Card>

    <Card title="Interactive Demo">
      A polished web-based Inspector that visualizes real-time context exchange and governance.
    </Card>
  </CardGroup>

  ***

  ## Vision

  My long-term goal is to design core infrastructure for intelligent systems —
  building protocols and architectures that scale safely across agents, tools,
  and embodied robotics.

  CXP is the first step in that direction.

  ***

  ## Links

  <div className="cxp-about-links">
    <a className="cxp-link" href="https://github.com/ishaanmohapatra/cxp-protocol">GitHub Repository</a>
    <a className="cxp-link" href="/docs/getting-started/quickstart">Quickstart</a>
    <a className="cxp-link" href="/community/communication">Community</a>
  </div>
</div>
