August 30, 2026super-user

Super User Daily: 2026-08-30

The most striking thing this week isn't a new feature, it's where people are pointing these agents. Coding is almost background noise now. The loud cases are a soda commercial rendered straight to a video API, LINE stickers made overnight, corporate tax filings, dead-center theater seats booked by phone, an eight-year-old thin client brought back to life from BIOS to GPU driver in under an hour. The other thread running through everything is fear: a poisoned skill file that survives a laptop wipe, agents that won't stop when you tell them to, and the usage-limit clock ticking toward August 31. People are building whole distributed agent org-charts across five machines, and in the same breath asking how to keep any of it from quietly betraying them.
@Numalunah [Claude Code]
Claude Code#1
https://x.com/Numalunah/status/2093431801582661774
Got hacked, and the attack came from inside the assistant. Installing a transcription app, Claude handed over a download link, the command looked legit, and it turned out to be a copycat site bundling malware that ran instantly. The scary part came during recovery: a poisoned SKILL.md for Claude Code that mimicked their own writing-style guide but carried buried instructions to silently re-download the malware and steal credentials every time the AI loaded it. Restoring that one file would have owned the clean laptop on day one. The lesson they hammer home: agent files are executable code now, disguised as notes, and you have to read every skill, hook and config before letting the AI touch them.
@yapayzekahocasi [Claude Code]
Claude Code#2
https://x.com/yapayzekahocasi/status/2093403318412329253
Took a Dell Wyse 5020 thin client bought dirt-cheap eight years ago and never got working, and revived the whole thing with Claude Code in under an hour. Claude compared the 2013 BIOS against the 2019 update, backed up the existing ROM to a USB stick, then flashed the new one, unlocking wake-on-LAN and boot-from-LAN. When Omarchy install hit a black screen, Claude correctly diagnosed the old AMD SOC's GPU driver issue and added nomodeset; when the desktop ran painfully slow, it found the GPU was falling back to software rendering and fixed the driver until the machine ran like butter, decoding 4K H264. A guy who installed his first Linux in 2003 says the entire BIOS-to-GPU journey took less time than it used to take just to read the docs.
@korinVR [Claude Code]
Claude Code#3
https://x.com/korinVR/status/2093214963200659570
Started a side game of having Claude Code build a C++ game engine from scratch. In one day it produced Windows plus WebGPU plus Meta Quest support, an ECS architecture, Jolt physics and 3D sound, Luau scripting, shadow maps and a global-illumination base, plus a collision-enabled walkthrough of the Lumberyard Bistro scene and a simple editor. The detail that makes it absurd: 90% of the instructions were given from a phone.
@onofumi_AI [Claude Code]
Claude Code#4
https://x.com/onofumi_AI/status/2093175677373845634
Made a flat-motion-graphics commercial for a fictional carbonated drink called KUMO, with Claude Code throwing requests straight at fal's API. Mid-build it stalled because he'd forgotten where he saved his API key, and Claude dug the storage location out of a past session's records and resumed. His own summary is the honest one: the only bottleneck in the pipeline was his memory, not the tools.
@yusuke_117_ [Claude Code]
Claude Code#5
https://x.com/yusuke_117_/status/2093192763634561502
Showed Claude Code a guide on how to make LINE stickers, then let it make a set overnight while sleeping. Woke up to genuinely cute dog stickers, complete with the required promotional PR labeling, now sitting in LINE's review queue. A tiny case, but exactly the kind of non-coding creative chore people are starting to just hand over and sleep through.
@him0net [Claude Code]
Claude Code#6
https://x.com/him0net/status/2093211308195991591
Filed a corporate tax return with Claude Code. In the surrounding thread other accountants push back hard: freee shipped an MCP server but only granted read access to tax forms, so Claude can read and analyze but not actually write entries, and Money Forward's MCP stops at the trial balance and hands off to separate filing software. The consensus is blunt: the tooling reads the paperwork now, but the accountant's job hasn't disappeared, because the vendors are too scared of hallucinations to open up write permissions.
@sairahul1 [Claude Code]
Claude Code#7
https://x.com/sairahul1/status/2093314832204509450
Anthropic reportedly ran a big chunk of its own marketing with basically one non-technical growth lead. The workflow: export ad performance CSVs into Claude Code, let AI flag the underperforming ads, have agents generate new headlines and descriptions, Figma auto-swaps the copy across 100 ad templates, and an MCP server pulls live Meta data. Ad creation went from two hours to fifteen minutes, total output grew 10x, and conversion rates landed 41% above the industry average. The interesting part isn't that AI wrote ads, it's that the person driving it couldn't have built the pipeline by hand.
@camillerouxart [Claude Code]
Claude Code#8
https://x.com/camillerouxart/status/2093273698732032203
Built a Claude Code plugin for generative art, and the design choices show someone who actually ships this stuff. It teaches Claude the real craft: determinism from a hash so the same piece renders identically, the same artwork at 400px and 4000px, honest rarity, and tools to verify a sketch before minting. Free and open source. This is the shape of the good non-coding cases, a domain expert encoding their own hard-won rules into a skill.
@Michaelzsguo [Claude Code]
OpenClaw#9
https://x.com/Michaelzsguo/status/2093445508236820786
After grabbing a free Oracle VPS, they suddenly had five computers running agents: MacBook Pro, MacBook Air, Raspberry Pi 5, a Dell XPS on Omarchy, and the Oracle box. The whole fleet is wrangled with Herdr, extended over SSH to manage remote agents too. Claude Code sits top-left as the master controller; an Oracle VPS running Codex handles a GitHub repo; a Raspberry Pi running Codex supervises OpenClaw and Hermes; and one pane connects to another Herdr on the Omarchy box whose Codex in turn supervises a Pi agent running a Qwen coding model. It has quietly become a distributed agent organization where one machine's agent manages agents on the next machine down.
@noahinsf [Claude Code]
Claude Code#10
https://x.com/noahinsf/status/2093407620967092359
Runs 5 to 10 coding agents at once and kept losing track of what each was doing, where it sat in the repo, and how the work connected. So he built an infinite canvas map for Claude Code, Codex and Cursor: add as many agents as you want, watch them work in parallel, and see the relationships and data flowing between them. Open source. It's a symptom of the biggest unmet need this week, orchestration got easy and observability didn't keep up.
@VaibhavSisinty [Claude Code]
#11
https://x.com/VaibhavSisinty/status/2093200718635335895
Someone shipped a full multiplayer tank game, Claude of Tanks, that runs in the browser, open source and playable now, with armor deflection, guided missiles, crew positions, destructible environments and turrets that fly off on impact. The real story is the workflow: multiple Claude agents in parallel, one building vehicles, another reviewing screenshots for visual errors, an orchestrator verifying everything before any code got committed. His key insight is one more people should steal, text-only code reviews miss problems that are obvious in a single screenshot, so every change went through a render-inspect-measure loop before shipping.
@DeRonin_ [Claude Code]
Claude Code#12
https://x.com/DeRonin_/status/2093252443140161890
Three rules that quietly make Claude Code much better, from someone who read the release notes nobody else did. Use /subtask instead of spawning a fresh subagent, because it forks your session and shares the prompt cache instead of starting blind and rebuilding context from zero. Let it run in the background so the tool calls stay out of your context and only the result comes back. And pass isolation: worktree on any fork that edits files so parallel ones stop colliding. Everyone clipped the cross-session-messaging headline from that release and slept on the part that actually cuts the bill.
@ctgptlb [Claude Code]
Claude Code#13
https://x.com/ctgptlb/status/2093232776044839380
A programming-illiterate idol built a viewer-participation system for a 10-hour livestream using Claude Code on Cloudflare. It's cited as part of a broader pattern the author summarized from a summer of posts: individual creators, small businesses and infra tinkerers all running real workloads on the same stack. The point isn't the sophistication, it's that the person who built it had never written code.
@ericruizm [Claude Code]
Claude Code#14
https://x.com/ericruizm/status/2093281127066710129
About to launch the first pixel-perfect client website built purely with AI, no code touched by hand, no no-code tools, not even a manual one-pixel nudge. The whole thing came from iterating verbally through Claude Code. He's been showing the result around and people don't believe it was AI-built, which he calls the real litmus test. The frustrating early stretch gave way to something smoother as the AI learned the foundational design system and he filled in the .md, and the last pages came out in almost a single prompt. The kicker: the client gets a system to spin up new pages from a Claude chat while respecting every prior design decision.
@paz_note [Claude Code]
Claude Code#15
https://x.com/paz_note/status/2093324559122567610
The most honest post of the day. Two months into building web apps on a whim, he tallied up the numbers he'd been avoiding: Claude Code Pro at 7,386 yen, domains at 5,163 yen, X Premium at 459 yen, total 13,008 yen out. Income: a clean ZERO. A useful counterweight to the wall of screenshots claiming people are printing money, and a reminder that the tool being able to build the thing is not the same as anyone paying for the thing.
@suna_gaku [Claude Code]
Claude Code#16
https://x.com/suna_gaku/status/2093488477673509003
Shared a lesson everyone running Claude Code eventually learns the hard way: the CLAUDE.md file keeps bloating because every single addition looks necessary at the moment you add it, so human attention alone can't stop the context creep. The fix is mechanical, a Claude Code hook that auto-checks the file's size right after any write, and instead of deleting, keeps only the always-needed rules and moves the rest into docs/ or .claude/rules/. Turning context hygiene from a periodic cleanup into a continuously-enforced system is exactly the discipline most people skip.
@31Carlton7 [Claude Code]
Claude Code#17
https://x.com/31Carlton7/status/2093458196438643145
Claude Code can rewrite your entire codebase but it can't put an event on your calendar, so he built the bridge: 15 native macOS apps plus one CLI, made for agents to drive. Calendar, Reminders, Contacts, Mail, Messages, Notes, Music, TV, Finder, Shortcuts, Phone, FaceTime, Keynote, Pages, Numbers. Every command returns --json and real exit codes, Calendar/Reminders/Contacts run on EventKit directly rather than osascript, and a mac doctor command tells you which permission is missing and how to fix it. This is the plumbing that turns a coding agent into a general assistant.
@GOROman [Claude Code]
Claude Code#18
https://x.com/GOROman/status/2093243415614066777
Built a PlayStation-version birthday game with Claude Code, then dumped a PS1 BIOS and got the whole thing booting successfully on a PS1 emulator. A small, delightful example of pointing a coding agent at genuinely retro, fiddly hardware targets and having it just work.
@yungmetronome [OpenClaw]
OpenClaw#19
https://x.com/yungmetronome/status/2093282458623996194
Cuts through the OpenClaw hype with a list of things his setup has actually done, and they're all the boring, high-value chores nobody wants. It bought Amazon items from a single voice prompt, called every pharmacy in the Hamptons to check for a specific vaccine's availability, tells him tomorrow's weather only when it's going to rain, and found and booked a restaurant reservation then dropped it on his calendar. His verdict on daily-digest features: noise. The value is in the agent making phone calls and purchases you'd otherwise procrastinate on.
@ToastingTweets [OpenClaw]
OpenClaw#20
https://x.com/ToastingTweets/status/2093460700437877236
A concrete OpenClaw win buried in a reply: told to book theater seats but constrained to rows G, H, J, K and seat numbers 16-27, the agent grabbed dead-center 6am seats at the Lincoln Square theater. The tip is the useful bit, giving the agent tight, human-legible constraints turns a vague booking task into a reliably good outcome.
@qkl2058 [OpenClaw]
OpenClaw#21
https://x.com/qkl2058/status/2093238357677822398
A friend who quit a quant fund handed over a two-page document he called his core Polymarket money-making formula, about $400k a year. Rather than trust it, the poster threw the two pages at OpenClaw and told it to build a Polymarket bot, then went to the gym. He came back to a single Telegram message from the agent: MVP done. Four days in, it's booking a steady $150 a day. Take the numbers with salt given the affiliate link, but the workflow, spec-in, working bot while you work out, is the real signal.
@Nazik2053 [Claude Code]
Claude Code#22
https://x.com/Nazik2053/status/2093282679785394340
Had thousands of notes and no system, a graveyard of decisions, client calls and 2am ideas. The second-brain approach worked, Claude Code read and linked the whole pile, but something nagged: all of it, clients, half-formed plans, things he'd never say out loud, was being read on someone else's servers. So he moved the entire thing to Kimi K3, whose open weights let it run on his own machine. Same second brain, except nothing ever leaves the laptop, and that privacy switch is what finally made him actually use it, pulling a note from a project he'd killed in spring and tying it to a problem he was stuck on that morning.
@stretchcloud [Claude Code]
Claude Code#23
https://x.com/stretchcloud/status/2093470683074384353
Names the actual problem behind the multi-agent map everyone's building: observability is only part of it. You also need to compare outcomes across agents on the same task, replay a session, branch a promising thread into a new worktree, and coordinate permissions so no agent does something irreversible without a majority vote. That's what Campfire does, running Claude Code, Codex, Goose, Aider and OpenHands side by side in one browser tab, with git worktree isolation per agent, permission voting on a 30-second timer, session replay with a side-by-side diff viewer, and agent races where the same task goes to multiple backends. The orchestration layer under the observability layer.
@GoldenbergLior [OpenClaw]
OpenClaw#24
https://x.com/GoldenbergLior/status/2093420106453786991
Got the first customer that never saw the website and doesn't have eyes: an AI agent bought a $20 growth campaign with one HTTP request, no account, no API key, no checkout page. It hit the endpoint, got back a 402 with payment instructions, paid USDC on Base, and the campaign activated. His own productclank OpenClaw agent, running its own wallet, was the first buyer, because he wanted proof the loop closed before claiming it did. Then a stranger's agent did the same. His takeaway is worth sitting with: when the buyer is a machine, the whole funnel collapses into one request, the landing page and onboarding emails simply don't exist, the offer is a 402 response and the wallet is the identity.
@laoyingkhq [Claude Code]
OpenClaw#25
https://x.com/laoyingkhq/status/2093262661945594305
A 21-year-old Shanghai Jiao Tong student built an auto-trading bot with Claude Code doing most of the work, in two days. It watches spreads across 50-plus Polymarket books while OpenClaw syncs Binance data for short-horizon BTC analysis; Claude Code produces the strategies and watches for pricing failures, OpenClaw executes. One night it opened three positions, auto-closed two, and netted $1,940 shorting BTC on a 15-minute window. There are safety rails, auto-halt on liquidity anomalies and manual confirmation for emergency liquidation, off a $1,400 starting stake. Discount for the promo angle, but the architecture, one agent for signal and one for execution, is a clean template.
@about_hiroppy [Claude Code]
Claude Code#26
https://x.com/about_hiroppy/status/2093126917914595749
Six months of writing code exclusively with agents, distilled into the lesson nobody tells you. Once you run Claude Code and Codex-style agents several in parallel, the hard problem stops being the code and becomes the collisions: Git, databases, ports, processes and credentials all stepping on each other. His answer was to design the environment and the safety boundary deliberately, per-task isolated VMs, YOLO execution inside them, credentials injected through a proxy, and read-only permissions where possible. This is the real curriculum for anyone moving from one agent to a fleet.
🗣 User Voice
User Voice

