agent-engineering

Tag

Cards List
#agent-engineering

@LangChain: New from LangChain Academy: Become a LangChain Certified Agent Engineer The first certification for the full Agent Deve…

X AI KOLs Following · 3d ago Cached

LangChain Academy launches the first certification for the full Agent Development Lifecycle, offering a 50% discount for the first two months.

0 favorites 0 likes
#agent-engineering

Tool Rot Paradox: Why installing 50+ agent skills in development breaks down in production

Reddit r/AI_Agents · 2026-07-26

The article explains the 'Tool Rot Paradox' where installing many static agent skills causes context window degradation and security issues in production, and advocates for a dynamic discovery approach using a meta-skill that fetches tools on demand to keep the system prompt lean.

0 favorites 0 likes
#agent-engineering

The longer an agent runs, the less I care about the prompt

Reddit r/AI_Agents · 2026-07-24

The author reflects on how long-running AI agents encounter failures unrelated to the initial prompt, arguing that environment design (tools, docs, validation, architecture rules) matters more. They discuss concepts like harness engineering, keeping AGENTS.md small, using linters, and evaluator agents, while noting the cost trade-offs.

0 favorites 0 likes
#agent-engineering

The GitHub for Context Doesn’t Exist Yet

Reddit r/artificial · 2026-07-20 Cached

This article argues that building AI agents is easy, but providing them with sufficient business context remains the hard and unsolved infrastructure problem, proposing the need for a dedicated 'context layer' akin to GitHub for code.

0 favorites 0 likes
#agent-engineering

@yibie: Recommends this hardcore real-world test. An engineer tracked his coding agent session for a week and found that only 0.67% of tokens were spent on actual tasks—the remaining 99% all went to moving tool directories, skill descriptions, and system prompts. Work-to-overhead ratio 1:1…

X AI KOLs Timeline · 2026-07-15 Cached

An engineer tracked his coding agent's token usage over a week, finding that only 0.67% of tokens were spent on actual tasks, with 99% consumed by tool directories, skill descriptions, and system prompts. He provides optimization strategies, including shell output filtering which saved 46.9% of tokens.

0 favorites 0 likes
#agent-engineering

@chasen_liao: https://x.com/chasen_liao/status/2077219202608545835

X AI KOLs Timeline · 2026-07-15 Cached

This article explores the trend of upgrading prompt engineering to Agent engineering, emphasizing structured context management of AI agents through methods like AGENTS.md, and shares a minimal closed-loop workflow methodology.

0 favorites 0 likes
#agent-engineering

@yibie: Recommended: A multi-agent system design guide by LangChain CEO Harrison Chase. The core argument is extremely simple but rarely made clear: multi-agent systems can be divided into "reading" and "writing" — reading is easy to parallelize, writing is prone to conflicts. That's why Anthropic's res…

X AI KOLs Timeline · 2026-07-11 Cached

Recommending Harrison Chase's blog post on multi-agent system design. The key insight is that multi-agent systems split into 'reading' and 'writing' tasks; reading is easy to parallelize while writing leads to conflicts. It also summarizes suitable and unsuitable scenarios and engineering prerequisites.

0 favorites 0 likes
#agent-engineering

@MaxForAI: The proposer of Harness Engineering, former OpenAI engineer Ryan Lopopolo @_lopopolo announced he is joining Google Cloud as Chief Agent Engineer. Ryan Lopopolo is an OpenAI Agent…

X AI KOLs Timeline · 2026-07-09 Cached

Former OpenAI engineer Ryan Lopopolo joins Google Cloud as Chief Agent Engineer, bringing OpenAI's Agent engineering methodology to the cloud platform.

0 favorites 0 likes
#agent-engineering

@pauliusztin_: Microsoft just open-sourced one of the most interesting agent engineering projects I've seen this year... → https://git…

X AI KOLs Timeline · 2026-06-28 Cached

Microsoft open-sourced SkillOpt, a framework that treats agent skill documents as trainable artifacts, optimizing them through iterative feedback loops without modifying model weights. It is available as a Python library with support for self-evolving agent skills.

0 favorites 0 likes
#agent-engineering

@zhanghaili0610: Just wrapped my talk at GIAC 2026 Shenzhen on Agent Engineering with @LangChain . The real work isn't prompt engineerin…

X AI KOLs Following · 2026-06-26 Cached

作者分享了在GIAC 2026深圳会议上关于Agent Engineering的演讲,强调构建可靠、有状态的代理的重要性。

0 favorites 0 likes
#agent-engineering

@arcane_bloom: The Shift from Software Engineering to Agent Engineering: A 5-Part Breakdown 1/6 Most developers fail when building AI …

X AI KOLs Timeline · 2026-06-23 Cached

A thread explaining the 5 core mental shifts needed to transition from traditional software engineering to agent engineering, emphasizing why conventional patterns like hard-coded routes and binary tests fail with AI agents.

0 favorites 0 likes
#agent-engineering

Most attempts to reverse-engineer Fable 5 are missing the point

Reddit r/artificial · 2026-06-16

The article criticizes attempts to reverse-engineer Fable 5 by copying surface behaviors, instead introducing Hephaestus Stormbreaker—a robustness control layer for coding agents that enforces scope locking, evidence loops, regression tests, and gate checks to prevent agent drift and early quitting.

0 favorites 0 likes
#agent-engineering

The boring bits of agent engineering

Reddit r/AI_Agents · 2026-06-08

The author discusses the unglamorous but critical aspects of engineering reliable AI agents in production, including monitoring mid-flight runs, resuming failed runs, and providing UI status, and asks the community about common pain points and off-the-shelf solutions.

0 favorites 0 likes
#agent-engineering

PandaProbe Cloud

Product Hunt · 2026-06-08

PandaProbe Cloud offers a fully managed agent engineering service, as announced on Product Hunt.

0 favorites 0 likes
#agent-engineering

@vintcessun: Tonight I came across a learning roadmap project that redefined where to start learning Agent. I used to think Agent was just a pile of tools and frameworks, but its core is the "observe-think-execute" loop and the harness engineering's organization of permissions, state, and backtracking. It breaks down learning into building a minimal Agent loop from scratch all the way to deploying a real Agent, with 8 stages, each with clear deliverables and recommended resources — not just links but an actionable todo list. This systematic approach made me realize my previous learning was too fragmented.

X AI KOLs Timeline · 2026-06-04 Cached

An open-source learning roadmap project called Agent-Learning-Hub, which breaks down AI Agent learning into 8 stages from building a minimal Agent loop to production deployment, providing executable todo lists and recommended resources, maintained by members of the Datawhale community.

0 favorites 0 likes
#agent-engineering

@mfpiccolo: Kaffu's "rich man's toy" line is the one of the sharp thing I've read on harnesses this year. He's right about the symp…

X AI KOLs Timeline · 2026-06-01 Cached

The tweet discusses the problem of bloat in AI agent harnesses, agreeing with Kaffu's critique that harnesses become "rich man's toys," and advocates for a composable architecture of small, replaceable workers to reduce drift and keep systems cheap and debuggable.

0 favorites 0 likes
#agent-engineering

@Xudong07452910: Free Open-Source Book Recommendation: 'How to Build a 7×24 AI Agent from Scratch' This book deeply deconstructs a real AI digital employee platform with 300,000 lines of code, systematically explaining: - Agent Engine & Context Engineering - Digital Human Protocol - AI Browser Implementation - Production-Grade Scheduling System - 7×24 Stable...

X AI KOLs Timeline · 2026-05-26 Cached

Recommends a free open-source technical book 'How to Build a 7×24 AI Agent from Scratch', systematically explaining AI Agent engine, digital human protocol, AI browser, production-grade scheduling and other practical content, based on the real 300,000-line open-source project Halo, and written in a human-machine collaboration manner.

0 favorites 0 likes
#agent-engineering

@freeman1266: https://x.com/freeman1266/status/2055293363893768463

X AI KOLs Timeline · 2026-05-15 Cached

This article summarizes four common pitfalls encountered when deploying AI Agents from demo to production: unreliable function calling, cumulative failure rate of multi-step tasks, improper memory management, and security permission issues, along with corresponding solutions.

0 favorites 0 likes
#agent-engineering

Claude Code improved my agent harness by 40% overnight

Reddit r/AI_Agents · 2026-05-12

The author introduces 'Autoharness', a tool that uses Claude Code to autonomously optimize agent harnesses by iterating on prompts and hyperparameters. This resulted in a 40% performance increase on the tau2-airline benchmark.

0 favorites 0 likes
#agent-engineering

vudovn/ag-kit

GitHub Trending (daily) · 6d ago Cached

AG Kit is an Antigravity-first agent engineering kit providing rules, skills, specialist agents, workflows, persistent memory, MCP guidance, orchestration, and a native safety hook.

0 favorites 0 likes
← Back to home

Submit Feedback