Skip to content
View pavanraheja's full-sized avatar

Block or report pavanraheja

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
pavanraheja/README.md

Pavan Raheja

AI Product Manager — I ship agents that act, and the guardrails that make that safe.

Dubai · pavan.blog · LinkedIn


Most AI demos answer. The hard part is letting a system act — on real money, real customers, real infrastructure — without a human checking every call. That's the problem I work on.

I run a fleet of production agents across live venues, and the discipline matters more than any single model:

  • 60+ candidate strategies evaluated → 4 promoted. Over 90% were killed by their own test batteries before touching capital.
  • Every candidate declares its promotion criteria before seeing results, then runs shadow → paper → live. No overrides; promotions are gate-driven and audit-logged.
  • Gate on irreversible, not uncertain. Confidence is the wrong axis — a low-confidence reversible action is safer than a high-confidence irreversible one.
  • Author of RFC #7218, on preventing catastrophic actions in long-running autonomous agents.

What's here

RepoWhat it is
alphagrid-orchestratorThe production pattern for safely deploying autonomous systems that act on real resources — risk guardian, kill switch, staged-promotion gates. Start here.
autonomous-execution-agentsThe multi-strategy execution fleet the pattern above governs.
content-research-agentMulti-step Claude agents running content research end to end. Said no to RAG — a structured prompt was enough.
dubai-re-intelligenceFlask + Pandas pipeline turning raw Dubai Land Department data into decision intelligence.
pavan-blogMy site, including a streaming digital clone built on the Claude API.

Live systems and production adapters stay private; the reusable patterns are public.

Building

  • Glasshouse — a transparent research desk. The product is verifiability: strategies are killed by their own falsification batteries, and the copy-service model is non-custodial.
  • Insight Bay — AI automation for UAE SMEs. First paying customer live.

Writing

I write at pavan.blog about what actually breaks in production AI — including a case study on shipping agents that act without a human, and what a year of running production agents taught me about reliability.


Daily stack: Claude Code (hooks, MCP servers, slash commands), Anthropic Agent SDK, tool-use / function-calling, LLM evals. Came up as a software engineer — I build the prototypes myself.

Pinned Loading

  1. alphagrid-orchestratoralphagrid-orchestratorPublic

    Production pattern for safely deploying autonomous decision systems — risk guardian, staged-promotion gates, two-stage entry dispatcher. Extracted and sanitised from AlphaGrid.

    Python

  2. bybit-btc-dashboardbybit-btc-dashboardPublic

    Real-time BTC market dashboard for Bybit. TypeScript + React.

    TypeScript

  3. content-research-agentcontent-research-agentPublic

    Claude-powered research agents for niche content operations — trending topics, pain points, YouTube strategy. Built for The Emirates Allocator newsletter.

    Python

  4. autonomous-execution-agentsautonomous-execution-agentsPublic

    Autonomous execution agents — multi-strategy decision systems (MFI, HTF, Alligator, Liq Zone) acting on live market signals with risk guards, on Binance USDⓈ-M Futures

    Python 1

  5. dubai-re-intelligencedubai-re-intelligencePublic

    Dubai real estate intelligence toolkit — DLD transaction dashboard + weekly investor snapshot. Built at Dash Capital.

    Python

  6. pavan-blogpavan-blogPublic

    Personal site + Digital Clone built on Anthropic Claude API. Astro + Vercel + SSE streaming. Live at pavan.blog.

    Astro