Akshay Shetty

AI Architect & Systems Engineer — autonomous agent infrastructure, local-first AI

Builder of self-hosted, autonomous AI systems. I design infrastructure where deterministic code does most of the work, local models handle the middle, and frontier models are reserved for irreducible reasoning — keeping systems fast, private, and cheap to run. Comfortable from Postgres and vector retrieval up through agent orchestration, MCP servers, OAuth, and production deploy/rollback.

MCP server · OAuth secured · isolated

Download resume (PDF)  view in browser

This is a demo — the real platform is private

A lightweight, read-only slice built to showcase capability. The full production platform — OAuth with authenticator login, an autonomous build engine, and a state-of-the-art memory system — runs in a secured private environment and is shown in a live walkthrough on request.

Option A — connect via MCP

Add this to your MCP client config and connect. Tools available depend on the scope of the credential you were given.

{
  "mcpServers": {
    "akshay-portfolio": {
      "url": "https://hire.virohanalife.com/mcp",
      "auth": {
        "type": "oauth2",
        "grant": "client_credentials",
        "token_url": "https://hire.virohanalife.com/oauth/token",
        "client_id": "<provided to you>",
        "client_secret": "<provided to you>"
      }
    }
  }
}

Or mint a token directly:

curl -s -X POST https://hire.virohanalife.com/oauth/token \
  -d grant_type=client_credentials \
  -d client_id=$CLIENT_ID \
  -d client_secret=$CLIENT_SECRET

Option B — browse in the page

No MCP client handy? Sign in with the same credentials to read the portfolio here.

What you can explore

whoami / get_profile

Snapshot + contact.

list_capabilities / list_projects → get_project

Sanitized case studies.

ask

Ask anything — the answer tells you which routing tier handled it.

tailor_to_role

Paste a job description — it maps the role to concrete projects and evidence.

explain_architecture

This server documents its own design.

get_resume / book_intro

Resume as PDF, HTML, Markdown or JSON — or leave a note to start a conversation.

This is an isolated portfolio server built as a job-application artifact — separate repo, host, datastore, and credentials from any production system. Notes you leave are stored locally; nothing is shared with third parties.