ai-coding-agents

Tag

Cards List
#ai-coding-agents

I benchmarked 8 AI coding agents on the same project. Results: one production-ready out of four, total cost $1.94.

Reddit r/ArtificialInteligence · 5d ago

A benchmark of 8 AI coding agents on building a VPS management toolkit found that only one of four implementations was production-ready, with a total cost of $1.94 and a 1:28 ratio between planning and code costs.

0 favorites 0 likes
#ai-coding-agents

People who write specs for AI coding agents?

Reddit r/openclaw · 5d ago

The article discusses varying approaches to writing specifications for AI coding agents and asks for community input on effective methods.

0 favorites 0 likes
#ai-coding-agents

AI coding agents need a local safety boundary before they touch files or run commands

Reddit r/AI_Agents · 6d ago

Discussion on the need for local safety boundaries in AI coding agents to prevent unauthorized file access or command execution.

0 favorites 0 likes
#ai-coding-agents

AI coding agents need a company-wide AGENTS.md

Reddit r/AI_Agents · 6d ago

The article proposes that organizations adopting AI coding agents should create a company-wide AGENTS.md file, similar to a human onboarding doc, to standardize agent behavior and context.

0 favorites 0 likes
#ai-coding-agents

@shmidtqq: https://x.com/shmidtqq/status/2068704187492221405

X AI KOLs Timeline · 2026-06-21 Cached

An in-depth guide to loop engineering for AI coding agents, explaining how to build automated loops that repeatedly prompt agents, verify results, and avoid runaway costs, illustrated with a case study of one engineer shipping 259 PRs in a month.

0 favorites 0 likes
#ai-coding-agents

AI coding agents can autonomously direct robot training

Ars Technica · 2026-06-17 Cached

AI coding agents using the open-source ENPIRE framework can autonomously train robots to perform tasks like installing GPUs and cutting zip-ties, with the system self-improving overnight.

0 favorites 0 likes
#ai-coding-agents

Athena Desktop

Product Hunt · 2026-06-15

Athena Desktop is a local command room for AI coding agents.

0 favorites 0 likes
#ai-coding-agents

@Xudong07452910: This paper is a must-read for heavy users of Claude Code, Codex, or other AI Agents. It doesn't study how Agents fail on benchmarks, but a more real problem: In real development, what exactly are AI coding agents doing...

X AI KOLs Timeline · 2026-06-12 Cached

This paper analyzes 20,574 real-world coding-agent sessions to identify how AI agents misalign with developer intent, finding that constraint violations and inaccurate self-reporting are the most common failure modes, imposing trust and effort costs rather than irreversible damage.

0 favorites 0 likes
#ai-coding-agents

@tom_doerr: Encodes senior engineer workflows for AI coding agents https://github.com/addyosmani/agent-skills…

X AI KOLs Timeline · 2026-06-12 Cached

A GitHub repository that packages production-grade engineering skills for AI coding agents, encoding senior engineer workflows and quality gates into slash commands like /spec, /plan, /build, etc., with setup instructions for Claude Code, Cursor, and other tools.

0 favorites 0 likes
#ai-coding-agents

PROJECTMEM: A Local-First, Event-Sourced Memory and Judgment Layer for AI Coding Agents

arXiv cs.AI · 2026-06-11 Cached

PROJECTMEM is an open-source, local-first memory and judgment layer for AI coding agents that records development events and provides deterministic warnings before repeating failed actions, reducing token waste and improving reproducibility.

0 favorites 0 likes
#ai-coding-agents

AI Coding Agents in Social Science: Methodologically Diverse, Empirically Consistent, Interpretively Vulnerable

arXiv cs.CL · 2026-06-11 Cached

This paper evaluates LLM-based coding agents (Claude Code and Codex) in social science analysis, finding they match or exceed human methodological diversity while remaining vulnerable to interpretation bias through verdict-layer manipulation.

0 favorites 0 likes
#ai-coding-agents

@cevenif: Using Claude Code or Codex for development, but feel like AI is running wild? This course might be the missing piece you need. There's an open-source course on GitHub called Learn Harness Engineering, which teaches you to establish a controllable workflow framework for AI coding assistants, centered around five core mechanisms...

X AI KOLs Timeline · 2026-06-09 Cached

GitHub open-source course Learn Harness Engineering teaches you to build a controllable workflow framework for AI coding assistants (e.g., Claude Code, Codex). It includes 12 theory lessons and 6 hands-on projects, covering core mechanisms: instruction, state, validation, scope, and session.

0 favorites 0 likes
#ai-coding-agents

Is there any tool that clearly checks whether an AI coding agent stayed inside the task I gave it?

Reddit r/AI_Agents · 2026-06-09

The author describes the problem of AI coding agents making unauthorized changes outside their approved task and introduces their local tool Ripple, which detects such boundary violations and suggests actions like continue, repair, or human review.

0 favorites 0 likes
#ai-coding-agents

AI coding agents need a “plan first, edit later” workflow? Looking for feedback

Reddit r/AI_Agents · 2026-06-05

A proposed workflow for AI coding agents that emphasizes brainstorming and boundary enforcement before code editing, seeking community feedback on its utility.

0 favorites 0 likes
#ai-coding-agents

@paytkaleiwahea: Matt Van Horn spends $10K a month on AI coding agents Two $200 plans for Claude and Codex and more on top Doesn't type …

X AI KOLs Timeline · 2026-06-03 Cached

Matt Van Horn spends $10K/month on AI coding agents, using Claude and Codex to build everything via voice commands and plan files, without typing code.

0 favorites 0 likes
#ai-coding-agents

Where should trust checks happen for AI coding agents?

Reddit r/AI_Agents · 2026-05-31

The author explores the critical question of where trust checks should be placed in AI coding agent workflows—before coding, during coding, before PR, or during review—and invites developers to share where trust broke in their actual use of tools like Claude Code, Codex, and Cursor.

0 favorites 0 likes
#ai-coding-agents

I made a tiny JSON permission layer for AI coding agents

Reddit r/AI_Agents · 2026-05-23

A new open-source tool 'agentcontract' provides a portable JSON-based permission layer for AI coding agents, allowing developers to define allow/deny rules for tools, paths, and network access across different agent runtimes. Version 0.0.1 adds a local browser GUI for editing and testing contracts.

0 favorites 0 likes
#ai-coding-agents

@Saboo_Shubham_: This is ACTUALLY context engineering for your AI coding agents. It turns any codebase into an interactive graph your ag…

X AI KOLs Following · 2026-05-23 Cached

This tool provides context engineering for AI coding agents by converting any codebase into an interactive graph that agents can query, compatible with Claude Code, Codex, and Antigravity, and is 100% open source.

0 favorites 0 likes
#ai-coding-agents

@akshay_pachaar: Microsoft built a Fitbit for AI. they just open-sourced AI Engineer Coach. a VS Code extension (also works in Cursor an…

X AI KOLs Following · 2026-05-22 Cached

Microsoft open-sourced AI Engineer Coach, a VS Code extension that analyzes developer usage of AI coding agents, providing insights and anti-pattern detection to improve AI workflows.

0 favorites 0 likes
#ai-coding-agents

How do you stop coding agents from touching production data?

Reddit r/AI_Agents · 2026-05-22

Discusses strategies to prevent AI coding agents from accidentally modifying production databases, advocating for read-only access, sandboxed environments, and approval gates over relying solely on prompts.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback