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.

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 Mahakisore Full Stack Developer | AI Systems Builder typing

LinkedIn   X   Instagram   Email


About Me

class Mahakisore:

    role       = "Full-Stack Developer"
    but_mostly = "I build with AI"
    #             LLMs · RAG · agents · a bit of ML/DL

    also       = "I ship apps when an idea won't let go"
    currently  = "going deeper on agentic systems"

    def how_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

LangChain LangGraph pgvector Qdrant TigerGraph Cohere


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.


LinkedIn   X   Instagram  

Email


Pinned Loading

  1. Tensor-Club/Finary-Frontend Tensor-Club/Finary-Frontend Public

    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 6

  2. Tensor-Club/Finary-Backend Tensor-Club/Finary-Backend Public

    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 6

  3. MFC4_D11_LLM_Compression_using_Krony_PT MFC4_D11_LLM_Compression_using_Krony_PT Public

    Jupyter Notebook 1

  4. Agora-Frontend Agora-Frontend Public

    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-engine im-rk/agora-ai-engine Public

    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-gateway im-rk/agora-gateway Public

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

    Go