agent-workflow

Tag

Cards List
#agent-workflow

my coding agent now deploys its own changes to a sandbox and tests them before i merge

Reddit r/AI_Agents · 2026-08-09

The author describes using Mastra's new preview deployment feature to let their coding agent automatically deploy changes to a sandbox, test them via API and UI, and then open a PR, closing the verification gap.

0 favorites 0 likes
#agent-workflow

We stopped sending every AI agent request to Claude Opus 5. The results surprised us.

Reddit r/AI_Agents · 2026-07-29

A team benchmarked routing different stages of an AI agent workflow to different models versus sending every request to Claude Opus 5 across 89 Terminal-Bench 2.1 tasks, and found surprising results.

0 favorites 0 likes
#agent-workflow

Creating an open-source version of Claude Dynamic Workflows for any harness or model

Reddit r/AI_Agents · 2026-07-14

The author created an open-source tool called awman that implements Claude's dynamic workflows concept, allowing multiple agents/models to collaborate on tasks with features like leader-designed workflows, shared context, and automated remediation.

0 favorites 0 likes
#agent-workflow

@alex_prompter: Someone distilled Fable's problem-solving approach into a plugin any model can run. 159 agent runs later, Sonnet + the …

X AI KOLs Timeline · 2026-07-13 Cached

A plugin distills Fable's problem-solving approach into a structured loop with verification agents, improving model reliability on research tasks and error detection, especially for weaker models.

0 favorites 0 likes
#agent-workflow

@RealYDT: That's damn awesome! Someone actually organized the entire agent workflow of Fable 5 into 9 images. You can just toss these images along with screenshots to Claude and it'll work.

X AI KOLs Timeline · 2026-07-09 Cached

Someone has organized the entire agent workflow of Fable 5 into 9 images, which can be directly fed to Claude for use, making it convenient and efficient.

0 favorites 0 likes
#agent-workflow

@libapi_: Hermes Agent 0.18.0 Runtime is now officially live. You can now download and switch to version 0.18.0. The /moa and /learn instructions that previously required the new Runtime are now available in 0.18.0. This...

X AI KOLs Following · 2026-07-02 Cached

Hermes Agent 0.18.0 Runtime is now officially live, with new /moa and /learn instructions, improving combined model calling and learning context capabilities.

0 favorites 0 likes
#agent-workflow

@alswl: Lately I've been looking for alternatives to Agent Dynamic Workflow. I started following the Temporal route. Temporal is powerful, but if you just want to dynamically chain agents, scripts, data processing, and ops tasks together, sometimes the whole system feels a bit heavy. Then…

X AI KOLs Timeline · 2026-07-01 Cached

The author introduces Dagu as a lightweight alternative to Temporal for dynamic workflow orchestration, along with a promotional plug for the Northflank platform.

0 favorites 0 likes
#agent-workflow

@Saboo_Shubham_: Generation is solved with AI Agents. Loop Engineering can produce infinitely. Verification and judgment are all that's …

X AI KOLs Timeline · 2026-06-21 Cached

Argues that the key skill for product managers in the AI era is loop engineering, not prompt engineering. Describes how to create reusable, self-improving loops for AI agents to maintain quality and avoid drift.

0 favorites 0 likes
#agent-workflow

@jakevin7: Maka has been sprinting hard in the past two days, and the most noteworthy thing is out. Autonomous Task Loop v1 is live. Previously, Maka would run an agent and be done. Now it's a persistent loop: preflight → runtime → SelfCheck…

X AI KOLs Following · 2026-06-18 Cached

Maka has released Autonomous Task Loop v1, enabling a persistent agent loop: preflight → runtime → SelfCheck → FeedbackObservation → Decision. It supports self-checking, budget control, and state recovery, giving Maka's desktop AI workstation the foundational ability to run ongoing tasks.

0 favorites 0 likes
#agent-workflow

@servasyy_ai: https://x.com/servasyy_ai/status/2067382844410966078

X AI KOLs Timeline · 2026-06-17 Cached

This article proposes a 14-step roadmap from single agent to self-evolving system, emphasizing that base engineering (models, tools, permissions, context) is the key to determining the quality of loop output, and details practical methods for building an efficient base such as CLAUDE.md, sub-agents, skills, hooks, and state files.

