ACI lets a local LLM compile pseudocode into code, block by block, in VS Code
__z3r0_0n3__ · reddit · 2026-07-27
ACI is an alpha VS Code extension that uses a local LLM to compile pseudocode into real code block by block.
- You write high-level specs in a custom .aci / PSyx format.
- A local model via Ollama, llama.cpp, LM Studio, and similar runtimes turns each function into source code.
- The pseudocode remains the source of truth, so editing one block only recompiles that block instead of regenerating the whole file.
- The author pitches three main use cases: language migration, keeping intent readable, and local-first AI coding without API keys or cloud calls.
- It is still very early: VS Code only, rough edges expected, and a Zed version is planned.
More from coding & agent
- MediaCrawler tops 57,937 stars as a Python crawler for major Chinese content platforms — NanmiCoder · 2026-07-27
- Dear ImGui reaches 75,115 stars as the lightweight C++ UI library keeps growing — ocornut · 2026-07-27
- Shenzhen’s new humanoid robot fighting league scores taunts and knockdowns — aitrendz_xyz · 2026-07-27
- A DeepSeek-powered oil-trading agent now bets daily on Polymarket — 0xJeff · 2026-07-27
- Agent workspace visualizer will ship as a plugin with custom layouts — jasonkneen · 2026-07-27
- Agentic AI only works at scale with orchestration, latency control, and cost discipline — nordicinst · 2026-07-27