Skip to content
View AdityaTote's full-sized avatar

Highlights

  • Pro

Organizations

@rookie-house

Block or report AdityaTote

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.

Content in all repositories owned by your account will be closed.
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
AdityaTote/README.md
Aditya Tote
backend & ai engineer • bangalore, india
portfoliogithubxlinkedinemail

about

backend & ai engineer building high-performance APIs, asynchronous pipelines, and autonomous agent workflows in Go, Python, and Rust.

backend

  • async architecture: event-driven message queues and background worker pipelines using RabbitMQ and Redis.
  • systems & streams: low-latency services and stream processing in Rust using Redis Streams.
  • apis & microservices: serverless edge endpoints on Cloudflare Workers and containerized services on GCP Cloud Run.

agentic ai

  • voice & audio: biometric voice authentication with anti-replay liveness and audio transcription pipelines (SpeechBrain, Whisper).
  • agent workflows: multi-agent orchestration, state machines with human-in-the-loop checkpoints, and tool calling.
  • rag & retrieval: semantic document retrieval pipelines with vector databases (ChromaDB) and grounded LLM reasoning.

exploring

Voice AI & Audio Systems   Inference Engineering   Agentic AI Workflows   Developer Automation

engineering principles

  • async by default: heavy model calls and background jobs belong on message queues, keeping APIs fast.
  • deterministic guardrails: autonomous agents fail silently without strict schema validation, timeouts, and fallbacks.

tech stack

  • languages: Go, Python, Rust, TypeScript, SQL
  • backend & queues: FastAPI, Hono, Node.js, Express, Celery, RabbitMQ, Redis, REST, gRPC
  • ai & agents: LangGraph, Google ADK, LangChain, ChromaDB, Gemini, SpeechBrain, Whisper
  • databases & caching: PostgreSQL, Redis, MongoDB, MySQL, SQLite / Turso, SQLC, Prisma
  • cloud & devops: Docker, Cloudflare Workers / R2, GCP (Cloud Run, GCE), AWS (S3), GitHub Actions, Linux

honors

  🥇  Breakthrough Concept Award     Google Agentic AI Day (Google Cloud × Hack2Skill)     2025
  🥇  Winner                         CodeXCaliber, IIIT Nagpur                             2025
  🥈  Finalist                       SAP HackFest                                          2024
  🥇  National Winner                Smart India Hackathon (SIH)                           2023

telemetry

Total Time: 16 hrs 40 mins

Python       11 hrs 50 mins        █████████████████▒░░░░░░░   68.81 %
Docker       1 hr 29 mins          ██▒░░░░░░░░░░░░░░░░░░░░░░   08.70 %
Go           53 mins               █▒░░░░░░░░░░░░░░░░░░░░░░░   05.18 %
Bash         52 mins               █▒░░░░░░░░░░░░░░░░░░░░░░░   05.08 %
Other        31 mins               ▓░░░░░░░░░░░░░░░░░░░░░░░░   03.08 %

building resilient systems at the intersection of backend engineering and agentic ai

Pinned Loading

  1. HiFinance-pvt/hifi-api HiFinance-pvt/hifi-api Public

    api serivce for HiFi

    Python 1

  2. joblyser joblyser Public

    Multi-service AI platform for job-application assistance — resume analysis, cover letter, cold email, and LinkedIn note generation using LangGraph + Gemini with RAG retrieval.

    TypeScript

  3. HiFinance-pvt/hifi-adk HiFinance-pvt/hifi-adk Public

    ADK based multi agent fleet as service

    Python 3 1

  4. better-uptime better-uptime Public

    better stack uptime clone

    Rust

  5. rookie-house/untangle rookie-house/untangle Public

    Demistify your documents 🪄

    TypeScript 1 1

  6. wallet-service wallet-service Public

    A digital wallet microservice implementing double-entry bookkeeping over PostgreSQL. Exposes a REST API for user registration, wallet top-up, spend, and balance queries.

    Go