Small side projects and experiments.
-
A modular autonomous coding agent with pluggable models (local Qwen via Ollama or frontier cloud APIs), persistent two-tier memory, a resilient 5-tier fuzzy edit engine, and pre-mutation rollback checkpoints.
Zenith (formerly
mohan-agent) explores the feasibility of running an autonomous software development assistant entirely on-device (Apple Silicon / edge hardware) without transmitting proprietary codebases to remote cloud APIs.Local Qwen via Ollama Frontier Provider Plugins 2-Tier Persistent Memory 5-Tier Resilient Patch Engine Pre-mutation Snapshots (/undo) Interactive REPLZenith features a unified
ModelProviderrouter, AST-based symbol extraction, automated TDD verification loops, and a multi-tiered edit engine that handles whitespace and indentation drift common in smaller open-weight models.# Quick Start with local Qwen via Ollama:
git clone https://github.com/mohankku/zenith.git
cd zenith && pip install -e .
zenith "analyze repo structure and implement missing unit tests" -
A market-movers dashboard for 60 tech tickers across 6 sectors — hourly cached data via Yahoo Finance and GitHub Actions. More of a web-experiment playground than financial advice.