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

Highlights

  • Pro

Block or report Nagendhra-web

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

Typing SVG


Hello, I build things that I imagine.


> whoami

nagendhra@ai:~$ cat /etc/profile

AI Engineer with 4+ years building enterprise-grade generative AI systems, retrieval-augmented generation pipelines, and agentic architectures. I ship production systems that serve thousands of users — not just prototypes.

  • Previously Data Engineer at Goldman Sachs, where I validated 57M+ financial records with zero incidents
  • MS in Information Science (AI & Data Analytics) from University at Albany, SUNY — GPA: 3.70/4.0
  • Currently building agentic RAG systems and open-source developer tools in NYC

> cat /proc/openclaw/status

Building

Building OpenClaw — Without LLM Calls

Cloning OpenClaw (the open-source personal AI assistant) but rebuilding it to work entirely without LLM API calls. No tokens. No API keys. No cloud dependency.

The approach: Instead of sending prompts to an LLM, users teach the system directly. You show it patterns, correct its behavior, and build up its knowledge through a learning-by-teaching method — like training a junior developer by pair programming, not by paying OpenAI.

How it works:

  Traditional OpenClaw          My Version
  ┌─────────────────┐          ┌─────────────────┐
  │ User asks query  │          │ User asks query  │
  │       ↓          │          │       ↓          │
  │ Send to LLM API  │          │ Match against    │
  │       ↓          │          │ taught patterns  │
  │ Wait for response │          │       ↓          │
  │       ↓          │          │ User corrects    │
  │ Pay $$$  tokens  │          │ if wrong         │
  │       ↓          │          │       ↓          │
  │ Hope it's right  │          │ System learns    │
  └─────────────────┘          │ permanently      │
                               └─────────────────┘
                               Cost: $0 | Latency: ~0ms

Core idea: Every correction makes it smarter. Every interaction is training data. No API calls, no rate limits, no vendor lock-in. Your assistant runs on your machine, learns from your workflow, and belongs to you.


> ls -la /skills/

AI & LLM

OpenAI Azure OpenAI LangChain LangGraph LlamaIndex FAISS Pinecone ChromaDB

ML & Data Science

PyTorch TensorFlow scikit-learn XGBoost MLflow PySpark pandas NumPy

Languages

Python Go SQL Bash JavaScript

Cloud & Infrastructure

GCP AWS Azure Docker Kubernetes GitHub Actions

Data & Pipelines

Airflow dbt Kafka Snowflake BigQuery Databricks Delta Lake Redis

Frameworks & Tools

FastAPI React Next.js Power BI Tableau


> ls /projects/featured/

Persistent Memory for AI Coding Tools

Stars Forks Python

Branch-aware embeddings + ChromaDB vector storage. Cuts token usage by 60-80% per session. Extends context retention across the full AI lifecycle.

Self-Healing AI Runtime Engine

Stars Forks Go

Detects failures, traces root causes across cascading crashes, auto-recovers production systems. 58 Go packages, 3 SDKs, single binary.

Agentic RAG Job Intelligence Platform

Stars Python React

Aggregates roles from 17K+ company career pages with autonomous LangGraph agents. Real-time job discovery for thousands of users.

Real-Time Financial Analytics & Anomaly Detection

Stars Python DuckDB

Ingests product events, models KPIs, detects anomalies with ML scoring. Kafka + DuckDB + dbt + scikit-learn pipeline.


> cat /metrics/github

GitHub Stats GitHub Streak
Top Languages

> cat /metrics/activity

Activity Graph

> cat /etc/experience

+---------------------------+-----------------------------+-----------------+
|         ROLE              |        COMPANY              |     PERIOD      |
+---------------------------+-----------------------------+-----------------+
| AI Systems Engineer       | Self-Employed (NYC)         | Jan 2026 - Now  |
| Graduate Research Asst.   | University at Albany (SUNY) | Mar - Dec 2025  |
| Data Engineer             | Goldman Sachs (Hyderabad)   | Jan 2022 - 2023 |
+---------------------------+-----------------------------+-----------------+

> cat /etc/certifications

AWS Cloud Foundations AWS ML Foundations


> netstat -connect

LinkedIn Email GitHub jobsheet.me


Profile Views

Profile Views


// The best code is the one that solves real problems.
// Ship it. Measure it. Improve it.

Pinned Loading

  1. memory-bank memory-bank Public

    Persistent memory for Claude Code — 3-5x longer sessions, 60-80% fewer wasted tokens. Branch-aware, self-healing, token-efficient.

    Python 35 9

  2. Immortal Immortal Public

    Your apps never die. Open-source self-healing engine that monitors, detects failures, and auto-heals applications. 58 Go packages, 3 SDKs, single binary.

    Go 14 2

  3. jobsheet.me jobsheet.me Public

    Real-time job intelligence dashboard — 17K+ companies, one dashboard. Stop searching. Start finding.

    1

  4. multica multica Public

    Forked from multica-ai/multica

    The open-source managed agents platform. Turn coding agents into real teammates — assign tasks, track progress, compound skills.

    TypeScript