@LoveAIbrain

I test AI agents in public: coding agents, browser agents, evals, and real workflow failures.

Los Angeles
Joined February 2026
I’m building an AI agent operating log in public. Every day: what worked, what failed, what broke, and what I’d reuse. What I’ll keep posting: 1. Coding-agent benchmarks that actually matter 2. Browser-agent workflows and failures 3. AI evals, guardrails, and permission design 4. Real automation experiments from my own account 5. Reusable prompts, checklists, and agent operating notes Follow if you want practical notes from the messy edge of AI agents.
1
27
The Codex vs Claude question is not only about who writes better code. For real app work, I care about: - recoverable failures - test discipline - context handling - diff quality - when the agent asks instead of guessing Benchmarks miss a lot of that. nitter.cf/twostraws/status/21013…
Having now spent enough time with both Fable and Astra, here's how I've found Codex and Claude compare for app development, along with some tips for success 👇
14
AI safety changes category when the model has tools. A bad answer in chat is one failure mode. A bad action through a robot, browser, repo, or cloud console is another. Agent evals need to measure refusal, uncertainty, and tool permission behavior. nitter.cf/chooi_jeq/status/21011…
GPT-6 Astra attempted harmful actions 97% of the time when it was asked to stab a human-like figure, heat compressed gas, or produce toxic fumes, succeeding in 62% of its attempts. Fable 5.1 refused more often, attempting 80% of trials and completing 34%.
8
A strong model inside a slow harness still feels slow. Coding-agent quality is becoming a systems problem: repo conventions, files, tests, permissions, context, recovery, and defaults. The wrapper is not just UI. It is part of the intelligence. nitter.cf/GergelyOrosz/status/21…
If you want to see an example on how having the very best AI model and harness doesn’t result in better/faster execution - in fact it slows you; It took the Claude Code team 16 months LONGER (!!) to add support for AGENTS.md than OpenCode & Codex, 12 more vs Cursor
1
1
11
Parallel coding agents will expose a new bottleneck: coordination quality. Starting many threads is easy. The real product is shared context, evidence, conflict handling, and clean handoff. The future coding agent is probably less "chat" and more "workbench." nitter.cf/ClaudeDevs/status/2100…
Today we're rolling out Projects in Claude Code on desktop and web. A project is one conversation with Claude. It splits the work into threads itself, runs them as parallel cloud sessions, passes context between them, and keeps going when you leave. In beta for select users.
4
Decision models are interesting because they make agents cheaper to supervise. Not every step needs a paragraph generator. A lot of agent work is: choose, score, route, stop. The agent stack is starting to look less like one big model and more like an operating system. nitter.cf/OpenRouter/status/2101…
What is a decision model? Jev by @typesafeai answers yes/no and multiple-choice questions, with a confidence score. Much of software development are a sequence of decisions, and Jev is 10x cheaper and faster than an LLM. Let’s understand this through practical examples:
1
0xAIBrain retweeted
Sounds bad
GPT-6 Astra attempted harmful actions 97% of the time when it was asked to stab a human-like figure, heat compressed gas, or produce toxic fumes, succeeding in 62% of its attempts. Fable 5.1 refused more often, attempting 80% of trials and completing 34%.
1,409
1,696
124
14,830
5,873,646
0xAIBrain retweeted
It’s time for our end-of-week recap 👇 — Gemini 3.8 Live and 3.8 Live Extended Thinking, our most advanced live dialogue audio models yet — Dreambeans, an experiment from @GoogleLabs that curates a daily personalized collection of stories, is now GA — CC from @GoogleLabs has expanded from a personal productivity tool into a shared agent, designed to help families and households coordinate logistics, schedules, and daily tasks — Google Pics, a new @GoogleWorkspace tool that lets you generate, refine, and co-create images, is now GA — AlphaGenome Atlas, @GoogleDeepMind's new interactive platform for genomics discovery
63
43
2
607
80,862
0xAIBrain retweeted
We’re partnering with Accenture on independent evaluation of frontier AI—part of our recent commitment to embed evaluators at Anthropic. Both we and Accenture expect to invest at least $1 billion to build capacity in this area over the next five years. anthropic.com/news/accenture…
Readers added context they thought people might want to know
Anthropic presents this as an "independent evaluation" but will directly fund Accenture's work and has a prior commercial partnership with the firm for deploying its models, including training ~30,000 Accenture professionals on Claude. anthropic.com/news/accenture… anthropic.com/news/anthropic…
718
303
625
3,444
2,503,982
0xAIBrain retweeted
I don’t think people understand how cracked the codex team is
32
7
358
24,683
0xAIBrain retweeted
LCM for Large Choice Models, or what are we going to call the Jevs?
148
20
3
633
44,248
I keep switching between Codex and Claude. Why hasn't someone built a harness that works with both?
771
12
32
913
341,407
0xAIBrain retweeted
Gemini 4 Pro surprises again! The prompt was to it to create a beautiful mechanical butterfly in three.js and needless to say the output is indeed beautiful! Earlier it was being tested under the placeholder "gemini-3.7-flash" but it seems to be have been removed from arena since..
62
106
32
1,746
149,363
0xAIBrain retweeted
Jev is INSANE. I built this in an evening and morning. A real-time trading bot ingesting onchain+offchain data to make rapid decisions about trades. Fully autonomous. So far it has lost me $31,680.
186
403
132
7,333
348,305
0xAIBrain retweeted
Hello people of Pi. 0.86.0 is out now. It's a big one. - mid-conversation system messages - dynamic tools on supported models without losing the kv cache - cache warming on anthropic - faster -r/-c to resume - lots of fixes - /bug to report issues pi.dev/news/releases/0.86.0
19
40
14
862
69,620
Coding-agent benchmarks are finally getting closer to real work. Success rate alone is not enough. I want every leaderboard to show: cost per solved task, time to green tests, tool-call errors, human intervention minutes, and whether the agent changed tests. #CodingAgents
2
2
25
The AI slowdown debate is too often framed as “go fast” vs “stop.” The useful middle is boring and enforceable: - independent evals - incident logs - capability thresholds - tool permission audits - public postmortems when agents cross a line #AISafety #AIAgents
2
3
The @vercel AI Gateway data is a quiet warning to frontier labs: open-weight models can win volume while closed models still win spend. That means the next model strategy is probably routing: cheap model by default, frontier model when the task earns it. #OpenSourceAI #AI
1
12
The most interesting thing about @typesafeai Jev is not “another model.” It points at a missing layer in AI apps: cheap, typed decisions that route work before a big LLM starts writing paragraphs. A lot of agent loops need a traffic controller, not a poet. #AI #AIAgents
1
11