agent-development

Tag

Cards List
#agent-development

@Saboo_Shubham_: You can now agent development lifecycle from inside your coding agent. Any coding Agent + Agents CLI + Agent Developmen…

X AI KOLs Following · yesterday Cached

A new workflow allows developers to perform the full agent development lifecycle (build, test, deploy, evaluate, govern) directly from within their coding agent, using Agents CLI and Agent Development Kit.

0 favorites 0 likes
#agent-development

@LangChain: The Agent Development Lifecycle is continuous building, deploying, monitoring, improving, and governing agents as they …

X AI KOLs Timeline · 2026-07-20 Cached

LangChain announces a summer AMA series on the agent development lifecycle using LangSmith, covering building, deploying, monitoring, improving, and governing agents.

0 favorites 0 likes
#agent-development

Harness Handbook: Making Evolving Agent Harnesses Readable,Navigable, and Editable

arXiv cs.AI · 2026-07-16 Cached

The Harness Handbook is a behavior-centric representation synthesized from agent harness codebases using static program analysis and LLM assistance, helping developers and coding agents locate code implementing specific behaviors. It introduces Behavior-Guided Progressive Disclosure (BGPD) to guide agents from high-level descriptions to relevant implementation details, improving localization accuracy and edit-plan quality.

0 favorites 0 likes
#agent-development

I think I've solved how to seamlessly share your AI agents with coworkers...or anyone for that matter.

Reddit r/AI_Agents · 2026-07-14

The author presents a pattern for sharing AI agents by compiling them into sealed WASM modules that only import a single inference function, allowing others to run the agent using their own local model without API keys or security risks.

0 favorites 0 likes
#agent-development

@Vtrivedy10: ok so it’s early but @mattpocockuk’s grill-me skill feels like great DX for iteratively building evals/environments wit…

X AI KOLs Timeline · 2026-07-14 Cached

A tweet thread discussing the iterative process of building evaluations and environments for AI agents, emphasizing human-agent collaboration and the importance of data and verifier design.

0 favorites 0 likes
#agent-development

@yibie: Recommend this article. The author of Superpowers ran a complete autoresearch loop with Fable 5 — 25 experiments, $165, improving build speed by 50% and reducing token costs by 60%. But the most valuable part of this article is not the result numbers; it's the complete record of the process…

X AI KOLs Timeline · 2026-07-03 Cached

Superpowers 6 is released, using Fable 5 to run 25 autonomous experiments, improving build speed by 50% and reducing token costs by 60%, with detailed records of the experimental process and lessons from failures.

0 favorites 0 likes
#agent-development

@Ryrenz: HKU lab open-sourced an agent skeleton, with a built-in agent called Ohmo that can work directly. GitHub already 14.3k stars, from the University of Hong Kong Data Intelligence Lab (HKUDS), the team behind LightRAG — strong endorsement. Building a usable agent from scratch...

X AI KOLs Timeline · 2026-07-02 Cached

The University of Hong Kong Data Intelligence Lab has open-sourced the lightweight agent framework OpenHarness and its built-in agent Ohmo, providing core features like tool calling, memory, multi-agent coordination, and support for platforms like Feishu and Slack.

0 favorites 0 likes
#agent-development

some honest thoughts after using glm-5.2 hard for a few days

Reddit r/AI_Agents · 2026-07-01

A user shares positive impressions of the GLM-5.2 model, noting its impressive performance and cost-efficiency compared to Deepseek, and reflects on the educational value and limitations of AI agents for coding and learning.

0 favorites 0 likes
#agent-development

The agent works fine in development but fails on real user phrasing. How are you closing this gap?

Reddit r/AI_Agents · 2026-06-29

Discusses the common problem of AI agents performing well in development but failing with real user phrasing, asking how developers bridge this gap.

0 favorites 0 likes
#agent-development

@ihower: At the Generative AI Developer Conference, I shared about Harness Engineering, including slides and a nine-part series: The Harness + Loop Engineering Series  for Agent Developers

X AI KOLs Timeline · 2026-06-26 Cached

At the Generative AI Developer Conference, ihower shared about the Harness + Loop Engineering series of articles and slides for Agent development.

0 favorites 0 likes
#agent-development

I've killed more agents than I've kept. Sharing the patterns in what dies and why.

Reddit r/AI_Agents · 2026-06-25

The author shares five patterns that consistently kill AI agents: too many jobs per agent, no human-in-the-loop for destructive actions, unstructured outputs, no spend caps, and lack of uncertainty escalation paths. Practical guardrails and a checklist for reliable agent deployment are provided.

1 favorites 1 likes
#agent-development

@eyad_khrais: https://x.com/eyad_khrais/status/2069552027382980882

X AI KOLs Timeline · 2026-06-23 Cached

A comprehensive guide to building AI agent harnesses, covering tool execution, context management, state/memory, and guardrails, based on lessons from building Claude Code and other harnesses for enterprise.

0 favorites 0 likes
#agent-development

@LangChain: An awesome opportunity to learn about the Agent Development Cycle with @hwchase17

X AI KOLs Following · 2026-06-23 Cached

Harrison Chase shares insights on the Agent Development Cycle, emphasizing that shipping the first version is only the beginning and that a repeatable lifecycle is key to building reliable agents.

0 favorites 0 likes
#agent-development

I tried applying BEAM-style concurrency to coding agents — results were surprising

Reddit r/AI_Agents · 2026-06-23

An experiment applying BEAM-style concurrency (Erlang VM model) to coding agents yielded surprising results, suggesting potential improvements in agent coordination and fault tolerance.

0 favorites 0 likes
#agent-development

How are you actually building approval gates for agents? I'm convinced most are meaningless rubber stamps

Reddit r/AI_Agents · 2026-06-23

The author argues that many human approval gates for AI agents are ineffective rubber stamps, and proposes a framework for designing meaningful review mechanisms that actually catch errors.

0 favorites 0 likes
#agent-development

@sydneyrunkle: people want to build agents, and they want it to be easy even more important, it should be easy for your agents to impr…

X AI KOLs Following · 2026-06-21 Cached

People want to build agents easily and have them improve over time; automating the 'hill climbing' loop is hard but has high ROI.

0 favorites 0 likes
#agent-development

@googledevs: Most agent demos are stateless. Ask → answer → context gone. Production agents need to run for days — pausing, resuming…

X AI KOLs Following · 2026-06-11 Cached

Google Devs introduces Agent Factory series with ADK 2.0 and Gemini 3.5 Flash, demonstrating how to build production-grade stateful agents that can run for days, featuring insights on skills, MCP, and code review strategies from engineers like Rohde Davis.

0 favorites 0 likes
#agent-development

@zachlloydtweets: https://x.com/zachlloydtweets/status/2065154860337508577

X AI KOLs Timeline · 2026-06-11 Cached

The article outlines a five-step workflow for spec-driven development using Warp skills: write a product spec (PRODUCT.md), write a tech spec (TECH.md), implement with any AI agent, validate implementation matches specs, and validate using computer use with Oz. The skills are open-sourced and can be installed via npx.

0 favorites 0 likes
#agent-development

Should an agent be code or a declared thing with its own runtime?

Reddit r/AI_Agents · 2026-06-08

The author argues that AI agents in production should be defined as declarative manifests with their own runtime, rather than being scattered across application code, in order to enable proper versioning, observability, and rollback. They present their own solution as an open-source tool.

0 favorites 0 likes
#agent-development

@sairahul1: https://x.com/sairahul1/status/2063544956158185927

X AI KOLs Timeline · 2026-06-07 Cached

This article introduces the concept of 'Harness Engineering,' a discipline focused on designing the systems that constrain and guide AI agents to make them reliable in production, arguing that the harness matters more than the model itself.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback