Tag
loop-engineering is an open-source framework that provides self-looping and intelligent orchestration capabilities for AI coding agents (such as Claude Code, Codex, Cursor). It includes 7 production-grade loop patterns, practical CLI tools, and a five-data-block design, helping developers transition from manual prompting to systematic automation.
codebase-memory-mcp is a tool written in pure C that parses the entire codebase into a knowledge graph, supports 158 programming languages, is compatible with 11 AI coding agent tools, greatly improving AI's understanding of project structure and reducing token consumption.
A detailed thread explaining the high-level architecture of the SWE AI coding agent, showing how a GitHub issue flows through ingestion, an orchestrator, model gateway, tools, code intelligence, sandbox environment, PR builder, guardrails, and observability to autonomously produce a pull request.
A 100% opensource tool that transforms an AI coding agent into an agentic video production studio, announced by @Saboo_Shubham_.
CodeGraph is a local-first tool that converts codebases into structured knowledge graphs. It uses Tree-sitter to precisely parse ASTs and supports over 20 languages. Through the MCP protocol, it directly feeds AI coding agents like Claude and Cursor, helping quickly analyze code impact scope while reducing token consumption and tool call frequency.
Agent Skills is a free, open-source collection of production-grade engineering skills that teaches AI coding agents to follow senior engineer workflows, including spec-first, atomic builds, and quality gates, compatible with Claude Code, Codex, Cursor, and Gemini CLI.
Reasonix (formerly named DeepSeek-Reasonix) is an AI coding agent CLI tool developed in Go, supporting features like skills, memory, Hooks, MCP, etc., and can replace OpenCode.
Promotional tweet showing how easy it is to create automations with the AI coding agent Devin, highlighting quick setup and one-click examples.
A hands-on comparison of Claude Code and OpenCode across various coding tasks, finding Claude Code superior for seamless frontend work and long sessions, while OpenCode offers greater flexibility, model freedom, and inspectability.
VEXI is an open-source AI coding agent designed for use in the terminal.
GitHits beta 0.9 is a tool that gives AI coding agents access to open-source code.
An open-source project uses Tree-sitter to parse code into a graph structure and store it in local SQLite, providing a code map for AI coding agents, thereby reducing token consumption and costs. On average, it saves 57% tokens and reduces costs by 25%. Supports tools like Claude Code, Cursor, aider, etc.
Repowise is an open-source tool that indexes codebases into five intelligence layers—dependency graph, git history, auto-generated docs, architectural decisions, and code health—and exposes them to AI coding agents via MCP tools for more accurate context and fewer tool calls.
A deep dive into the architecture of Pi, a minimalist AI coding agent, explaining how it works.
AWS has open-sourced AI-DLC (AI-Driven Development Life Cycle), a set of development lifecycle workflow rules designed for AI coding agents to help developers control agent behavior and ensure quality. It supports multiple platforms including Claude Code, Cursor, and GitHub Copilot.
A developer shares a workflow using Cursor's Opus 4.8 Max Thinking model with subagent harness, and introduces a GitHub repository with installable skill files for AI coding agents, including a 'running-bug-review-board' skill that performs live QA testing.
Chipotlai Max is a meme fork of OpenCode that uses a reverse-engineered proxy to Chipotle's Pepper AI chatbot as a free LLM coding agent, aimed at educational and humorous purposes.
Shopify is doubling down on hiring interns despite AI coding advances, leveraging their internal AI agent 'River' for transparent mentorship and acceleration. The public use of River across the company creates a collaborative learning environment that helps new engineers gain experience faster.
Devin now provides an admin dashboard that automatically clusters each session by what it actually did (feature work, bug fixing, migrations, tests, docs), broken down by cost, sessions, users, and PRs merged.
Moonshot AI 发布了 Kimi Code CLI,一个基于 TypeScript + Bun 构建的 AI 编码代理,支持代码编辑、命令执行等功能,并提供单一二进制分发和快速启动。