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
Currently: RAG system architecture Β· Two Python libraries Β· NEURALSTACK (stealth) Β· Shipping daily
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. |
|
|
|
|
|
|
|
|
Architecture in progress. Open-source release coming soon.
Building a production-grade RAG system from scratch β not a wrapper, an architectural contribution. Built on the TemporalMesh Transformer backbone with custom retrieval that understands temporal semantic relationships, not just cosine similarity to static embeddings.
STANDARD RAG: Query -> Embed -> Top-K -> Stuff context -> Generate
Problem: No temporal awareness. Static retrieval.
VIGNESHWAR RAG: Query -> Temporal Embed -> Mesh Graph Retrieval
-> Confidence-gated Context -> Adaptive Generation
Result: Retrieval that understands WHEN info matters
| Module | Status |
|---|---|
| Temporal Embedder β time-decay metadata baked into embeddings | IN PROGRESS |
| Mesh Retriever β graph-based retrieval via TMT attention | IN PROGRESS |
| Confidence Router β skips context if retrieval confidence low | RESEARCH |
| Aerospike Vector Store β custom integration | PLANNED |
| FastAPI streaming interface | PLANNED |
Two libraries. Both built from real pain points across 5+ projects. Both hitting PyPI soon.
Library 1 β ML Experiment Tooling
Solves friction in ML experiment management that W&B and MLflow don't handle well. Lightweight, zero config, plugs into any training loop.
# Before: 30 lines of boilerplate per experiment
# After:
@track.experiment(name="tmt-ablation-v3")
def train(config):
... # your existing loop, unchangedLibrary 2 β Data Pipeline Utilities
Streaming ingestion, schema validation, temporal windowing, pipeline composition. The abstractions every ML project reinvents from scratch.
pipe = Pipeline([
Stream.from_api(url, interval=60),
Window.temporal(size="1h", decay=0.95),
validate(schema),
])Release: GitHub + PyPI Β· Announced on Reddit and Discord
+====================================================================================+
| VIGNESHWAR // ACTIVE MISSIONS 2025 |
+====================================================================================+
| [DONE] Claude Code Best Practices > Top production guide to AI-assisted dev |
| [DONE] TemporalMesh Transformer > Novel arch - graph + time + compute |
| [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 |
| [SOLD] Digital Products x7 > eLearning Β· tools Β· SaaS Β· automation |
+------------------------------------------------------------------------------------+
| [WIP] NEURALSTACK > AI DevOps intelligence platform [STEALTH] |
| [WIP] RAG System Architecture > TMT-backed temporal semantic retrieval |
| [WIP] Python Library x2 > ML tooling + data pipeline utils |
| [WIP] Digital Brand Building > Reddit Β· Discord Β· Slack community |
+------------------------------------------------------------------------------------+
| PRIMARY: Python Β· PyTorch Β· FastAPI Β· React Β· Vue Β· Three.js Β· AWS |
| SYSTEMS: C++17 Β· Raylib Β· CMake Β· WebAssembly Β· GLSL |
| OPS: Aerospike Β· Docker Β· Grafana Β· CloudWatch Β· AWS cost optimization |
| MKT: Google Ads Β· Meta Β· SEO Β· Reddit launches Β· Discord growth |
| EDGE: Only person who can BUILD it + SELL it + SCALE it + MARKET it |
+====================================================================================+
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 |
|---|---|
| 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 |
| DSA game worlds in C++ | 8 fully animated worlds |
| Novel transformer innovations | 3 β Mesh Attention, Temporal Decay, Adaptive Depth |
| Procedural planets in NEXUS universe | 15 planets + 1 black hole |
| Python libraries in development | 2 β hitting PyPI soon |
| Cloud cost reduction (avg) | 30β50% on AWS + GCP |
| Roles mastered simultaneously | Engineer Β· ML Researcher Β· Marketer Β· Entrepreneur |
| 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.

