ai-coding-agent

Tag

Cards List
#ai-coding-agent

@Xudong07452910: Open source project recommendation: loop-engineering — a practical framework that gives your AI coding agent self-looping and intelligent orchestration capabilities. loop-engineering is a very popular concept right now, offering practical patterns, starters, and CLI tools to help developers design systems…

X AI KOLs Timeline · 2026-06-22 Cached

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.

0 favorites 0 likes
#ai-coding-agent

@GitHub_Daily: When using AI-assisted programming, asking a simple question requires flipping through files one by one, which wastes tokens and easily leads to wrong context. codebase-memory-mcp parses the entire codebase into a knowledge graph, allowing AI to directly 'understand' the project structure. A single executable written in pure C, zero dependencies, …

X AI KOLs Timeline · 2026-06-20 Cached

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.

0 favorites 0 likes
#ai-coding-agent

@pallavishekhar_: AI Coding Agent SWE - High-Level Architecture This shows the main pieces of an autonomous coding agent and how a GitHub…

X AI KOLs Timeline · 2026-06-20 Cached

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.

0 favorites 0 likes
#ai-coding-agent

@Saboo_Shubham_: Turn your AI coding agent into an agentic video production studio. 100% Opensource.

X AI KOLs Following · 2026-06-18 Cached

A 100% opensource tool that transforms an AI coding agent into an agentic video production studio, announced by @Saboo_Shubham_.

0 favorites 0 likes
#ai-coding-agent

@austinit: Hey friends! Highly recommend CodeGraph: a tool that turns your entire codebase into a structured knowledge graph! It uses Tree-sitter to accurately parse AST, supports 20+ languages, and can be directly fed to AI agents like Claude/Cursor. Before modifying code, instantly see the impact scope, with incredibly accurate context. In practice, tokens are saved by 16% and tool calls reduced by 58%, all local and super secure. Start with one command: npx @colbymchenry/codegraph. A must-have for heavy AI coding! https://colbymchenry.github.io/codegraph/ Worth a try!

X AI KOLs Timeline · 2026-06-17 Cached

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.

0 favorites 0 likes
#ai-coding-agent

@sharbel: Someone built a free collection of production-grade engineering skills that teaches your AI coding agent to work exactl…

X AI KOLs Timeline · 2026-06-16 Cached

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.

0 favorites 0 likes
#ai-coding-agent

@huangjinbo: Reasonix is truly excellent. Don't be misled by its project name (DeepSeek-Reasonix). As long as the relay supports OpenAI-compatible, it can be supported... Recommending again. Mainly its skills, memory, Hooks, MCP and other features are all very useful... It was used to…

X AI KOLs Timeline · 2026-06-16 Cached

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.

0 favorites 0 likes
#ai-coding-agent

@dabit3: It's this simple to create Automations with Devin. • A few seconds setup time. • Many one click examples to start from.

X AI KOLs Following · 2026-06-15 Cached

Promotional tweet showing how easy it is to create automations with the AI coding agent Devin, highlighting quick setup and one-click examples.

0 favorites 0 likes
#ai-coding-agent

Claude Code vs OpenCode: I ran the same agent tasks in both. Here’s where each one broke.

Reddit r/AI_Agents · 2026-06-15

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.

0 favorites 0 likes
#ai-coding-agent

VEXI

Product Hunt · 2026-06-13

VEXI is an open-source AI coding agent designed for use in the terminal.

0 favorites 0 likes
#ai-coding-agent

GitHits beta 0.9

Product Hunt · 2026-06-09

GitHits beta 0.9 is a tool that gives AI coding agents access to open-source code.

0 favorites 0 likes
#ai-coding-agent

@VincentLogic: This open-source project cuts Claude Code's costs by 25%. It doesn't build new models or a new IDE. It just draws a "code map" for the AI coding agent. Traditional approach: the model reads the entire repo → token explosion. Its approach: first parse the code with Tree-si…

X AI KOLs Timeline · 2026-06-09 Cached

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.

0 favorites 0 likes
#ai-coding-agent

Bigger context windows seem to be solving a different problem than understanding

Reddit r/artificial · 2026-06-05 Cached

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.

0 favorites 0 likes
#ai-coding-agent

@_alejandroao: I just recorded a deep dive into Pi's architecture. It's a minimalist AI coding agent with a beautiful design. Here's h…

X AI KOLs Timeline · 2026-06-04 Cached

A deep dive into the architecture of Pi, a minimalist AI coding agent, explaining how it works.

0 favorites 0 likes
#ai-coding-agent

@FakeMaidenMaker: The scariest thing about using an AI agent to write code is losing control: the agent runs wild, quality is inconsistent, you don’t know what stage it’s in, and it messes things up halfway through. AWS just open-sourced a set of development lifecycle workflow rules specifically designed for AI coding agents — AI-DLC — that make the agent…

X AI KOLs Timeline · 2026-06-02 Cached

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.

0 favorites 0 likes
#ai-coding-agent

@RayFernando1337: The bugs that cause churn almost never show up in a diff, and you only really catch them when you stop reviewing code a…

X AI KOLs Timeline · 2026-06-02 Cached

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.

0 favorites 0 likes
#ai-coding-agent

Chipotlai Max

Hacker News Top · 2026-06-01 Cached

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.

0 favorites 0 likes
#ai-coding-agent

@fnthawar: https://x.com/fnthawar/status/2061498278303109316

X AI KOLs Timeline · 2026-06-01 Cached

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.

0 favorites 0 likes
#ai-coding-agent

@dabit3: This already exists in Devin today! You get an admin dashboard that auto-clusters every session by what it actually did…

X AI KOLs Following · 2026-05-26 Cached

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.

0 favorites 0 likes
#ai-coding-agent

@seclink: 看来 kimi 是招到了 harness 的人才了 。 还是决定从基于 python 的cli ,更新为基于 typescript +bun的最佳实践

X AI KOLs Following · 2026-05-25 Cached

Moonshot AI 发布了 Kimi Code CLI,一个基于 TypeScript + Bun 构建的 AI 编码代理,支持代码编辑、命令执行等功能,并提供单一二进制分发和快速启动。

0 favorites 0 likes
Next →
← Back to home

Submit Feedback