Skip to content
View agenticmohit's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report agenticmohit

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
agenticmohit/README.md

Hey, I'm Mohit 👋

AI engineer with a designer's eye.

I build AI agents, useful web products, and interfaces that make complex things feel simple.

Connect on LinkedIn Email Mohit Explore selected projects

📍 Lucknow, India · 🌍 Remote-ready · 🎨 6 years in design


✨ A little about me

I'm a self-taught AI engineer with six years of design experience. I bring both sides to my work: the logic behind an agent and the experience of the person using it.

  • 🤖 Agents that take action: tool calling, conversation memory, and workflows built with Python, LangChain, and OpenAI.
  • 🎨 Products with a purpose: design feedback, music discovery, and clear interfaces around real tasks.
  • 🔬 Learning from the inside out: implementing agent loops and exploring language-model fundamentals with NumPy.

🚀 Selected work

🎨 Make It Pop

A design-review workspace for freelancers: client feedback, revisions, version history, and approvals, with optional AI summaries.

Python · FastAPI · OpenAI · Early beta

Explore the product →

⚡ Reelioo

A conversational crypto-analysis agent that combines live Binance market data, custom tools, and session memory.

Python · LangChain · OpenAI · Flask

Explore the agent →

🛠️ Forge

A terminal AI coding agent that reads, writes, and navigates a local codebase through natural-language requests.

Python · LangChain · OpenAI · Rich

See the tools in action →

🔬 Attention Lab

A transparent NumPy learning lab covering tokenization, embeddings, bigram training, self-attention, and loss diagnostics.

Python · NumPy · Matplotlib

Explore the fundamentals →

🎵 StageGo

A music-discovery web app with a distinctive visual identity, creator flows, event bookmarks, and a Flask API.

JavaScript · CSS · Flask · SQLite

Explore the experience →

🧩 Agent Loop from Scratch

A small, readable implementation of the agent loop: plan a task, call tools, feed results back, and return an answer.

Python · OpenAI API · Tool calling

Read the core loop →

🧰 Tools I work with

Python LangChain FastAPI Flask NumPy Figma

Focus Toolkit
🤖 AI & agents OpenAI · LangChain · LangGraph · Gemini · Ollama
⚙️ Backend & data Python · FastAPI · Flask · Django · SQLite · PostgreSQL
🎨 Design & interfaces Figma · After Effects · HTML · CSS · JavaScript
🧠 Exploring RAG · Multimodal applications · Self-attention · Training diagnostics

Let's build something useful.

Interested in AI agents, thoughtful product design, or a collaboration?

Connect on LinkedIn · Send me an email

Pinned Loading

  1. AssetFlow-AI AssetFlow-AI Public

    🎨 Make It Pop — a design-review workspace with client feedback, revision checklists, version history, approvals, and optional AI summaries. Built with FastAPI.

    Python

  2. reelioo-agentic-crypto reelioo-agentic-crypto Public

    ⚡ Conversational crypto-analysis agent with live Binance data, custom market tools, and session memory. Built with Python, LangChain, OpenAI, and Flask.

    Python

  3. forge-local-ai-agent forge-local-ai-agent Public

    🛠️ Terminal AI coding agent with filesystem tools, streaming responses, and a Rich interface. Explore agent tool use with Python, LangChain, and OpenAI.

    Python

  4. attention-lab attention-lab Public

    🔬 Language-model fundamentals in NumPy: tokenization, embeddings, bigram training, self-attention, and training diagnostics. A transparent, hands-on learning lab.

    Python

  5. stageGo stageGo Public

    🎵 Music-discovery web app with a synthwave-inspired interface, creator event management, and bookmarks. Built with vanilla JavaScript, Flask, and SQLite.

    JavaScript

  6. agent-loop-from-scratch agent-loop-from-scratch Public

    🧩 A readable OpenAI agent loop built from first principles: task planning, tool calls, result feedback, and completion. Python + OpenAI API, without an agent framework.

    Python