A new agentic way to build automations
Summary
A new tool lets users screen record themselves performing a task; an agent learns the task and builds a deterministic script to automate it, with fallback handling when scripts break.
Similar Articles
@russelljkaplan: Having to manually prompt your coding agent to do work will soon feel like a UX bug. The future is setting up automatio…
Cognition has released Devin Auto-Triage, a feature that automates the monitoring and triaging of bugs, alerts, and incidents, allowing the AI coding agent to proactively work before the user logs on.
Wanted to share a framework around creating and evaluating ai automations
The author created a repository called agent-automation-creator, a framework for building and evaluating reliable, scalable AI automations, and is seeking community feedback.
@dabit3: By end of year I think 95%+ agent sessions will come from automations and events. We already see this happening @cognit…
Nader Dabit predicts that by end of year, over 95% of agent sessions will be triggered by automations and events, and demonstrates how to build event-driven agentic systems using Devin, starting with Slack as a control plane.
New tools for building agents
OpenAI launches new tools for building agents including the Responses API, built-in tools (web search, file search, computer use), Agents SDK, and observability features designed to simplify agentic application development.
@dabit3: Agent hooks extend frameworks and CLIs with custom controls, turning repeatable rules into deterministic behavior inste…
A tutorial on agent hooks that extend frameworks and CLIs with custom controls for deterministic behavior instead of relying on prompt instructions.