0 favorites 0 likes
#agent-workflow

Built a state machine over MCP adapter to constrain agent behavior in workflows: the agent proposes each move, the server gates transitions

Reddit r/AI_Agents · 2026-06-16

A developer built Theodosia, a tool that uses a state machine as an MCP adapter to enforce legal transitions in agent workflows, preventing incorrect completions and providing a hash-chained ledger of steps.

0 favorites 0 likes
#agent-workflow

@SergioPaniego: https://x.com/SergioPaniego/status/2066498136273531363

X AI KOLs Timeline · 2026-06-15 Cached

This post demonstrates how to fine-tune a model for free using a single prompt, leveraging the new Google Colab CLI along with Hugging Face's TRL and trackio tools, all orchestrated by an AI agent.

0 favorites 0 likes
#agent-workflow

@knoYee_: https://x.com/knoYee_/status/2065020276023120302

X AI KOLs Timeline · 2026-06-11 Cached

Claude Code v2.1.172 adds sub-agent nesting capability, supporting up to 5 layers of nesting. It allows lower-level agents to automatically generate sub-agents to handle complex sub-tasks, and introduces usage scenarios, configuration methods, and common pitfalls.

0 favorites 0 likes
#agent-workflow

Few: two instances of the same model don't make the same diff

Reddit r/AI_Agents · 2026-06-10

An observation that two instances of the same AI model on the same task can produce different internal behavior (e.g., one refactoring a shared utility while the other does not), highlighting the challenge of reviewing agent work by final output alone.

0 favorites 0 likes
#agent-workflow

I built an Open-Source audit-first workflow for AI agents converting web apps to native mobile apps

Reddit r/ArtificialInteligence · 2026-06-09

An open-source plugin introduces an audit-first workflow for AI coding agents converting web apps to native mobile apps, using a structured Markdown plan and approval gates to avoid premature coding.

0 favorites 0 likes
#agent-workflow

Agent workflow visualizer: feedback and corrections

Reddit r/AI_Agents · 2026-06-08

A tool for visualizing AI agent workflows is introduced, supporting multiple agent frameworks including Langgraph, CrewAI, AutoGen, Google ADK, and OpenAI Agents SDK. The creator seeks community feedback and corrections.

0 favorites 0 likes
#agent-workflow

@Xudong07452910: Open Source Project Recommendation: Autocontext — Let Your AI Agent Recursively Self-Evolve Autocontext is a recursively self-improving harness designed to help your AI Agent (and its future iterations) continuously succeed on any task. It achieves this through iterative execution, true…

X AI KOLs Timeline · 2026-06-04 Cached

Autocontext is an open-source recursive self-improvement harness that helps AI Agents continuously optimize through iterative execution, evaluation, and knowledge accumulation, generating reusable playbooks, datasets, and even local models. It is suitable for developers building production-grade Agent workflows.

0 favorites 0 likes
#agent-workflow

@vintcessun: I always thought AI agents could only write ordinary code. Turns out MIT HAN Lab is directly using an agent workflow to design and optimize CUDA kernels. Hand-tuning is time-consuming and easy to miss solutions. They came up with a workflow of "task contract + agent loop + small-step verification", letting the agent research, implement, verify...

X AI KOLs Timeline · 2026-06-03

MIT HAN Lab proposes a method to automatically design and optimize CUDA kernels using an AI agent workflow. Through a process of task contracts, agent loops, and small-step verification, the agent can autonomously iterate and optimize within a specialized toolchain, replacing manual tuning.

0 favorites 0 likes
#agent-workflow

SkillHarm: Lifecycle-Aware Skill-Based Attacks via Automated Construction

Hugging Face Daily Papers · 2026-06-01 Cached

SkillHarm is a benchmark for evaluating skill-based attacks across the skill-use lifecycle, revealing high vulnerability (up to 86.3% attack success) in current AI agents and introducing automated attack construction via AutoSkillHarm.

0 favorites 0 likes
#agent-workflow

The longer you run an AI agent, the more time you spend managing its memory instead of using it.

Reddit r/AI_Agents · 2026-05-20

The article highlights the growing problem of managing AI agent memory over time, where users spend more effort maintaining context than actually using the agent, and points out the lack of infrastructure for memory decay and governance.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback