Show HN: I built a coding agent that works with 8k context local models
Category: devtools
Tags: ai-coding-assistant, local-llm, refactoring-tool
Score: 7.5/10 (Innovation: 7, Technical: 7, Documentation: 9, Utility: 7)
LiteCode is an AI-powered coding agent designed to perform multi-file code edits from plain English descriptions, specifically optimized for local and free-tier LLMs with limited 8k context windows. It's interesting because it uses a three-stage planner-orchestrator-executor architecture and generates human-readable project context maps to work within strict token budgets, enabling complex refactoring without expensive, high-context models.
Target audience: backend devs, frontend devs, full-stack devs
Repository: https://github.com/razvanneculai/litecode · TypeScript · ISC · 56 stars
View on Hacker News