惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

U
Unit 42
Vercel News
Vercel News
博客园 - 叶小钗
大猫的无限游戏
大猫的无限游戏
MyScale Blog
MyScale Blog
P
Proofpoint News Feed
量子位
Engineering at Meta
Engineering at Meta
B
Blog RSS Feed
博客园 - 【当耐特】
Recent Announcements
Recent Announcements
Google DeepMind News
Google DeepMind News
D
DataBreaches.Net
Stack Overflow Blog
Stack Overflow Blog
博客园 - 聂微东
小众软件
小众软件
Hugging Face - Blog
Hugging Face - Blog
人人都是产品经理
人人都是产品经理
IT之家
IT之家
T
The Blog of Author Tim Ferriss
Last Week in AI
Last Week in AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Jina AI
Jina AI
博客园 - 三生石上(FineUI控件)

The New Stack | DevOps, Open Source, and Cloud Native News

Agentic development hinges on verification. For cloud-native software, that is a runtime problem. AI agents need infrastructure: Why Europe’s regional cloud strategy matters Transform your AI coding agent into a deterministic Java Spring expert WeAreDevelopers is coming to the US to give unsung developers a bigger voice Cleaner AI training data, fewer bugs: Sonar’s SonarSweep explained Observability overload is drowning engineers Google’s DiffusionGemma is 4x faster than its other Gemma models Fable 5: Guardrails and burn rate are annoying users, who say it’s still better than Opus 4.8 The Anthropic leader who built Claude Code says he ditched prompting — now he just writes loops. AWS can now mathematically prove your VMs are isolated Microsoft pulled 73 GitHub repos after malware attack — but still won’t say who’s compromised Databricks wants to kill the “email me a file” problem for AI agent skills Ramp bets forward deployed engineers can do what off-the-shelf finance AI can’t Git real: AI agents aren’t just for solo developers anymore Anthropic launches Claude Mythos/Fable 5, but you better try it soon Spring is 23 years old. AI just made it a security emergency. This AI agent startup ditched Anthropic for DeepSeek — and says it’s saving millions When your data model is the bottleneck: lessons from Medium’s feature store How long before we stop reading the code? The tokenmaxxing party is over, and Revenium is mopping up How AI is solving the memory crunch it created Microsoft’s pitch to enterprises: Ditch Azure Repos for GitHub, despite its rocky reliability record Claude Code’s biggest upgrade yet ran 5 agents at once — here’s what happened Why Anthropic just doubled Claude Cowork limits at no charge For years, Apache Cassandra handed this work to your team — 6.0 takes it back “A dangerous combination”: The 2 factors that can “corrupt” AI agent workflows With Foundry, Microsoft bets the enterprise AI battle is about reliability, not capability Microsoft unlocks Visual Studio for developers left behind by its own AI AI teams now deploy 1,000 times a month. Your pipeline wasn’t built for that. Microsoft just made the agent runtime free — and kept everything around it
Researcher “gave Claude Code ‘ADHD’… and it thinks 2x bet...
Meredith Shubel · 2026-05-28 · via The New Stack | DevOps, Open Source, and Cloud Native News

This week, solo researcher Udit Akhouri took to r/ClaudeCode on Reddit to launch a new third-party Agent SDK tool with the headline: “I gave Claude Code ADHD.. and it thinks 2x better now.”

As described on GitHub, ADHD is a skill for coding agents built on Claude Agent SDK; it “fans out parallel divergent thoughts under different cognitive frames, scores, prunes traps, deepens the survivors.” 

The tool is already seeing fast traffic on GitHub, but some researchers remain dubious about its novelty and that “2x better” claim. 

What Claude Code looks like with ADHD

Akhouri is founder of Brane Labs, an AI compliance and safety research lab in AI-assisted healthcare, drug discovery, and life sciences, as well as founder of Exthalpy, a clinical autonomy platform for outpatient clinics and hospitals.

His paper, “ADHD: Parallel Divergent Ideation for Coding Agents,” describes ADHD as “tree-of-thought with cognitive-frame branching, generator-critic separation, and pruning.” In his Reddit post, Akhouri says the tool was “inspired by how the mind of someone with ADHD works — think in a lot of directions and go deep in a few.” In other words, Claude Code with ADHD fans out into several isolated reasoning branches, scores them, and develops the most promising. 

When asked where the tool’s purpose really lies, Akhouri tells The New Stack ADHD is “good for brainstorming and planning, not coding.” 

Specifically, he positions ADHD as a “reasoning and planning layer for AI agents.” It’s not designed to help write code faster but to support architectural choices and research decisions before code gets written. 

Is this really something new? 

Yes and no, it’s fair to say. 

When asked what novelty ADHD brings to the table, Sean Robinson, Ph.D., CTO and co-founder of Empromptu.ai, tells The New Stack, “I don’t think it’s strictly new as an agent pattern. It looks like a familiar parallel sampling and selection strategy, but packaged in an interesting way for engineering decisions.”

