subagents

Tag

Cards List
#subagents

@kentcdodds: When Astra spawns Astra subagents

X AI KOLs Timeline · 22h ago Cached

Kent C. Dodds tweeted about Astra spawning Astra subagents, hinting at developments in AI agent systems.

0 favorites 0 likes
#subagents

@omarsar0: This works really well with GPT-6 Astra: Give it a tweet of an impressive Astra demo. Ask Astra (medium) to replicate i…

X AI KOLs Following · 2d ago Cached

The article recommends using GPT-6 Astra by breaking tasks into steps, starting with medium settings to replicate a demo and then using max settings to optimize results, leveraging subagents for efficiency.

0 favorites 0 likes
#subagents

@mattshumer_: This is correct. The really interesting demos will stream in throughout the rest of the week.

X AI KOLs Following · 6d ago Cached

A tweet indicates that more AI video generation demos will be shared this week, highlighting the complexity and time required for high-quality outputs using prompts and subagents.

0 favorites 0 likes
#subagents

Claude Code Agent Teams made me rethink what a “subagent” actually is

Reddit r/AI_Agents · 2026-08-23

The article explores Claude Code Agent Teams, contrasting traditional subagent delegation with collaborative teammates as first-class interactive agents using shared task boards and messaging.

0 favorites 0 likes
#subagents

@JoshARosen: https://x.com/JoshARosen/status/2087944178558791874

X AI KOLs Timeline · 2026-08-13 Cached

Explores how multi-layered AI agent delegation affects reliability, arguing that the downstream influence of errors matters more than the number of layers.

0 favorites 0 likes
#subagents

@Av1dlive: holy shit this is a f**king gold mine I replaced opus 5 with deepseek v4-flash, it's basically free and someone figured…

X AI KOLs Timeline · 2026-08-09 Cached

A viral tweet shares a 3-step setup for running DeepSeek V4-flash subagents as a self-improving loop inside Codex, calling it a cost-effective replacement for Opus 5.

0 favorites 0 likes
#subagents

@PrajwalTomar_: Andrew Ng predicted this back in 2024, and it just quietly became the most important skill in AI. He proved that a weak…

X AI KOLs Timeline · 2026-08-07 Cached

Andrew Ng's 2024 prediction that agentic workflows with weaker models can outperform stronger standalone models is validated by Anthropic, where an orchestrator coordinating cheaper subagents beat Claude Opus by 90.2%. The post highlights Claude Code subagents as the practical implementation.

0 favorites 0 likes
#subagents

@LangChain: LangChain Academy Course update: Intro to Deep Agents Modules on dynamic and async subagents Course tutor skill which t…

X AI KOLs Following · 2026-08-06 Cached

LangChain Academy announces an update to its free 'Introduction to Deep Agents' course, adding modules on dynamic and async subagents, a course tutor skill, capstone projects, practice exercises, and TypeScript support, along with Deep Agents v0.7 updates.

0 favorites 0 likes
#subagents

@PrajwalTomar_: I still don't think people understand what just happened with Claude Code subagents. You can now hand off a whole proje…

X AI KOLs Timeline · 2026-08-05 Cached

A developer explains how to effectively use Claude Code subagents by capping and scoping them, rather than running many agents, to avoid context burn and overlapping work.

0 favorites 0 likes
#subagents

@Saccc_c: Someone has open-sourced the Codex infinite ammo method. The core remains that Sol is responsible for orchestration and planning, while Luna max handles the actual execution. This method saves about 59% of token cost on simple tasks, and reaches 65% on complex tasks.

X AI KOLs Following · 2026-08-03 Cached

Someone has open-sourced the Codex infinite ammo method, using Sol for planning and Luna Max for execution, saving about 59% of token costs on simple tasks and 65% on complex tasks.

0 favorites 0 likes
#subagents

