I build things that shouldn't exist yet β then I sell them.
I'm Vigneshwar β a CS student at Chennai running three careers simultaneously: systems engineer, ML researcher, and digital entrepreneur. While most students are submitting assignments, I'm shipping products to real customers on Reddit, growing communities on Discord, and inventing neural architectures from my laptop.
My primary language is Python β it's where I'm strongest, fastest, and most creative. I use it for everything from ML research to backend APIs to automation pipelines. I also work with C and C++ for systems-level work (built an 8-world game engine with C++17 + Raylib), and across the full web stack in TypeScript, JavaScript, and GLSL for GPU shaders.
I've built and sold 7 digital products β eLearning platforms, developer tools, automation systems, analytics dashboards β all launched organically through communities. No VC, no paid ads, no gatekeepers.
The combination is the edge: I can write the code, design the architecture, train the model, write the copy, run the campaign, and close the sale. Most people pick one. I run all of them and they compound.
Primary: Python Β· FastAPI Β· PyTorch Β· React/Vue Β· Three.js Β· AWS/GCP
Systems: C++17 Β· Raylib Β· CMake Β· WebAssembly Β· GLSL
Open-Source: SYNTHRON (multi-agent AI) Β· VORTEXRAG (7-layer RAG) Β· puredata.py Β· datamend.py
Currently: NEURALSTACK (stealth) Β· LLM Eval Framework Β· Shipping daily β 30+ public repos
7 digital products. Built solo. Sold through community. Zero VC. Zero paid ads.
The eLearning Platform β Sold for 68K
Built a complete eLearning platform from the ground up: course infrastructure, payment integration, student progress tracking, instructor dashboards, content delivery system. Marketed and sold exclusively through organic community channels β Reddit threads, Discord servers, and developer forums. Found its buyer without a single rupee spent on advertising.
The Playbook:
STEP 1 | Identify real pain in a niche technical community
STEP 2 | Build the solution fast, focused, polished
STEP 3 | Soft-launch on Reddit - genuine posts, no hype
STEP 4 | Engage authentically - answer questions, give value
STEP 5 | Let the product speak - demos, GIFs, live links
STEP 6 | Collect feedback, iterate, close buyers in DMs
STEP 7 | Repeat with a new product in a new niche
Product Portfolio
| # | Category | Type | Price Range |
|---|---|---|---|
| 1 | eLearning Platform | Full SaaS | 68K |
| 2 | Developer Automation Suite | Tool | 12K β 18K |
| 3 | AI Analytics Dashboard | SaaS | 20K β 35K |
| 4 | Content Creator Toolkit | App | 5K β 8K |
| 5 | Resume & Portfolio Builder | SaaS | 8K β 15K |
| 6 | Community Management Bot | Tool | 6K β 10K |
| 7 | Data Pipeline Automation | B2B Tool | 25K β 40K |
Launch platforms: Reddit (primary) Β· Discord servers Β· Slack workspaces Β· Developer forums
|
Startups and Scale-ups I work with early-stage and growth-stage startups that need senior-level engineering without senior-level headcount. Full-stack features, ML pipeline integration, cloud infrastructure, WebGL/3D visualization for data products. |
HR Managers and Talent Teams Built internal tools for HR and talent acquisition teams: ATS integrations, automated screening pipelines, candidate analytics dashboards, attendance intelligence systems. Reduced their workflow time significantly. |
|
Cloud Cost Optimization β AWS + GCP Audit infrastructure Β· right-size resources Β· implement reserved instances Β· set up cost monitoring via Grafana + CloudWatch. Average 30β50% infra cost reduction with zero performance loss. Stack: Aerospike Β· Grafana Β· Docker Β· AWS Β· GCP Β· CloudWatch |
Digital Marketing for Tech Products For technical founders who can't market, and marketers who can't speak to engineers. I bridge the gap. SEO for developer tools, community-led growth on Reddit/Discord, content strategy that converts technical audiences. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Open-source. Live. The RAG architecture the field is missing.
VORTEXRAG is now public. A 7-layer production RAG framework that solves what standard pipelines can't: semantic drift and context poisoning β simultaneously. Built on the TemporalMesh Transformer backbone with custom retrieval that understands temporal semantic relationships, not just cosine similarity.
STANDARD RAG: Query -> Embed -> Top-K -> Stuff context -> Generate
Problem: No temporal awareness. Context poisoning. Drift.
VORTEXRAG: Query -> Temporal Embed -> Orthogonal Resonance Tuning
-> 7-Layer Extraction -> Confidence-Gated Context -> Generate
Result: The only RAG that kills semantic drift + context poisoning
| Layer | Function | Status |
|---|---|---|
| Vector Orthogonal Tuning β noise cancellation on embedding space | Core innovation | LIVE |
| Resonance Retrieval β semantic resonance, not cosine similarity | Core innovation | LIVE |
| Temporal Decay β time-aware context weighting | Core innovation | LIVE |
| Context Poison Detector β filters adversarial/stale context | Safety layer | LIVE |
| Confidence Router β skips generation if retrieval confidence low | Reliability layer | LIVE |
| Aerospike Vector Store integration | Storage layer | IN PROGRESS |
| FastAPI streaming interface | API layer | IN PROGRESS |
Two libraries. Both built from real pain points across 5+ projects. On GitHub now.
puredata.py β Automatic Data Cleaning & Drift Detection
Nulls sneak in. Distributions shift. Models fail silently on corrupted inputs. puredata is the library that catches it before it breaks your pipeline. Zero config, drop-in.
import puredata as pd
df = pd.clean(your_dataframe) # auto-cleans nulls, outliers, type mismatches
pd.monitor(df, interval=60) # silent drift detection in productiondatamend.py β Production Data Quality
The single library that catches, fixes, validates, monitors, and traces every data quality issue β automatically. So your ML pipeline never breaks from bad data again.
from datamend import Pipeline
pipeline = Pipeline(df)
pipeline.fix().validate().monitor() # one chain, complete data qualitypuredata.py on GitHub Β· datamend.py on GitHub Β· Announced on Reddit and Discord
+=====================================================================================+
| VIGNESHWAR // ACTIVE MISSIONS 2025 β 30+ REPOS |
+=====================================================================================+
| [DONE] Claude Code Best Practices > Top production guide to AI-assisted dev |
| [DONE] Claude Agentic Skills 2.0 > 6 months of agentic engineering shipped |
| [DONE] TemporalMesh Transformer > Novel arch - graph + time + compute |
| [DONE] SYNTHRON > Multi-agent AI framework Β· open-source |
| [DONE] VORTEXRAG > 7-layer RAG Β· kills drift + poisoning |
| [DONE] LLM Evaluation Framework > GPT-4 Β· Claude Β· Gemini Β· Mistral benchmk |
| [DONE] puredata.py + datamend.py > 2 Python libraries Β· data quality + clean |
| [DONE] Game of DSA > C++ 8-world game Β· WASM Β· runs in browser |
| [DONE] NEXUS Cosmic > 600K GPU particles + live news universe |
| [DONE] CrypticBastion > Real-time global cyber threat intel |
| [DONE] GITGALAXY > 10-planet gamified engineering universe |
| [DONE] AttendanceAI > AI attendance intelligence platform |
| [DONE] FLY-VIEW > CesiumJS 3D intelligence globe |
| [DONE] Manus Gestures > Hand gesture particle physics control |
| [DONE] Tradeorbit > $32T global trade visualization |
| [DONE] Graphite Web > Advanced open-source metrics platform |
| [DONE] JARVIS Voice > AI voice intelligence system |
| [DONE] SparshCare > Flutter ICU patient communication app |
| [SOLD] Digital Products x7 > eLearning Β· tools Β· SaaS Β· automation |
+-------------------------------------------------------------------------------------+
| [WIP] NEURALSTACK > AI DevOps intelligence platform [STEALTH] |
| [WIP] Digital Brand Building > Reddit Β· Discord Β· Slack community |
+-------------------------------------------------------------------------------------+
| PRIMARY: Python Β· PyTorch Β· FastAPI Β· React Β· Vue Β· Three.js Β· Flutter Β· AWS |
| SYSTEMS: C++17 Β· Raylib Β· CMake Β· WebAssembly Β· GLSL Β· CesiumJS |
| AI/ML: SYNTHRON Β· VORTEXRAG Β· LLM-Eval Β· TMT Β· Claude API Β· OpenAI Β· Ollama |
| OPS: Aerospike Β· Docker Β· Grafana Β· CloudWatch Β· AWS + GCP optimization |
| MKT: Google Ads Β· Meta Β· SEO Β· Reddit launches Β· Discord growth |
| EDGE: Only person who can BUILD it + SELL it + SCALE it + MARKET it |
| STATS: 30+ repos Β· 2213+ profile views Β· 7 products sold Β· 0 ad spend |
+=====================================================================================+
In stealth. Launching 2025.
NEURALSTACK β AI-powered codebase intelligence. Watches your repo in real time, detects architectural drift, generates refactor suggestions grounded in actual codebase semantics. Not diffs. Semantics.
Built on a fine-tuned TemporalMesh Transformer backbone.
| Module | Status |
|---|---|
| Semantic Indexer β AST-aware deep code understanding | IN PROGRESS |
| Drift Detector β real-time architectural divergence alerts | IN PROGRESS |
| Refactor Engine β AI suggestions from codebase context | RESEARCH |
| Web Dashboard β live repo intelligence UI | PLANNED |
| GTM β community launch via Reddit + Discord | PLANNED |
Stack: Python Β· FastAPI Β· PyTorch Β· React Β· AWS Β· Aerospike Β· Grafana Β· Docker
| Metric | Value |
|---|---|
| Public GitHub repositories | 30+ repos across ML Β· Web Β· Systems Β· Mobile |
| GitHub profile views | 2213+ (GitHub Analytics) |
| Digital products built and sold | 7 products across 3 categories |
| Largest single product sale | 68K β eLearning platform, zero ad spend |
| GPU particles rendered in-browser | 600,000+ via custom GLSL shaders |
| DSA game worlds in C++ | 8 fully animated worlds, runs in browser via WASM |
| Novel transformer innovations | 3 β Mesh Attention, Temporal Decay, Adaptive Depth |
| RAG framework layers | 7 β VORTEXRAG, kills semantic drift + context poisoning |
| Multi-agent AI framework | SYNTHRON β open-source, production-grade |
| LLMs benchmarked in eval framework | GPT-4 Β· Claude Β· Gemini Β· Mistral |
| Python libraries shipped | 2 β puredata.py + datamend.py on GitHub |
| Procedural planets in NEXUS universe | 15 planets + 1 black hole |
| Flutter app screens built | 50+ files β SparshCare ICU app, 4 languages |
| Cloud cost reduction (avg) | 30β50% on AWS + GCP |
| Roles mastered simultaneously | Engineer Β· ML Researcher Β· Marketer Β· Entrepreneur Β· Mobile Dev |
| Everything started | April 2025 β yes, really |
Every product I've sold started with a Reddit post, a Discord message, or a Slack thread.
I don't launch behind paywalls or in isolation. I build in public, share progress, and let the community validate before I optimize. Free launches first, real feedback always, paid version after trust is built.
Why Reddit works: Technical communities have the highest-intent buyers on the internet. They evaluate rigorously, tell their networks when something is good, and prefer buying from builders they've seen in the community.