In the Reddit thread where Akhouri dropped his creation, there is some community sentiment to echo Robinson’s comment. One Redditor says, “Isn’t that exactly what GPT Pro does? It runs multiple xhigh eval concurrently and then evaluates them all and use[s] the highest score one.” Another chimes in, “I thought this was the concept behind agent teams already?”

“I don’t think it’s strictly new as an agent pattern. It looks like a familiar parallel sampling and selection strategy, but packaged in an interesting way for engineering decisions.”

When asked directly how ADHD differentiates itself, Akhouri tells The New Stack, “GPT Pro’s parallel eval pattern and CrewAI agent teams are implementations of parallel processing, but they are closed, opaque, and not composable by the end user.” In contrast, he says ADHD is “an explicit, readable layer that lives in your Claude environment.” When stacked against GPT Pro and CrewAI-style agent teams, he says ADHD stands out for its “transparency and composability.” 

When asked for his take, Andrew Moore, the current CEO of Lovelace AI, a former Google vice president, and a former dean and professor at Carnegie Mellon University, seems to understand where Akhouri is coming from. He tells The New Stack, “The genuinely new idea [in ADHD] is finding another way to create diversity in a set of parallel thinkers.” 

Does it really make Claude Code “think 2x better”? 

That’s where there seems to be some disagreement. 

When asked how he arrived at that “2x” claim, Akhouri points to the evals: “The 2x framing came from averaging across dimensions.” 

That is, five out of six test problems show ADHD outscoring the baseline. The rubric on GitHub gives the following deltas: +4.17 for breadth; +5.17 for novelty; +7.67 for trap_detection; +3.00 for actionability; +0.83 for builder_usefulness. 

Image Source: GitHub

Akhouri says the evals are fully transparent, documented on GitHub, “and can be reproduced independently at any time by running npm run evals.” 

But it’s worth noting how much trap_detection is swinging the curve. With a delta of +7.67, trap_detection is a heavy hitter in the average calculation; removing it shrinks the average from 2.52x to 1.85x. 

“A ‘2x better’ claim needs more than a few open-ended wins. It needs a validated evaluation set, multiple judges, ablations, and evidence that the method improves without just rewarding verbosity, novelty, or branch diversity.”

And then there are concerns about the benchmark size. “Six engineering problems is interesting, but it is not enough to treat the result as general,” says Robinson. “A ‘2x better’ claim needs more than a few open-ended wins. It needs a validated evaluation set, multiple judges, ablations, and evidence that the method improves without just rewarding verbosity, novelty, or branch diversity.”

Noe Ramos, vice president of AI operations at Agiloft, when asked about ADHD’s evaluations, tells The New Stack a similar story: “Without established inter-rater reliability, the gains on dimensions like trap detection and novelty are interesting but not yet stable findings. The ‘2x better’ framing needs more than six problems to carry that weight.”

There’s also the question of whether or not same-stack familiarity, i.e., the fact that the method is built on Claude’s stack and judged by a Claude-family model, has anything to do with the scores. Both Robinson and Noe indicate same-stack bias may be at play — “that does not mean the result is invalid,” says the former, “but it means the paper should test external judges and other model families.”

Where things go from here

Despite certain eyebrow-raising about novelty or eval scores, it seems Claude Code with ADHD is already off to the races. Akhouri tells The New Stack Repowire “is actively integrating ADHD into their stack as of this week.” And at the time of writing, GitHub shows 286 stars for the skill and 12 forks.

But Nikolaos Vasiloglou, vice president of research ML at RelationalAI, tells The New Stack Claude Code with ADHD “is yet another exploration method sitting on top of LLMs,” arriving on the scene when the industry is already facing a token-consumption problem: “While ADHD has impressive results, it comes at a point where organizations are suffering from excessive token spending.” 

And what about that name? 

Naming a skill for coding agents after a neurodevelopmental disorder is a bold move — certainly one that will capture attention. But Akhouri insists the title was organic, not marketing-driven:

“We [Brane Labs] were using Claude Code heavily for research workflows and kept hitting the same wall: The reasoning was deep but narrow. Linear. It would go far down one path and miss lateral connections entirely. That’s when the ADHD framing clicked.” 

Describing himself as “personally familiar with how the ADHD brain works,” Kahouri tells The New Stack he wanted to emulate the structure of ADHD thinking inside the LLM sandbox and hopefully “reveal patterns that purely linear thinkers miss” — though he clarifies the moniker is intended as a metaphor, not a neuroscience claim. 

When asked where it stands on third-party Agent SDK tools branding themselves around clinical conditions, Anthropic did not respond.  

YOUTUBE.COM/THENEWSTACK

Tech moves fast, don't miss an episode. Subscribe to our YouTube channel to stream all our podcasts, interviews, demos, and more.

Created with Sketch.