@yangyanglxy: Codex Plus with Infinite Ammo is Here — The core of this design: Sol handles judgment, Luna handles throughput, and Sol handles fallback. Below is the complete configuration tutorial.

X AI KOLs Following · 2026-08-02 Cached

This article explains how to give Codex a Plus version with infinite ammo through custom sub-agent configuration: Sol handles planning and fallback, while Luna handles parallel execution. Includes a complete configuration tutorial.

0 favorites 0 likes
#subagents

@Lonely__MH: Great news for Codex users! When I opened Codex this morning and saw the reminder about using subagents, I happened to come across @Saccc_c's tweet. I gave it a full try — the approach is completely feasible! However, the prompt for creating subagents still needs improvement; you must add the corresponding description and working method. Below is my optimized complete prompt...

X AI KOLs Following · 2026-08-02 Cached

Explains how to create the custom subagent luna_worker in Codex, including the full prompt and configuration method, referencing @Saccc_c's approach to help users run tasks in parallel.

0 favorites 0 likes
#subagents

@rseroter: "In this article, I want to walk you through how I have seen the evolution of the subagent paradigm over the past 12 mo…

X AI KOLs Timeline · 2026-07-24 Cached

In the article, the author traces the evolution of subagent paradigms in AI coding assistants over the past year, and introduces 'Swarm Coding' as a consolidated agent skill that delegates subagent management to an agent itself.

0 favorites 0 likes
#subagents

@dabit3: 1,000 tok/s vs 85 tok/s visualized

X AI KOLs Timeline · 2026-07-15 Cached

Nader Dabit visualizes the speed difference between 1,000 tok/s subagents and 85 tok/s, highlighting that lightning skill offload enables ~5x faster execution by using subagents for implementation while keeping frontier models as planners and reviewers.

0 favorites 0 likes
#subagents

@rohanpaul_ai: This is so great. GPT-5.6 Sol Ultra produced a 50-year-old conjecture proof using 64 subagents within one hour. The pro…

X AI KOLs Following · 2026-07-10 Cached

GPT-5.6 Sol Ultra, released by OpenAI, reportedly proved the 50-year-old Cycle Double Cover Conjecture in under one hour using 64 subagents, marking a major AI breakthrough.

0 favorites 0 likes
#subagents

@PrajwalTomar_: WAIT. Anthropic just proved you don't need Fable 5 for everything. With their own benchmarks. They tested "Fable 5 orch…

X AI KOLs Following · 2026-07-09 Cached

Anthropic benchmark shows that using a larger model (Fable) as orchestrator with cheaper models (Sonnet) as workers achieves 96% of full Fable performance at 46% cost, available now in Claude Code.

0 favorites 0 likes
#subagents

@aiwarts: https://x.com/aiwarts/status/2073962247240773984

X AI KOLs Timeline · 2026-07-06 Cached

Detailed introduction to the most practical prompt engineering tips before Fable5 goes offline, including letting the model run experiments autonomously, optimizing workflows, and reducing token consumption through subagent allocation, along with other practical experiences.

0 favorites 0 likes
#subagents

Let Fable use its own judgement rather than dictating how it should work (2 minute read)

TLDR AI · 2026-07-06 Cached

Practical tips for using AI coding tools like Fable and Opus: let them apply their own judgement instead of dictating behavior, and delegate smaller tasks to lower-power models via subagents to save tokens and improve efficiency.

0 favorites 0 likes
#subagents

@yacineMTB: Subagents are an antipattern

X AI KOLs Following · 2026-07-04

A tweet argues that subagents are an antipattern in AI/software design.

0 favorites 0 likes
#subagents

@LangChain: Deep Agents now supports dynamic subagents. Instead of invoking subagents with tool calls, the main agent writes orches…

X AI KOLs Following · 2026-06-29 Cached

LangChain's Deep Agents now supports dynamic subagents, where the main agent writes orchestration code to coordinate work at scale, enabling workflows like processing hundreds of documents with deterministic coverage.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback