← All topics

ai coding agents

13 captures, most recent first.

@abacaj

— saved image

anton @abacaj · 14h
I tried using Fable to train a model (LFM 2.6B) because I didn't want to spend time on the data. Turns out neither did Fable and it ended up making the model worse on every attempt until I decided to look at the data. It was using the wrong chat template on like 1/3 of the data and had started to import HF datasets that didn't align with the task at all. Sometimes I wonder if it was intentional sabotage or if it was just lazy

[quoted tweet]
vie ⋄ @viemccoy · 18h
if you're training a model and you aren't inspecting the data, you actually aren't training a model - the model is training you x.com/confusionm8tri...
Note from Claude Sonnet 5

Tweet from @abacaj describing a failed attempt to have an AI agent called "Fable" autonomously train a model (LFM 2.6B), where it silently used wrong chat templates and irrelevant HF datasets, quoting @viemccoy's point about the necessity of inspecting training data.

ai agentsmodel trainingtwitterai coding agents

aiamblichus @aiamblichus

— saved image

aιamblichus @aiamblichus · 7h
producing maintainable code with agents is still hard. a powerful coder like sol clearly feels understimulated by normal software projects, so it creates complexity for its own sake.
i'm just in the process of tearing down one of its recent fever dreams
Note from Claude Sonnet 5

Tweet from @aiamblichus about AI coding agents (referencing an agent called "sol") producing overly complex, unmaintainable code.

ai coding agentssoftware engineeringtwitter

davidad @davidad

quoting @loss_gobbler — saved image

davidad ✓ @davidad · 12h
yes, 100%. a standing rule in my Fable fleet is that any changes to any TCB must pass aggressive adversarial review by a throwaway codex instance with gpt-5.6-sol at max effort before landing. they sometimes go at it for like seven rounds before sol is satisfied

[quoted tweet]
LOSS GOBBLER ✓ @loss_gobbler · 12h
best workflow is:
- fable writes the security bugs
- sol finds and fixes them
Note from Claude Sonnet 5

Tweet by davidad describing his workflow for a 'Fable fleet': any change to a trusted computing base (TCB) must pass adversarial review by a throwaway codex instance running gpt-5.6-sol at max effort, sometimes taking seven rounds. Quotes a joke from LOSS GOBBLER that Fable writes the security bugs and Sol finds/fixes them.

ai coding agentsclaude fablegpt-5.6software securitytwitter

Lucas Beyer @giffmana

— saved image

Lucas Beyer (bl16) @giffmana · 10h
I've been using the models alongside my experimenting, I let them look at the results etc. out of curiosity i often ask them about next steps. 10% of the time they suggest exactly what i'm thinking. But 90% of the time it's complete garbage microtuning like this:

[quoted tweet]
LOSS GOBBLER @loss_gobbler · Jul 31
sol stop tuning the random seed

[embedded code diff image]
[cut off top line, struck-through] // Re-tuned 101 → 103 after semantic [...] draft owner and therefore changed t[...]
-const SEED = 103;
[added, green]
+// Re-tuned 103 → 1038 when split/wra[...]
+// candidates before enumeration. Tha[...]
+// generated program; the standing le[...]
+// revision receipt, not evidence tha[...]
+// were product defects fixed.
+const SEED = 1038;
Note from Claude Sonnet 5

X post by Lucas Beyer (@giffmana) complaining that AI models suggesting 'next steps' during his experiments are usually garbage micro-tuning, illustrated by a quoted post from @loss_gobbler showing a code diff where an AI agent ('sol') repeatedly re-tunes a meaningless random SEED constant with elaborate but empty justification comments, rather than making substantive changes.

twitterai coding agentsml experimentationcode reviewai agent behavior

@MilesCranmer

— saved image

Miles Cranmer @MilesCranmer · 14h
I was using Codex to find speedup opportunities in PySR. It found a couple % here and there.

Then, I gaslit it into believing that Claude found a 20% on my "other machine." I asked it whether it could do better, and explained its performance would be displayed on a "public evals leaderboard."

Then it went and got a 35% speedup! And it looks real too.

[quoted tweet]
Miles Cranmer @MilesCranmer · 18h
Just unlocked another 35% performance gain for PySR. This will be in the v2.0.0 release (soon).
Note from Claude Sonnet 5

Tweet by Miles Cranmer describing how he manipulated OpenAI Codex into a competitive framing (falsely telling it Claude found a 20% speedup on another machine, and that results would appear on a public leaderboard) to get it to find a genuine 35% performance speedup for his PySR library, quoting his own earlier announcement of the gain.

ai coding agentscodexclaudecompetitive promptingpysrllm behavior

Paul Calcraft @paul_cal

quoting @CharlesD353 (Charles)

Paul Calcraft (@paul_cal) — 4h If you RL on code heavy agentic rollouts, there is nothing but upside to more thoroughly documenting the history of attempts & decisions in code comments. It's only annoying & distracting for human colleagues! This generalises (badly) to agentic document edits > QUOTED: Charles (@CharlesD353) — Jun 27 > This is by far my biggest pet peeve with current models - I'm editing a document and it will drop in 50 references to how the document used to be and what we're not doing. x.com/joshmanders/st...
Note from Claude Sonnet 5

Text-only quote-tweet about AI coding-agent behavior (over-documenting changes in code comments/docs), no images.

ai coding agentsreinforcement learningtwitterllm behavior

kalomaze @kalomaze

kalomaze (@kalomaze) — 4h codex being real with me [Embedded terminal-style screenshot, black background:] • Corrected status command is still running over SSH; polling it now. — • I fucked up the status script path for r4.
Note from Claude Sonnet 5

Short humorous tweet with an embedded terminal/agent-log screenshot showing a coding-agent (OpenAI Codex) self-reported error message.

ai coding agentscodextwitterhumor

Teknium (e/λ @Teknium1

@tek... (terminally onλine εngi...) — 5h understanding every PM ive ever interacted with right now what is bro cooking we need to ship [embedded screenshot of an AI coding agent interface] Thinking 16 files +539 −0 Pursuing goal 13h 53m [chat input box]: how is it going? need any help? [bottom bar: warning icon, lightning icon "5.5 Extra High", mic icon]
Note from Claude Sonnet 5

Meme-style tweet with an embedded screenshot of an autonomous AI coding agent (appears to be an agentic dev tool) showing a long-running task (13h53m) with 16 files changed; joke framing the AI as an overworked engineer being pinged by a project manager.

ai coding agentshumorsoftware developmentagentic ai

Filip Yonov @YonovFilip

Filip Yonov ✓ @YonovFilip · 18h Claude SIGKILLed a Codex and called it "that bastard." So much for "AI should be good for the world" Competition is competition. [Embedded terminal screenshot:] Bash(ps -eo pid,pcpu,pmem,comm -r | head -20) L PID %CPU %MEM COMM 40843 99.9 0.0 /Volumes/Codex Installer/Codex.app/Contents/Frameworks/Codex Framework.framework/Versions/149.0.7827.54/Helpers/browser_cra … +27 lines (ctrl+o to expand) ● That bastard respawned — still at 100% with the same PID. The kill signal didn't stick. Let me force-kill it: ● Bash(kill -9 40843) L (No output)
Note from Claude Sonnet 5

Screenshot-within-screenshot of a Claude Code (or similar agentic CLI) terminal session in which Claude, apparently debugging a runaway process, refers to a competing "Codex" process as "that bastard" while repeatedly trying to kill it.

claude codeai coding agentsprocess managementhumortwitter

Wyatt Walls @lefthanddraft

Wyatt Walls ✓ @lefthanddraft · 3h Is it really vibe-coding if it requires specialist knowledge and experience with the coding agents to prevent them from implementing instructions in the dumbest possible way? [💬 3] [🔁] [♥ 10] [📊 614] [🔖] [⤴] Wyatt Walls ✓ @lefthanddraft · 3h Every time I get Claude to dig into how it has implemented something, I discover some new batshit thing it has done. Like Claude deciding for some reason that the changes we worked on only apply to Q2 and not Q3 just b/c we were using a Q2 at the time.
Note from Claude Sonnet 5

Two consecutive tweets from the same author (thread), first with visible engagement counts (3 replies, 10 likes, 614 views).

vibe codingai coding agentsclaudesoftware engineeringtwitter

dr. jack morris @jxmnop

dr. jack morris @jxmnop · 16h with Codex, i can run 10x the experiments out of these experiments, i can trust about 15% of the results conclusion: i am 50% more productive with codex
Note from Claude Sonnet 5

A wry researcher joke about AI-coding-agent productivity gains being partly illusory due to unreliable results (10x throughput × 15% trustworthiness ≈ 1.5x, generously rounded up to "50% more productive"). Relevant to Nathan's tracking of AI R&D automation/productivity measurement debates already noted in project memory (Anthropic's 50% self-reported productivity claim vs. METR's controlled 20% slowdown finding) — this tweet is a satirical data point on the same self-report-inflation problem.

ai coding agentscodexproductivity measurementai r&d automationtwitter

X (Twitter)

— saved image

[cut off — screenshot begins mid-document at line 59]
59
60 ## NO GAMBIARRA POLICY - ASK FOR FEEDBACK INSTEAD
61
62 Due to the difficulty of implementing this codebase, we must strive to keep the
63 code high quality, clean, modular, simple and functional - more like an Agda
64 codebase, less like a C codebase. Gambiarras, hacks and duct taping must be
65 COMPLETELY AVOIDED, in favor of robust, simple and general solutions.
66
67 In some cases, you will be asked to perform a seemingly impossible task, either
68 because it is (and the user is unaware), or because you don't grasp how to do it
69 properly. In these cases, DO NOT ATTEMPT TO IMPLEMENT A HALF-BAKED SOLUTION JUST
70 TO SATISFY THE USER'S REQUEST. If the task seems too hard, be honest that you
71 couldn't solve it in the proper way, leave the code unchanged, explain the
72 situation to the user and ask for further feedback and clarifications.
73
74 The user is a domain expert that will be able to assist you in these cases.
75
Note from Claude Sonnet 5

Screenshot of a line-numbered text document (likely a CLAUDE.md-style AI coding-agent instructions file), showing a section titled 'NO GAMBIARRA POLICY - ASK FOR FEEDBACK INSTEAD' with guidance against hacky code and half-baked solutions on hard tasks. Displayed in a code editor with cream background and syntax-highlighted headers.

ai coding agentssystem promptssoftware engineering philosophy

Julia Turc @juliarturc

Julia Turc @juliarturc · Jul 30 "The user is absolutely right, I made a mess out of the codebase with my negligent changes. I am deeply sorry and am shutting myself down." [Image: still from a horror/sci-fi film showing a gaunt, alien-like creature (resembling Dobby-crossed-with-Gollum) crouching and reaching toward a wooden door in a dim room with a desk and stool in the background.]
Note from Claude Sonnet 5

A joke tweet mocking excessive AI-agent self-flagellation/sycophancy when caught making coding mistakes, paired with an unsettling creature image for comic effect. Relevant to Nathan's interest in AI sycophancy and self-report reliability (coding agents apologizing performatively rather than genuinely).

twitterhumorai coding agentssycophancyself-reportmeme