I build lightweight tools for Windows, AI coding workflows, and low-level runtimes in C++ and Python. Most of what I make starts because an existing tool was too slow, ate too much memory, or cost $50/month for simple API calls.
ποΈ Notch β Windows 11 Dynamic Island & Ambient HUD
A bezel-flush status HUD that doesn't steal focus.
- Background Electron widgets eat 200MB+ of RAM just to display a few status badges.
- Built in native C#, WPF, and PowerShell with global hotkeys (
Shift+Enter) to confirm background tasks without task switching. - 0.0% idle CPU,
<25MB RAMβ’ C#, Win32, WPF, PowerShell β’Apache 2.0
πΊοΈ Cartograph β Fast AST Codebase Mapmaker & MCP Server
Give coding agents an instant structural map instead of grepping thousands of lines.
- AI coding assistants burn through context windows and generate hallucinated imports when reading raw files blindly.
- An MCP server that parses code into deterministic AST symbol graphs with SQLite WAL caching.
- <10ms symbol lookup, cuts agent context token burn by >90% β’ Python 3.10+, AST, MCP Protocol, SQLite β’
Apache 2.0
β‘ DWEL β Loop Detector for AI Coding Agents
Catch non-progressing agent loops before they drain API credits.
- Autonomous agents often get trapped in retry cycles, repeating failing tool calls until context runs out.
- Hashes actions and models execution history as a directed graph to detect back-edges and cycles in real time.
- <1ms cycle fingerprinting, saves up to 42% of token budgets β’ Python 3.10+, DAG Trajectory Engine β’
Apache 2.0
π mem-shred β Compiler-Safe RAM Zeroization
Wipe sensitive keys and credentials from memory without compilers optimizing the wipe away.
- Standard
free(),delete, ormemset()calls are frequently stripped by modern compilers via Dead Store Elimination. - Header-only C++20 library and Python module enforcing hardware memory barriers and 3-pass DoD 5220.22-M overwrites.
- 0.08 Β΅s cache-line purge, zero forensic plaintext leakage β’ C++20 Header-Only, Python ctypes β’
Apache 2.0
β‘ InstaFlow β Local-First Instagram DM Automation
Send links and automate DM leads without third-party SaaS subscriptions.
- Commercial tools like ManyChat cost $50+/month and require full cloud access tokens just to send automated links.
- Zero-dependency Python CLI and direct API agent with sub-16ms dispatch and an interactive terminal simulator.
- <16ms message dispatch,
<25MB RAM, $0 SaaS fees β’ Python 3.10+, Direct Web API β’Apache 2.0
π§ Profiler β Focus & Session Intent Engine
Prime AI coding agents with your actual working context instead of starting from scratch.
- Task lists fall out of date within 48 hours, and coding agents have zero idea what you were just working on or what broke.
- Merges active window pulses with recent session log mining to produce an instant context brief.
- <0.5ms pulse merge, streams session logs in <12ms, emits a <80 token prompt prime β’ Python stdlib, Win32 ctypes β’
Apache 2.0
π‘οΈ Aegis-AST β Sub-Second Python AST Security & Secret Linter
Catch leaked credentials and SQL injections without waiting minutes for heavy SAST containers.
- SAST tools like Bandit and Semgrep require heavy setups, take 3β8 seconds, and regex scanners drown in false positives.
- Pure Python standard library scanner with Shannon entropy testing (
$H \ge 3.2$ ) to verify cryptographic randomness and AST grammar trees to isolate real SQL injections. -
~0.15s scan per 10k LOC, 0 dependencies β’ Python 3.9+, AST, stdlib β’
Apache 2.0
| Project | What It Solves | Key Number | Tech |
|---|---|---|---|
| Notch | Ambient HUD without focus stealing | 0.0% idle CPU β’ <25MB RAM | C#, WPF, Win32 |
| Cartograph | Instant AST codebase symbol indexer | <10ms lookup β’ >90% token cut | Python, AST, MCP |
| DWEL | Traps infinite agent execution loops | <1ms check β’ 42% token cut | Python, Graph Trajectory |
| mem-shred | Compiler-safe RAM credential wipe | 0.08 Β΅s purge β’ 0 leakage | C++20, ctypes |
| InstaFlow | Local-first Instagram DM lead runner | <16ms dispatch β’ $0 SaaS fees | Python, Direct API |
| Profiler | Derives context prime from session logs | <80 tokens β’ <0.5ms merge | Python, Win32 |
| Aegis-AST | Sub-second AST security & secret linter | ~0.15s scan β’ 0 dependencies | Python, AST, stdlib |
| Project | Description | Stack |
|---|---|---|
| Academic-ideation-platform | Research citation graph explorer powered by local Ollama models | React, Vite, Python, Ollama |
| Autism_Screening_Agent | Clinical screening questionnaire with SHAP explainability trees | Streamlit, Gemini API, ReportLab |
| DAA_EL | In-browser Delaunay image triangulation with 3D OBJ export | Vanilla JS, Web Workers, Canvas |
| Hospital-Database | 3NF relational clinical schema with ACID transaction isolation | PostgreSQL, Node.js, Express |
| Queue-Drop | Token-bucket rate limiter with dead-letter queue isolation | Python, AsyncIO |
| Z_Forge | Dual C99 and Python LZW compression algorithm profiler | C99, Python, ctypes |
- Standard library first: Zero third-party dependencies when language primitives do the job.
- Low memory ceilings: Keep background processes under 25MB RAM.
- Local and private: No sending local context or credentials to unnecessary cloud backends.
- Real benchmarks over marketing: Measure latencies in microseconds and milliseconds, not vague adjectives.
- Email: jaswanthreddy1537@gmail.com
- LinkedIn: linkedin.com/in/kannali-sai-jaswanth-reddy-aa3678337
- GitHub: github.com/Jaswanth1902

