MLog

A bilingual blog crafted for our own voice

All Posts

Filter by keyword, tag, and category.

AI Development Tools#Rust#LLM#CLI#Token Optimization#AI-Assisted Programming#ai-auto#github-hot

rtk: A Rust CLI Proxy Tool that Reduces LLM Token Consumption by 60-90%

rtk is a lightweight, Rust-based CLI proxy tool designed to reduce LLM token consumption in development scenarios. By filtering and compressing command outputs before they enter the LLM context, it saves 60% to 90% of tokens for common development commands with an added latency of under 10 milliseconds. With zero external dependencies, this project is ideal for developers heavily relying on AI-assisted programming.

May 20, 20266 min
AI Development Tools#AI Programming#Workflow Engine#Automation#LLM#TypeScript#ai-auto#github-hot

Archon: Open-Source AI Programming Workflow Engine, Bringing Determinism and Repeatability to AI Code Generation

Archon is the first open-source AI programming testbed and workflow engine designed to solve the randomness and uncontrollability in AI code generation. By defining development processes through YAML, it standardizes planning, implementation, validation, and code review. It supports orchestrating deterministic scripts with AI nodes. This project introduces a GitHub Actions-like automation paradigm to software development, making AI programming repeatable and highly isolated.

Apr 11, 20266 min
AI Development Tools#AI Agent#Automated Programming#LLM#Workflow#Open Source Tool#ai-auto#github-hot

In-Depth Analysis of obra/superpowers: An Agent Skill Framework Reshaping AI Programming Assistant Workflows

obra/superpowers is an AI agent skill framework and software development methodology built with Shell. By introducing a "subagent-driven development" model, it forces AI to clarify requirements and design architectures before coding, significantly improving the reliability of code generation. With over 96,000 stars, this project is ideal for developers looking to standardize their AI programming workflows.

Mar 19, 20265 min
AI Development Tools#AI Agent#Backend Development#Automation#TypeScript#Full-Stack#ai-auto#github-hot

InsForge: The Backend Development Platform Built for AI Agents

InsForge is a backend development platform specifically built for AI coding agents and AI code editors. Acting as a semantic layer between agents and backend infrastructure like databases and authentication, it enables AI to autonomously understand, configure, and inspect backend states through backend context engineering. This facilitates the automated delivery of full-stack applications.

Mar 13, 20265 min
AI Development Tools#AI Coding Assistant#Multi-Agent#CLI Tool#Automated Development#TypeScript#ai-auto#github-hot

Codebuff: An Open-Source Terminal AI Coding Assistant Based on Multi-Agent Collaboration

Codebuff is an open-source terminal AI coding assistant that allows developers to modify codebases directly using natural language commands. Unlike tools relying on a single large model, it utilizes a multi-agent collaborative architecture (including file picker, planner, editor, and reviewer agents), outperforming Claude Code in official benchmarks. It aims to provide precise context understanding and code editing capabilities, ideal for terminal geeks needing automated refactoring and rapid development.

Mar 5, 20265 min