AI Agents: Automation

AI AGENTS: AUTOMATION

15 SRC

15 sources Updated June 13, 2026

AI Agents: Automation

Personal and operational automation has consolidated around parallel subagents with scoped tool access — six independent workers holding different contexts simultaneously — governed by hard guardrails (never send email autonomously, never make pricing decisions, default to "prep" not "dispatch" when uncertain). The compounding pattern is layered: an overnight inbox scan improves morning triage, better triage enables subagent dispatch, reliable dispatch makes time-blocking viable, and 36 hours of work compounds on itself. The newest automation layer packages repeated agent behavior itself: Browserbase distributes researched web-task playbooks, claude-smart captures local mistakes as reusable rules, and coding-agent best practices are evolving fast enough that teams need periodic protocol reassessment. Workflow pattern detection is now a first-class discipline: multi-source pattern analysis across Codex sessions, Memories, and Chronicle identifies candidates using a four-criteria filter (2+ occurrences, stable inputs/outputs, material improvement potential, not already covered), then packages them as the minimal viable form — Skills for reusable workflows, Custom subagents for bounded specialist tasks, Automations for scheduled monitoring. Planning itself has become an automation target: Sean Geng's plan-optimizer skill applies iterative self-scoring to keep the best plan each cycle and stop when improvements become noise. Evals-first development (define clear success criteria before starting, iterate until all evals pass while capturing learnings to a vault) rounds out the automation maturity stack.

The frontier is agent-first operations restructuring the org: Marcus Moretti runs Spiral at Every as a one-person team, replacing 60% of a PM's old week with strategy.md plus a /ce:product-pulse cron and a Now/Next/Later kanban (no sprints, standups, PRDs, or stakeholder updates), while Every's broader evidence suggests automation can expand the amount of human work by making expert competence cheaper and increasing demand. The unit of automation has shifted from the job to the cross-functional process, producing new roles — the "agent engineer" (internal-FDE wiring governed agents to Box/Salesforce/Workday) and matching "agent PM." OpenAI's "Lord Bottleneck" pattern shows the incremental build path: accelerate single tasks, chain the wins into one skill, then schedule it, and personify the system to make it approachable. Peter Yang's seven-criteria framework for an ideal personal agent (cross-tool, proactive, memory that "just gets you," multimodal, messenger-reachable, personable) sets a bar that no current agent — OpenClaw, Claude Code, or Codex — yet clears, confirming personal agents are a harder problem than engineering agents.

Insights

Personal Automation with Subagents

  • Claude Code subagents running in parallel with scoped tool access is the key capability enabling complex personal automation -- six independent workers holding different contexts simultaneously (from jimprosser chief of staff claude)
  • Never let AI send emails autonomously (only draft), never make pricing decisions, default to "prep" (80% ready) rather than "dispatch" (fully handled) when uncertain (from jimprosser chief of staff claude)
  • Layered automation compounds: overnight inbox scan improves morning triage, better triage enables subagent dispatch, reliable dispatch makes time-blocking viable -- 36 hours of work compounds on itself (from jimprosser chief of staff claude)