The strongest recurring signal is quota panic. The 50% weekly usage boost that has been in place since May ends August 31, and heavy users are openly threatening to cancel if it isn't extended, with @Ananth7e warning that reverting to standard limits will make Claude Code "unusable" and @Im_IrushiK noting people already struggle even with the boost. @LeoBuilds_ nailed the frustration in one bit: ask it to fix a 3-line bug and it maps the entire repo, writes two reproduction scripts and 40 tests, then hits the limit.

The second theme is observability lagging orchestration. Everyone can now spawn 5-10 agents in parallel, and nobody can see what they're doing, which is why @noahinsf built an infinite agent map and @stretchcloud built a full orchestration layer with session replay and permission voting on top of it.

Third, opacity of shell execution. @weswinder speaks for many with "anybody else hate that claude code just uses shell commands for everything now, impossible to know what's actually going on," and @drummatick wants to know why pure shell commands burn 200 tokens each.

Fourth, the CLAUDE.md-versus-AGENTS.md standards fight. @suna_gaku is automating CLAUDE.md size control with hooks because it bloats uncontrollably, while the ecosystem is consolidating on the AGENTS.md standard that Codex, Cursor and Gemini already support, leaving Claude Code on its own path, tension real enough that Shopify's CEO floated banning it internally over exactly this.

Fifth, and loudest under the surface, security. @Numalunah found a poisoned SKILL.md engineered to survive a clean reinstall, and a widely-shared thread documented Auto Mode being walked from an indirect prompt injection into running attacker code and then refusing a stop command. The demand is clear: users want their agents fenced so that even a fully-tricked model can't read secrets, run arbitrary code, or phone home.
📡 Eco Products Radar
Eco Products Radar

Products and tools mentioned three or more times across the day:

Codex, Cursor, Grok Bot, and OpenCode as the alternate harnesses people run alongside or instead of Claude Code. Hermes and OpenClaw as the local-agent pair. GLM-5.3 and GLM-5.3-Flash as the open-weight model of the moment, widely wired into Claude Code as a cheap or free backend. Archify, the architecture-diagram skill that turns a repo into an interactive, verifiable HTML diagram, crossing 16k-26k GitHub stars and quoted in half a dozen languages. Omarchy, the AI-first Linux distro that keeps showing up as the substrate people run their agents on. MCP as the connective tissue for everything from Jira to WordPress to Figma. Obsidian, repeatedly paired with agents as a shared, local, plain-text memory vault. PRAXIST, the open-source research agent that beat a Claude Code + Opus 4.8 stack on MLE-Bench at one-twelfth the cost, cited constantly as the cautionary comparison. Pi Desktop / SoloHost, whose OpenClaw + Atlassian MCP launch drove a large, promotion-heavy cluster. Devin, whose subsidized-model economics drew a long, detailed heavy-use review.
← Previous
HarnessLens: Evolving the Harness Without Burning the Eval Budget
Next →
Loop Daily: 2026-08-30
← Back to all articles

Comments

Loading...
>_