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
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.
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
No MCP client handy? Sign in with the same credentials to read the portfolio here.
Snapshot + contact.
Sanitized case studies.
Ask anything — the answer tells you which routing tier handled it.
Paste a job description — it maps the role to concrete projects and evidence.
This server documents its own design.
Resume as PDF, HTML, Markdown or JSON — or leave a note to start a conversation.