Agent-First Operations

  • Marcus Moretti runs Spiral at Every as a one-person team (PM + code + support + marketing) — replaced 60% of a PM's old week with two files and a cron job: strategy.md (target problem, audience, 3-5 SMART metrics, 2-4 work tracks) and /ce:product-pulse running at 8am reading PostHog/Stripe/Datadog/database into ~/pulse-reports/ (from ai agent pm workflow spiral every)
  • Now/Next/Later kanban with In Progress/Done — no sprints, no standups, no PRDs, no backlog grooming, no stakeholder updates; the agent writes tickets, moves them, and keeps statuses live (from ai agent pm workflow spiral every)
  • The MCP-as-survival rule: vendors without MCPs become unusable in agent-driven workflows ("didn't have an MCP, and it was swiftly cancelled") — average company runs ~100 SaaS subscriptions and a meaningful slice now has a 12-month death timer (from ai agent pm workflow spiral every)
  • New role definition: whatever the agent can't read, the PM can't use; whatever the PM can't use becomes someone else's job — the JD follows the agent's affordances (from ai agent pm workflow spiral every)
  • "Agent engineer" is emerging as an internal-FDE role — extremely technical, embedded with business teams, wires up secure governed agents to Box/Salesforce/Workday and codifies workflows in skills; "agent product management" is the matching business-side role (from agent engineering roles internal business processes)
  • The shift is from automating jobs to automating processes — agent engineers span teams/functions because the unit of automation is now the cross-functional process, not the role (from agent engineering roles internal business processes)
  • OpenAI's "Lord Bottleneck" pattern: a growth-team staffer used Codex for individual experiment steps (analyze data, write experiment code, interpret results, produce deck), then chained them into one giant skill, then asked "do this every morning" — a self-bootstrapped cron-driven experiment loop with significant company value (from openai lord bottleneck codex automation)
  • Build incrementally and personify: start with single-task acceleration (don't try to automate the whole pipeline), connect successful pieces into a skill, then schedule it; naming the system ("Lord Bottleneck") makes it approachable for the team (from openai lord bottleneck codex automation)
  • Browserbase's open-source skills catalog turns web-agent automation into a playbook distribution problem: researched site behaviors become reusable capabilities instead of bespoke automation code for every target (from browserbase web agent skills catalog)
  • claude-smart can reduce planning iterations and token usage by 70%+ on similar future tasks by storing reusable local learnings from previous sessions, making self-improvement an automation primitive rather than a memory side effect (from claude smart self improving plugin)
  • Every automated everything it could with AI agents but still grew from 4 to 30 human employees since GPT-3, suggesting agent automation can increase the volume of valuable human coordination, oversight, and strategic work (from ai automation increases human work demand)
  • Coding-agent best practices at scale can invert within six months, so agent automation programs need regular reassessment loops instead of assuming an operating style remains optimal (from coding agents large scale projects learnings)

Workflow Pattern Detection and Automation

  • Use multi-source pattern detection across Codex sessions, Memories, and Chronicle to identify repeated workflows worth packaging — apply four-criteria filter: occurred 2+ times, stable inputs/outputs, material improvement potential, not already covered (from codex workflow automation prompt)
  • Choose minimal viable automation forms: Skills for reusable workflows, Custom subagents for bounded specialist tasks, Automations for scheduled monitoring — choose the smallest appropriate form and skip speculative or overlapping assets (from codex workflow automation prompt)
  • Structure workflow analysis with compact shortlist format: workflow description, evidence dates, frequency/confidence, recommended form (skill/subagent/automation/extend/skip), and creation rationale before building anything (from codex workflow automation prompt)
  • Codex self-manages development threads by creating, searching, organizing, and pinning them — and spins up parallel worktrees for concurrent tasks, eliminating manual thread-management overhead (from codex self managing development environment)
  • Sean Geng's plan-optimizer skill treats planning as a search problem by scoring plans against rubrics, critiquing them, and rewriting until score plateaus — the skill stops when improvements become noise rather than signal (from claude plan optimizer iterative improvement)
  • Define clear evaluation criteria for every project to determine success, then iterate with an agent until all evals pass while capturing learnings to a memory vault for future runs (from hermes agent development workflow)

Personal Agent Requirements

  • Peter Yang's framework for an ideal personal agent: works across email/calendar/Workspace/any MCP, acts proactively (cron, triggers, follow-ups), has memory that "just gets you" over time, works on web and mobile without slash commands, switches text/voice/video/live calling mid-conversation, is reachable from any messenger, and has personality that's fun to talk to (from personal agent requirements framework)
  • None of OpenClaw, Claude Code, or Codex check all seven personal-agent boxes yet — the bar for "personal" agents is significantly higher than the bar for engineering agents (from personal agent requirements framework)

Voices

22 contributors
Garry Tan

Garry Tan

@garrytan

President & CEO @ycombinator —Founder https://t.co/7aoJjp1iIK—designer/engineer who helps founders—SF Dem accelerating the boom loop—haters not allowed in my sauna

719.4K followers 1 tweet
Tom Dörr

Tom Dörr

@tom_doerr

Follow for posts about GitHub repos, DSPy, and agents Subscribe for top posts DM to share your AI project (Due to volume of DMs I'll prioritize subscribers)

195.1K followers 1 tweet
Siqi Chen

Siqi Chen

@blader

🏗️ Love to build (@runwayco @sandboxvr @zynga) people love 💸 Investor @amplitude_hq @mercury @owner @elevenlabsio @meetgamma @sfcompute @turingcom++

167.1K followers 1 tweet
Nick

Nick

@nickbaumann_

codex @openAI | prev @cline | product of @UWMadison 🦡

18.2K followers 1 tweet
Alex Finn

Alex Finn

@AlexFinn

Founder/CEO of Henry Intelligent Machines PBC and Creator Buddy. Building a 100 trillion dollar economic engine

451.1K followers 1 tweet
jason

jason

@jxnlco

hype @openai

62.8K followers 1 tweet
Matt Van Horn

Matt Van Horn

@mvanhorn

Co-founded June ("self-driving oven" acquired by @webergrills) & the co that became @Lyft. Building again, more soon. Vibe coding @slashlast30days research tool

19.2K followers 1 tweet
Sukh Sroay

Sukh Sroay

@sukh_saroy

Sharing daily insights on AI, No Code, & Tech Tools • Follow me to master AI to level up your life • DM for Collabs

13.6K followers 1 tweet
klöss

klöss

@kloss_xyz

AI Educator, Designer & Developer | @psychanon CEO Building AI-powered brands, workflows, and apps.

68.9K followers 1 tweet
Vaibhav (VB) Srivastav

Vaibhav (VB) Srivastav

@reach_vb

Bringing Codex to developers @OpenAI | ex @huggingface | F1 fan | Here for @at_sofdog’s wisdom | *opinions my own

43.4K followers 1 tweet
Jonata Santos

Jonata Santos

@_jonatasantos

Building a portfolio of products at https://t.co/mFAVIoxTzS 🚀

549 followers 1 tweet
Simon Smith

Simon Smith

@_simonsmith

EVP Generative AI @klickhealth

4.1K followers 1 tweet
Browserbase

Browserbase

@browserbase

give your agents access to the whole web - creators of @stagehanddev & @trydirector

19.3K followers 1 tweet
Dan Shipper 📧

Dan Shipper 📧

@danshipper

ceo @every | the only subscription you need to stay at the edge of AI

103.9K followers 1 tweet
Guinness Chen

Guinness Chen

@guinnesschen

Building codex at @openai, prev @stanford, @imbue_ai

2.8K followers 1 tweet
Paras Chopra

Paras Chopra

@paraschopra

life is a game 🕹️ • building @lossfunk

234.7K followers 1 tweet
Sac

Sac

@Saccc_c

探索00后的财富自由之路(全面开源成长路径,关注我,一起实现财富自由)|疯狂探索 AI 的边际和商业应用|@SWUFEBA @Ntusg

23.8K followers 1 tweet
Sean Geng

Sean Geng

@seangeng

Always building something fun 🎮 on @b3dotfun | Prev: engineering leader @Coinbase, @solana startup free components / prompts at my personal site

4.1K followers 1 tweet
Simon Last

Simon Last

@simonlast

Building @NotionHQ

10.3K followers 1 tweet
Suryansh Tiwari

Suryansh Tiwari

@Suryanshti777

Exploring AI & SaaS trends early Sharing what’s actually useful Helping builders turn ideas → products → traction – 📩 Open to collabs

34.4K followers 1 tweet
Daniel Steigman

Daniel Steigman

@trekedge

Building Codex @OpenAI prev @Cline

6.8K followers 1 tweet
Yi Lu

Yi Lu

@yyyiiillluuu

TL for Meta AI personalization and agent memory (Reality lab) Former head of ML at Forethought (acquired by Zendesk) Adjunct prof University of Washington

284 followers 1 tweet