Back to browse
GitHub Repository

Agent Integrated Development Environment (CLI Tool)

2 starsPython

Aide – Opinionated, deterministic code editing for AI agents

by avataristvan·Mar 1, 2026·1 point·0 comments

AI Analysis

MidBig Brain

AST scalpel for agents, but existing code-gen tools already handle large refactors.

Strengths
  • Test-verified atomic rollback prevents hallucinated imports and broken references
  • Structured JSON output designed for agent consumption, not humans
  • Hybrid deterministic + LLM approach solves real large-scale refactoring pain
Weaknesses
  • Only supports Python and regex parsers; no TypeScript or other languages yet
  • Audience is narrow: requires agents + existing test suite + architectural appetite
Target Audience

AI agent developers, infrastructure teams automating code refactors

Similar To

Codemod · ast-grep · IDE refactoring engines

Similar Projects

Developer Tools●●Solid

Code Scalpel – AST analyzer and security scanner (MCP server)

It turns real program analysis — ASTs, cross-file dependency graphs, taint tracking and Z3 symbolic paths — into callable MCP tools for agents, not just another prettier linter. Concrete features like simulate_refactor, generate_unit_tests from symbolic paths, and cross-file security_scan give it a distinct technical voice. The <10% false-positive claim and heavy test coverage are promising, but I'd want to see results on large, messy repos before swapping out existing scanners.

WizardryNiche Gem
digitalbyooki
203mo ago
AI/ML●●Solid

I built Dirac, Hash Anchored AST native coding agent, costs -64.8 pct

Hash-anchored AST edits beat Cline and Roo on cost with reproducible evals.

Big BrainNiche Gem
GodelNumbering
212mo ago
Developer Tools●●Solid

Detect Drift in TypeScript codebases

AST-based contracts beat raw code for AI, but codebase analyzers are increasingly crowded.

Niche GemBig Brain
AmiteK
103mo ago