Skip to content
View Mahakisore7's full-sized avatar
🤖
Endeavor
🤖
Endeavor

Organizations

@IDEA-Amrita@Tensor-Club@init-club

Block or report Mahakisore7

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
Mahakisore7/README.md
keep it simple



Hi, I'm MahakisoreFull Stack Developer | AI Systems Buildertyping

LinkedInXInstagramEmail


About Me

classMahakisore:
role="Full-Stack Developer"but_mostly="I build with AI"# LLMs · RAG · agents · a bit of ML/DLalso="I ship apps when an idea won't let go"currently="going deeper on agentic systems"defhow_i_work(self):
return ("curious by nature — I'd ""rather understand a thing ""than just use it")
it's always about you

Stack & Tools

tech stack

LangChainLangGraphpgvectorQdrantTigerGraphCohere


Featured Projects

Agora AI

An AI you can actually debate. It runs full Asian & British Parliamentary rounds end-to-end — a FastAPI reasoning engine, a Go real-time gateway, and a RAG pipeline that scores arguments the way a real adjudicator would. Deployed on AWS. Python · FastAPI · Go · LangChain · pgvector · Redis · Docker · AWS

Finary AI

A finance tracker you can just talk to. Snap a receipt or say it out loud and it turns the mess into clean, structured data — then answers questions about where your money actually goes, in plain English. FastAPI · LangChain · Gemini · Supabase · Next.js

BiomedKG RAG Benchmark

A benchmark that pits plain LLMs against Vector RAG against GraphRAG on hard, multi-hop biomedical questions — and shows exactly where graph traversal quietly wins and similarity search falls apart. Python · FastAPI · TigerGraph · Qdrant · LlamaIndex · Docker

LLM Compression via Kronecker

Shrinking GPT-2 by ~45% with Kronecker decomposition, then putting back the error I threw away as a tiny sparse correction — a small idea of my own that cut reconstruction error by 47% over the baseline. Python · PyTorch · NumPy · MATLAB


What Drives Me

I like to actually understand the things I build — not just wire them together until they work, but get why they work. Then I build.

The whole point, for me, is impact: software that solves a real problem someone actually has. Everything else is just practice.

understand it, then build it

understand it first — then build it.


Let's Connect

I'm always up for a good problem, a build worth shipping, or just a conversation.


LinkedInXInstagram

Email


Pinned Loading

  1. Tensor-Club/Finary-FrontendTensor-Club/Finary-FrontendPublic

    Finary AI is a next-generation financial intelligence platform that eliminates the friction of manual expense tracking. By bridging unstructured real-world data (images and voice) with relational i…

    TypeScript 5

  2. Tensor-Club/Finary-BackendTensor-Club/Finary-BackendPublic

    Finary AI is a next-generation financial intelligence platform that eliminates the friction of manual expense tracking. By bridging unstructured real-world data (images and voice) with relational i…

    Python 5

  3. MFC4_D11_LLM_Compression_using_Krony_PTMFC4_D11_LLM_Compression_using_Krony_PTPublic

    Jupyter Notebook 1

  4. Agora-FrontendAgora-FrontendPublic

    The real-time debate arena. A voice-first, streaming interface where a human debates a competitive AI opponent under formal parliamentary rules, with WUDC-style adjudication delivered live.

    TypeScript

  5. im-rk/agora-ai-engineim-rk/agora-ai-enginePublic

    AI-powered debate platform backend. Multi-format debates (AP/BP) with RAG pipeline, LLM orchestration, real-time adjudication, and WUDC-aligned scoring.

    Python

  6. im-rk/agora-gatewayim-rk/agora-gatewayPublic

    Real-time WebSocket gateway for Agora debate platform. Multiplexes concurrent sessions, manages STT/TTS integration, and orchestrates debate state transitions.

    Go