This project is scheduled for launch
Launch date: Tuesday, June 30, 2026 at 08:00 AM UTC

Navegación basada en árboles, refactorización semántica, análisis de código base y herramientas de portabilidad de lenguajes para agentes de codificación que admiten 163 gramáticas.
act101 is a developer tool that fundamentally changes how AI coding agents interact with source code. Unlike conventional tools that treat code as plain text, act101 gives agents language-aware capabilities through a native Rust binary that understands 163 programming grammars. It operates as a Model Context Protocol (MCP) server, exposing 183 AST refactor operations, 30 codebase analyzers, 15 query operations, and 8 porting operations — all running locally with no telemetry, no indexing, and no cold starts. Your code never leaves your machine.
The agent can call extract-function, rename, move-symbol, inline, convert-to-dataclass, extract-trait, add-type-hints, generate-init, organize-imports, and 174 more — all across the entire codebase with cross-file consistency. Every operation creates an automatic checkpoint, and the agent can undo instantly if the result looks wrong.
Porting follows a four-step state machine: port_contract anchors the source-to-target migration, port_inventory enumerates every symbol that must move, port_order resolves dependency ordering, and port_manifest tracks progress through init/add/update/remove/note states. This works between any two of the 163 supported grammars.
The analyzers measure cohesion, coupling, cycles, chokepoints, hotspots, dead code, layers, seams, clusters, fan balance, migration readiness, and type completeness. The pre-built skills — architecture-audit, code-review, refactoring, code-navigation, code-generation, migration-assessment, boundary-analysis, change-impact, health-check, and architectural-refactoring — compose these operations into common engineering workflows.
act is the first dev tool that lets an AI agent actually do language-aware code work — not just chat about it.
This is the critical distinction. Before act, AI agents could only perform whole-file rewrites that lost comments, broke formatting, and offered no undo. act gives agents typed, AST-aware operations that preserve code structure, maintain cross-file consistency, and provide instant rollback. The single native Rust binary has no plugin runtime, no package graph, and no supply-chain attack surface — it parses on call and returns results that are never stale.
You're building with AI coding agents and need them to perform real refactoring — not just generate text. You're planning a language migration and want a structured, agent-driven approach that preserves code semantics. You're analyzing large codebases for coupling, dead code, or architectural boundaries and want results without indexing or caching delays. act is free for personal use and works with any MCP-aware client.
Other tools you might consider
Git for your AI agent’s actions. Undo, trace, and control every step. re_gent shows what your coding agent changed, which prompt caused it, and lets you roll back agent work across files and sessions.
Claude Code now dispatches a team of agents on every PR to catch bugs that skims miss. Available in research preview for Team and Enterprise. It is an AI-powered multi-agent code review that analyzes every pull request like an expert team. It detects bugs, security issues, and hidden logic flaws in AI-generated code, verifies findings to reduce false positives, and delivers high-signal feedback before code reaches production.
Runsight is a YAML-first workflow engine designed specifically for AI agents , enabling developers to design, commit, run, and evaluate agent workflows with Git-native version control. Every workflow is stored as a YAML file in your repository, allowing you to branch, review, and merge changes just like any other code. The platform offers real-time cost tracking per run with hard budget caps to prevent overspending, along with a built-in evaluation framework for assertions and regression testing. "Ship agents like you ship code." Feature Benefit Canvas + YAML Editor Dual visual and code views Per-run Cost Tracking Monitor spending to the cent Git Integration Version control for workflows It's completely self-hosted, runs on your machine with your API keys, and is 100% open source under Apache 2.0 license.
84 free browser tools for developers. No login, no paywall, no install. Covers: dependency health (npm, PyPI, Go, Cargo, Maven, Composer, NuGet, RubyGems), security scanning (Dockerfile, GitHub Actions, K8s YAML, Terraform), EOL checking (Node, Python, PostgreSQL, Docker), and utilities (HTTP headers analyzer, PromQL builder, Uptime SLA calculator, CVE dashboard). Built for engineers who want fast answers about their stack without reading changelogs.
Comments will be available once the project is launched.
Maker
Kage Martin