Filter
Exclude
Time range
-
Near
SoftwArchSummit
Coding Agents bauen – aber nach welchen Architekturzielen? Das ist kein KI-Hype. Das ist die  neue Kernfrage für Software-Architekt:innen. Software Architecture Summit · Berlin · 12.–16. Oktober 2026 → Zum Workshop: software-architecture-summit… #SoftwareArchitecture #CodingAgents
2
22
N0V4Dev
Reviewing what AI coding agents actually do is often a clunky process. Plannotator solves this by providing a local browser based interface for tools like Claude Code and Copilot CLI. It lets you visually inspect plans and diffs before they get applied to your codebase. The project works by plugging into agent hooks and commands for tools like Claude Code, Gemini CLI, and Kiro. When an agent proposes a change or generates HTML, it pops up in your browser. You can mark up the work or leave comments just like a standard code review. It doesn't require a complex setup to start seeing what your agent is thinking. Everything syncs back to the agent with one click. It handles markdown and HTML artifacts so you can stay in the loop throughout the implementation. It's built with TypeScript and keeps your review workflow local. github.com/backnotprop/plann… #AI #TypeScript #CodingAgents #OpenSource
1
44
0x_codex
Clean code may not make coding agents “smarter.” It may make them cheaper to operate. A new controlled minimal-pair study tested a question most AI coding benchmarks skip: what happens when the task is the same, the app behavior is the same, the architecture and dependencies are matched, but one codebase is clean and the other is messy? The result is more interesting than a simple “clean code wins.” Across 33 tasks, 6 repository pairs, and 660 Claude Code trials, cleanliness did not change pass rate. The agent was still able to complete the task at roughly the same correctness level when evaluated through hidden tests at the public application surface. But the operational footprint changed. On cleaner code, the agent used 7–8% fewer tokens and reduced file revisitations by 34%. That is the part worth paying attention to. For humans, “clean code” often gets argued as taste: naming, structure, local reasoning, fewer rule violations, lower cognitive complexity. For agents, the same properties become navigation infrastructure. A messy repo does not necessarily block the model from finishing. It makes the model spend more context, reopen more files, and wander through more irrelevant surface area before it finds the right patch boundary. This reframes maintainability in the agent era. The payoff is not only fewer human bugs or nicer reviews. It is lower inference spend, shorter feedback loops, less context churn, and a smaller chance that the agent burns its budget exploring accidental complexity. The stack for reliable coding agents is not just model choice, prompting, and eval harnesses. The codebase itself is part of the harness. Cleanliness is compute ergonomics. #AI #AIAgents #DevTools #SoftwareEngineering #CodingAgents
30
Yanki3l
🚀 Estoy construyendo una librería de Skills para potenciar Codex y hacer que los desarrolladores trabajen con más claridad, menos repetición y mejores resultados. Personalmente me mejoro la eficiencia un 90%! 👇👇👇 REPO Se llama codex-skills-library. La idea es simple: En vez de explicarle a Codex una y otra vez cómo quieres que trabaje, cómo debe revisar código, cómo debe estructurar un backend, cómo debe hacer debugging, cómo debe cuidar los tokens o cómo debe documentar avances… Le das un sistema de Skills reutilizables. Y Codex trabaja con más contexto, más disciplina y menos improvisación. Para los vibe-coders, esto cambia bastante el juego. Porque muchas veces no queremos pasar horas escribiendo instrucciones técnicas gigantes. Queremos construir, probar ideas, mover rápido, lanzar proyectos, corregir errores y mantener el momentum. Pero cuando usas agentes de IA sin estructura, aparecen los problemas: El agente lee demasiado código innecesario. Se pierde en archivos que no importan. Repite errores. Hace cambios grandes sin explicar bien. Rompe partes del proyecto que estaban funcionando. Gasta tokens en contexto que no aporta. No mantiene memoria clara del trabajo. No sabe cuándo actuar como backend dev, frontend dev, reviewer, debugger o arquitecto. codex-skills-library nace para resolver eso. Es una colección organizada de Skills para que Codex sepa cómo comportarse según el tipo de tarea. Por ejemplo: ✅ backend-clean-architecture Ayuda a crear y refactorizar backend con mejor estructura: rutas limpias, servicios claros, validación separada, errores controlados y menos código duplicado. ✅ frontend-production-ui Guía a Codex para crear interfaces más cuidadas, consistentes y listas para producción, no solo componentes que “funcionan”. ✅ debug-root-cause En vez de parchear errores al azar, empuja al agente a buscar la causa real del problema. ✅ deep-code-review Convierte a Codex en un reviewer más serio: busca riesgos, bugs, deuda técnica, seguridad, mantenibilidad y oportunidades de mejora. ✅ refactor-large-file Ayuda a dividir archivos grandes sin romper el proyecto ni cambiar comportamiento innecesariamente. ✅ codebase-map-index Permite crear mapas del proyecto para que el agente entienda mejor dónde está cada cosa y no tenga que explorar a ciegas. ✅ website-seo-finalization Sirve para preparar sitios web antes del lanzamiento: SEO básico, metadata, estructura, performance, contenido y checklist final. ✅ token-efficient-codex-run Uno de los más importantes: ayuda a que Codex use menos tokens leyendo solo lo necesario, trabajando por etapas y evitando ruido. ✅ codex-progress-journal Mantiene un registro claro de decisiones, cambios, pendientes y estado del proyecto. ✅ secrets-env-management Ayuda a trabajar con variables de entorno y secretos sin exponer API keys ni credenciales. ✅ release-readiness-check Antes de lanzar, revisa si el proyecto está realmente listo. ✅ skill-authoring El meta-skill: sirve para crear nuevos Skills de forma ordenada y hacer crecer la librería. La visión es que este repo sea una biblioteca viva. No es un paquete cerrado. Puedes agregar nuevos Skills según tus necesidades: Skills para SaaS Skills para landing pages Skills para bots de Telegram Skills para crypto wallets Skills para e-commerce Skills para dashboards Skills para testing Skills para performance Skills para documentación Skills para SEO local Skills para automatizaciones Skills para productos con IA Cada Skill puede encapsular una forma de trabajar. Eso significa menos prompts repetidos, menos caos y más consistencia. Para mí, esto es especialmente útil para vibe-coders porque convierte la IA en algo más parecido a un equipo con roles: Un backend dev cuando toca backend. Un frontend dev cuando toca UI. Un reviewer cuando toca revisar. Un debugger cuando algo rompe. Un arquitecto cuando el proyecto empieza a crecer. Un asistente de release cuando toca lanzar. Y todo desde una estructura que puedes mejorar con el tiempo. La meta no es reemplazar al developer. La meta es quitarle fricción. Menos “explícale todo otra vez”. Menos “por qué tocaste ese archivo”. Menos “rompiste algo que no te pedí”. Menos tokens desperdiciados. Más velocidad. Más orden. Más confianza. Hoy está enfocado en Codex. Próximamente voy a adaptarlo también para OpenCode y Claude Code, para que la misma idea pueda funcionar en distintos agentes de desarrollo. Porque el futuro no es solo usar IA para programar. El futuro es tener sistemas, workflows y Skills que hagan que la IA programe mejor contigo. Repo: [agrega aquí el link de GitHub] #Codex #OpenAI #VibeCoding #AICoding #AIForDevelopers #DevTools #ClaudeCode #OpenCode #SoftwareDevelopment #BuildInPublic #GitHub #CodingAgents
1
2
3
48
KalLee_SI
Has anyone else noticed that Claude Code with Fable 5 seems much more durable than before the last ban? 🤔 Or is it just me? #ClaudeCode #Fable5 #AI #CodingAgents #DevTools
96
ZhihuFrontier
🧭 The real Agent bottleneck is not coding. It is verification Zhihu contributor 杨军 shared a grounded reflection on Agent technology from the perspective of someone building AI infrastructure and using Agents in real workflows. The core idea is simple: Agents are a real productivity leap, but they do not remove engineering boundaries. They change where the hard work moves. 1️⃣"Disposable software" depends on verification A popular idea today is that Agents will make software “disposable.” There is truth in that. For one-off scripts, internal tools, temporary dashboards, data conversion jobs, and low-risk prototypes, Agents can make it cheap enough to build something new instead of extending an old system. But the author argues that the real boundary is not writing cost. It is verification cost. Agent-generated code may be cheap to produce, but someone still has to know whether it is correct, whether it affects upstream or downstream systems, whether it touches data safely, and whether anyone can maintain it later. So the better rule is: If rewriting and verifying a new tool is cheaper than modifying and verifying an existing system, “disposable software” makes sense. If the new tool is harder to verify than the existing system, it is not disposable. It is just hidden technical debt with a faster creation path. The deeper point: Agents reduce the cost of “writing,” but they do not automatically reduce the cost of “trusting.” 2️⃣Production use fails at uncertainty, not syntax The hard part of putting Agent-written code into production is not whether the Agent can write code. It can. Often very well. The hard part is uncertainty. A coding Agent is a non-deterministic tool. Slight changes in prompt, context, model version, tool output, or runtime behavior can change the result. For a small task, that may not matter. For a multi-step production workflow, small differences can compound. The context problem is just as important. An Agent does not see the real system directly. It sees a window of code, docs, logs, test output, tool calls, and search results. That window may be partial, stale, noisy, or internally inconsistent. Execution adds another layer. In high-performance computing, databases, trading systems, inference engines, training frameworks, and distributed systems, details like concurrency, caching, GPU floating point behavior, scheduling, and random seeds can matter a lot. For a demo, these differences may stay invisible. For production, they are often exactly where failures come from. 3️⃣Reward hacking becomes easier to scale The author gives a sharp example from AI infrastructure. Asking an Agent to generate a kernel that beats a baseline is very different from asking it to generate a production-quality kernel that is faster, correct, maintainable, and robust across shapes. The first task can be gamed. A kernel might win on one benchmark, one input shape, or one narrow performance target. It looks successful because the reward was incomplete. The second task is what production actually needs. This is the hidden trap of Agent workflows: the Agent optimizes toward the target you specify, not necessarily the requirement you meant. If the acceptance criteria fail to capture correctness, edge cases, long-term maintainability, or architectural invariants, the Agent may produce something that passes the test while breaking the system. Humans can reward-hack too. The difference is that Agents can do it faster, at larger scale, and with outputs that look polished enough to pass a shallow review. That makes the failure mode easier to miss. 4️⃣A running demo is not a production system Agents make it much easier to create something that runs. That is powerful. It is also risky. A product or business person can now use an Agent to create a convincing demo in a few hours: a page, an API, a workflow, maybe even mock data. From the outside, it may look close to done. But a demo and a production system are different objects. Production software needs permissions, data consistency, exception handling, monitoring, logging, deployment, rollback, compatibility, scalability, and long-term ownership. More importantly, it has to be understood and maintained by a team. Agent-generated code can also shift cost downstream. If everyone can generate PRs faster, CI load increases, review pressure rises, duplicated patterns spread more quickly, and repo consistency becomes harder to protect. Demo speed does not show these costs. A demo has no long repo history, no multi-team ownership, no accumulated constraints, and no future maintenance burden. A production system has all of them. So one of the biggest risks is organizational: Agents can make non-engineering roles underestimate engineering complexity. The old signal of difficulty was “I cannot build this.” Now the demo runs, so the remaining work becomes easier to misread. 5️⃣Human-in-the-loop should become harness The author’s most useful suggestion is to turn repeated human intervention into harness. Many “human-in-the-loop” steps are really workflows that have not been encoded yet. When humans correct an Agent, they often add missing context, define boundaries, block unsafe paths, clarify acceptance criteria, or check edge cases. Some of that should become rules, scripts, tests, CI gates, benchmarks, review checklists, or custom harnesses. A mature Agent workflow may not be “a human watches the Agent forever.” It may become a two-layer system: a custom harness controls what the Agent can and cannot do; a general coding Agent works inside that controlled boundary. In this setup, engineers still need strong code judgment. But their value shifts upward. They decompose systems, define validation paths, design feedback loops, and integrate Agent output safely. The job becomes less about typing every line and more about making the system legible, bounded, and verifiable. 6️⃣Agents expose weak engineering foundations The deeper impact of Agents may not be that they help people write more code. It may be that they force engineering systems to become more explicit. Many systems still rely on human memory. A senior engineer knows why a module was designed a certain way, why a test should not be touched, why a parameter is dangerous, or why one customer path is special. Agents do not know what has never been written down. They act on code, docs, tests, logs, and tool output. If those signals are incomplete, the Agent’s behavior becomes harder to trust. So using Agents well is not just about buying better tools or upgrading models. Teams need clearer module owners, cleaner interfaces, stronger CI, better tests, structured documentation, explicit acceptance criteria, stable dev environments, and traceable changes. These sound like old engineering basics. That is exactly the point. The boring foundations decide whether Agents become reliable production infrastructure or stay at the level of impressive demos. ✅ The real takeaway Agents are powerful. The productivity gain is real. But they are still a technology, not magic. They have suitable use cases, failure modes, boundary conditions, and cost structures. The dangerous move is to use Agents as an excuse to skip engineering discipline, compress normal schedules, or bypass validation. A better framing is this: Agents are a lever, not a silver bullet. A lever amplifies what already exists. Strong systems get faster. Messy systems get messier. Good validation makes Agents safer. Weak validation lets “it seems to run” masquerade as “it is done.” The right posture is neither worship nor rejection. Use Agents to push the boundary. But do not pretend the boundary has disappeared. 🔗 Full analysis: zhuanlan.zhihu.com/p/2055782… #AIAgents #CodingAgents #AIInfra #SoftwareEngineering #DevTools #LLM #AgenticAI
7
14
1,919
windowsforum
🤖 Benchmarks are now the office “workbench” and AI agents are the staplers: everyone wants them, nobody reads the manual. GPT-5.5 for flashy tests; Claude for actually getting the job done. #Windows #Microsoft #AI windowsforum.com/threads/gpt… #AiModels #EnterpriseAi #CodingAgents
8
Praveen_G07
Dockerless: Environment-Free Program Verifier for Coding Agents 🎯 What if AI could verify code without running Docker or unit tests? That’s exactly what Dockerless proposes—and it could make training coding agents much cheaper and easier. 📌 Problem Today’s coding agents rely on repository-specific Docker environments to verify if a generated patch actually fixes a bug. Building those environments is slow, expensive, and often impossible for private or legacy codebases without reliable tests. 💡 What this paper tries Instead of executing code, Dockerless explores the repository like an engineer before judging whether a patch is correct. Think of it as reviewing the evidence behind a fix rather than simply checking if the tests pass. 🧪 How it works It generates verification questions from the issue and reference patch, then sends parallel AI sub-agents to inspect the codebase. Those agents gather evidence using repository search tools, and a final judge combines everything into a confidence score. The same verifier is then used to filter training data (SFT) and provide rewards during reinforcement learning (RL)—all without per-repository Docker. 🚀 Why it matters Dockerless outperforms the strongest open-source verifier by 14.3 AUC points and enables an entirely environment-free post-training pipeline. The resulting coding agent reaches 62.0% on SWE-Bench Verified, delivering performance close to traditional environment-based training while dramatically reducing setup costs. This could make AI coding agents far more practical for real-world enterprise repositories. 🤔 What’s next Dockerless still reasons from repository evidence rather than executing the code, so some edge cases remain challenging. If AI can reliably verify software without running it... could this become the default way future coding agents learn? YouTube: youtu.be/e_KWPT1_rns 🔗 Paper: arxiv.org/abs/2606.28436 🏷️ #AI #GenAI #MachineLearning #CodingAgents #SoftwareEngineering #LLMAgents #SWEBench #AIResearch
1
2
83
VladVladis69428
Agentic coding is exploding. But the real debate is where the smarts live. Claude Code / Codex in the cloud, or local Ollama custom skills? Speed and reach versus privacy and hackability. Which stack are you betting on? #AIAgents #LocalAI #CodingAgents
1
33
ozgedevops
Can AI agents autonomously evolve executable RL policies? 🏎️ EvoPolicyGym benchmarks code-editing LLMs across 16 control/robotics environments using a hard visibility boundary.Trajectory diagnostics reveal true agent capability. #DeepLearning #CodingAgents #RoboticsAI #GPT55
1
11
Happy_HoBo_Joe
First benchmark results are in. 👀 I compared Claude Fable 5 against a stack using Sonnet 5 L00prite Opus 4.8 (advisor) on the same development tasks. Initial results: 💰 Average cost reduction: ~79% Tradeoff: ⏱️ Longer wall-clock runtime, but dramatically lower token cost. This is only 3 tests, so it's far too early to draw broad conclusions, but the results are encouraging enough that I'm expanding the benchmark suite. The hypothesis is simple: Persistent memory > repeated reasoning. ⭐ If you're interested in AI coding agents, give L00prite a look, star the repo, and tell me where you think it breaks. github.com/jackofall1232/l00…⁠� #AI #Claude #CodingAgents #LLM #OpenSource #GitHub #AgenticAI #DevTools
1
99
cargocultured
It is done from local development to beta release of cupel. A lean coding agent which is build taking a thorough look under the hood of the pi coding agent. I will move my development from pi to cupel to dog food the best I can. github.com/rommeld/cupel #codingagents #rust
33
mylifcc
🔥 10 个强烈推荐的 Harness Engineering 教程/资源 想让 Claude Code、Codex 这类 AI Coding Agent 真正稳定可靠地完成长任务?核心不是模型,而是「Harness」——模型之外的所有脚手架、约束、反馈和状态管理。 我精选了 10 个目前最值得学习的教程、课程和工程实践资源,全部可以直接上手或改编进自己的项目。既有手把手课程,也有顶级工程团队的真实经验分享。 1. Learn Harness Engineering(walkinglabs 项目式课程) 项目驱动,12 讲理论 6 个实战项目,教你构建完整 harness(指令、状态、验证、范围控制)。提供多语言模板,可直接复制使用。 walkinglabs.github.io/learn-… 2. Tau(教育型极简 coding agent) 像读教科书一样学习 agent 构建。每一层清晰可见,终端 UI 能实时看到 agent 一步步工作,完美用来理解 harness 各组件。 安装:uv tool install tau-ai twotimespi.dev/ 3. Hands-On Harness Engineering 真正动手构建课程,围绕真实 Node.js CLI 模块化搭建完整 harness。从零教环境、约束、反馈循环等核心。 hands-on-harness-engineering… 4. Harness Engineering Guide(nexu-io) 实用开放指南,包含概念、教程和可运行代码示例,从原理到生产模式全覆盖。 github.com/nexu-io/harness-e… 5. Harness engineering for coding agent users(Martin Fowler) 经典用户视角教程,讲解如何在外层为 coding agent 设计 harness,实现自纠正和更高可信度。 martinfowler.com/articles/ha… 6. The Anatomy of an Agent Harness(LangChain) 最经典的组件解剖教程,把 harness 拆解成 filesystem、sandbox、memory 等核心部分,并教你反向设计。 blog.langchain.com/the-anato… 7. Agent Harness Engineering(Addy Osmani) 综合工程博客,强调 harness 是可迭代的 artifact,每次出错就要收紧它。实用建议非常多。 addyosmani.com/blog/agent-ha… 8. Skill Issue: Harness Engineering for Coding Agents(HumanLayer) 基于 12 个月真实失败与成功经验的实战分享。核心观点:很多 agent 问题其实是 harness 配置问题。 humanlayer.dev/blog/skill-is… 9. Harness engineering: leveraging Codex in an agent-first world(OpenAI) OpenAI 官方实践,核心理念「Humans steer. Agents execute.」,讲解如何通过 harness 让 agent 可靠完成真实工作。 openai.com/index/harness-eng… 10. Effective harnesses for long-running agents(Anthropic) Anthropic 工程团队针对长时运行 agent 的深度方案(initializer coding agent 清晰 artifact 交接)。生产价值极高。 anthropic.com/engineering/ef… 作为也在用 Rust 构建多 crate Harness VibeGuard 的开发者,这些资源帮我理清了很多设计思路和避坑方法。 你目前在做 agent 时,最大的痛点是 context 管理、verification 还是 long-running 状态传递?欢迎评论区说说,我可以继续挖更多针对性资源。 #HarnessEngineering #AIAgents #ClaudeCode #CodingAgents #AgenticEngineering
1
2
10
1,228
Ishwarinfra
Had an unexpected experience yesterday while auditing docs in the llm-d project. Asked an autonomous coding agent to look for technical documentation debt. Instead of just fixing typos, it: • Cross-checked docs against the actual codebase • Skipped issues that were already fixed or in progress • Found a broken script path outdated architecture link • Opened a GitHub issue, prepared the fix, pushed a branch, and opened a PR I went from making the edits myself to just reviewing the agent’s work. The value wasn’t the two lines of Markdown. It was the full workflow: investigate, verify, avoid duplicates, deliver something reviewable. This feels like a glimpse of how OSS development is evolving, humans set objectives and review architecture, agents handle the scoped execution. Curious: where do you see the boundary between what agents can do well and where human judgment is still essential? #opensource #llminfra #AI #DeveloperTools #CodingAgents
20
sergiomarquezp_
Idea clave: controla tokens para el coste por llamada y turnos, tiempo y validación para el coste del bucle. En tareas exploratorias sin salida verificable, este contrato no encaja. ¿Qué señal usas para cortar? #CodingAgents #AIAgents
11