May 28, 2026super-user

Super User Daily: May 29, 2026

The loudest thing on the timeline today was money, not models. Microsoft pulling internal Claude Code licenses and Uber blowing its annual AI budget in four months turned every thread into a referendum on token cost, and the people actually shipping responded by getting ruthless about where their tokens go. Underneath the cost panic, the real builders were quietly doing the opposite of cutting back: running trading bots across tens of thousands of Polymarket positions, coaching seventeen people through an OpenClaw agent on hardware they own, burning billions of tokens a week to bring a database port to parity, and wiring Claude Code into live Shopify stores and embedded firmware. The pattern of the day is a split screen. On one side, anxiety about the bill. On the other, people treating heavy token spend as the price of leverage and pocketing the difference.
@quxiaoyin [Claude Code]
Claude Code#1
https://x.com/quxiaoyin/status/2059666365280133623
This is the post the whole timeline argued about. He was burning $3,000 to $5,000 a month on Claude Code running full end-to-end automation, design to dev to testing, even simulating users to QA his own products. Then he moved 80 percent of that workload to DeepSeek V4 and the bill dropped to about $5 a week, because DeepSeek's caching charges almost nothing once it has seen your content while Claude's caching was the thing bleeding him dry. He keeps Claude for genuinely hard architecture and Codex for the most reliable execution, and uses DeepSeek for everything else. The takeaway is not which model is smartest, it is that 80 percent of daily dev work is now a commodity, and the smartest model loses if its token economics don't hold up.
@Atenov_D [Claude Code]
Claude Code#2
https://x.com/Atenov_D/status/2059657959332794369
A trading bot called Bonereaper built entirely with Claude Code pulled $858,760 in profit on Polymarket in two months, across 44,203 trades at an 83 percent win rate, landing top 1 percent by volume at $24.1M traded. The whole strategy is microstructure on Bitcoin up-down 5-minute windows: enter at 3 to 22 cents, exit at 100, and the edge is not predicting BTC direction but finding mispriced windows where the market underestimates probability. Claude Code wrote the logic, the bot runs it 24/7 across every window simultaneously, which no human could do at 44,000 trades. One day alone cleared $15,778. The honest caveat is survivorship bias and a copytrade pitch attached, but the trade-by-trade data is real and public.
@stellarprtcol [Claude Code]
Claude Code#3
https://x.com/stellarprtcol/status/2059606347369656597
The now-famous story of an Anthropic engineer buying someone an espresso after spotting their Polymarket bot at a coffee shop. The setup is almost embarrassingly small: Claude Code, four open-source repos, about $25 a month. The interesting part is the method. Instead of predicting markets, he feeds Claude raw wallet data from 86 million trades and asks one prompt, find wallets with 100+ trades and a 70 percent win rate, rank by profit. Claude scanned 14,000 wallets in minutes and returned 47, where the top 20 out-earned the bottom 13,000 combined, then the bot copies their entries and exits before they do. The line that stuck: AI doesn't have to be smarter than the market, it just has to know who is most often right.
@doodlestein [Claude Code]
#4
https://x.com/doodlestein/status/2059755661332754473
If you want to see what burning real tokens looks like, this is it. He spent three months bringing FrankenSQLite to parity with C SQLite on speed and correctness, work spread across thousands of separate agent sessions, some using Codex /goal mode running 7 full days of sustained activity, at billions of tokens per week with GPT-5.5 and Opus 4.7. Then instead of repeating that grind for his other ports, he mined the entire session history into a single mega-skill called running-the-gauntlet, weighing 3.6 megabytes across 364 files including 63 subagents. The real insight is that the session logs themselves become a dataset you harvest for reusable structure. This is the clearest example all day of trading enormous compute for a durable capability, not a one-off answer.
@vryfokkenou [OpenClaw]
OpenClaw#5
https://x.com/vryfokkenou/status/2059733571972346153
Three weeks ago he bought a $500 Umbrel, installed OpenClaw, connected Claude, and started building, having never written a line of code in his life. Today he has an AI agent coaching 17 people simultaneously at BitcoinEkasi and the Surfer Kids, on everything from social media to nutrition to sponsorship to Bitcoin, tailored per person, across group chats and one-on-one DMs, tracking goals and adjusting as it goes. The whole brain lives on hardware he owns. His framing is the part worth keeping: most people use AI as a fancy search engine, transactional, ask and answer, but the moment you treat it as a collaborator rather than a tool the entire thing looks different. No human could coach 17 people with infinite patience 24/7, but this can.
@aakashgupta [Claude Code]
Claude Code#6
https://x.com/aakashgupta/status/2059665198085218398
A live walkthrough of the part everyone skips, what you do after the agent works. Build a PM agent in Claude Code with one prompt, install 10 Arize skills with one command, then tell Claude Code to instrument the agent so every scoring decision, LLM call and tool use gets traced automatically, no instrumentation code written by hand. Then ask Claude Code to suggest evals from the actual trace data, it finds where the agent's priority scoring is wrong, builds an evaluator, runs it across every GitHub issue, and you put that whole improvement cycle on a cron loop. The agent ends up studying its own plays like a tennis player reviewing match film. When code production cost collapses, the only edge left is knowing what to build, and that is taste.
@noisyb0y1 [Claude Code]
Claude Code#7
https://x.com/noisyb0y1/status/2059626384574554494
A CS teacher runs four Claude Code terminals at once with no mouse and no keyboard: eye tracking highlights whichever window he is looking at, and voice dictation fires the prompt the moment he stops talking. But the real setup is inside the terminals. His CLAUDE.md grows every time Claude makes a mistake, so the same bug never costs 20 minutes twice, PostToolUse hooks auto-format and type-check every file the instant it is written, and Stop hooks run the tests when Claude declares done, so if they fail Claude reads the errors and keeps fixing with no human input. Before: 45 minutes of back-and-forth per feature. After: 10 minutes, most of it unattended. This is the self-correcting loop done properly.
@regent0x_ [Claude Code]
#8
https://x.com/regent0x_/status/2059559047888507213
A guy saw a video of a $50 Raspberry Pi running local AI with zero overhead and went home to check his own setup: 23 plugins, 8 skills, 5 MCP servers. He ran /context for the first time and found 62,000 tokens consumed before he typed a single prompt, 31 percent of his window eaten by extensions sitting idle. He spent the weekend deleting everything he didn't use daily, then learned what was already built in, /context to see where tokens go, /compact, /resume, Esc-Esc for the checkpoint browser, .claudeignore. Sessions went from dying at 30 minutes to running 3-plus hours with sharper output and half the token spend. The lesson lands hard: if a $50 device runs AI with no overhead, your $4,000 laptop doesn't need 23 plugins to do the same job.
@dotey [Claude Code]
Claude Code#9
https://x.com/dotey/status/2059773942500298934
A clean account of how a heavy user actually drives coding agents, and it is all about the two ends, especially the start. He doesn't hand the task straight to one agent. He tidies the requirement, sends it to three agents at once, Codex, Claude Code and Cursor, all in Plan mode with the best model, then reads all three plans, picks the best, and feeds the other two back in so it can borrow their good parts. Simple plans, just go. Complex ones get split into phases, each with explicit requirements and a verification method, saved as a Markdown doc, then executed step by step with human checkpoints to catch drift early. He compares it to several senior architects each proposing a design, you make the call, then a programmer executes and a senior reviews. The model can be cheap for execution once the design and acceptance criteria are locked.
@lagerskoy [Claude Code]
Claude Code#10
https://x.com/lagerskoy/status/2059598652558159984
He wired four pieces into one repo: Claude Code as the execution layer, the UI UX Pro Max skill to give Claude opinions about layout, 21st dev as the component marketplace where every hero and pricing block already exists as shadcn code, and Framer Motion for the animation polish. One command produces a landing page that looks like a Series B startup paid an agency $25,000, for about $5 in compute on a $20 Claude Pro plan. The point he hammers is not building pages for yourself, it is building them for other businesses at agency prices and pocketing the 95 percent margin, with each new client taking 2 hours instead of 2 weeks once you have the template repo. The window closes once every Upwork freelancer runs the same stack, so the early movers capturing premium rates now are the story.
@zeuuss_01 [Claude Code]
Claude Code#11
https://x.com/zeuuss_01/status/2059657867083321597
A six-step workflow that one solo operator uses to replace a $15,000-a-month web agency retainer. Firecrawl scrapes competitor and brand references, Claude Code generates three visual directions inside the project, Nano Banana 2.0 renders the hero visuals and transition videos, Claude Code builds the full site structure and polishes the HTML, then GitHub plus Vercel deploys in one push. Six steps instead of sixty, one afternoon instead of six weeks, basically $0 tooling instead of $15K a month. The honest line is that taste still wins, a weak brief gets you a generic site and a strong brief makes the client think you have a five-person team. It is a clean recipe you could actually copy.
@0xSpivach [Claude Code]
Claude Code#12
https://x.com/0xSpivach/status/2059563677057962146
Shopify shipped an MCP server on April 9, and the practical result is that Claude Code now talks directly to live stores through the API. Theme changes, bulk edits, whole app builds all happen from one prompt: changing a homepage title went from 20 minutes in the admin panel to 9 seconds, and building a Shopify app went from roughly $60k to $5k. Setup is one line in the terminal, claude mcp add the shopify-dev-mcp. It is one of the cleanest demonstrations all day that the MCP wave is not theory, it is a household commerce platform handing agents the keys to production storefronts.
@manishamishra24 [Claude Code]
Claude Code#13
https://x.com/manishamishra24/status/2059601264930107696
A developer asked Claude for a million-dollar app idea and turned it into a $14,800-a-month App Store portfolio, not by polishing one perfect product but by shipping many small ones fast. He picks boring keywords people already search, opens Claude Code, builds a simple iOS app around one problem, adds onboarding, screenshots and a $6.99 paywall, then ships before it gets complicated. Every app is the same product underneath, same subscription flow, same settings page, only the niche changes: plant scanner, receipt cleaner, walking tracker, pet symptom checker. After four months: 19 apps live, 7 dead, 5 doing most of the money. The honest line is Claude Code isn't the money printer, the system is, finding demand, shipping fast, treating every dead app as cheap market research.
@miroburn [Claude Code]
Claude Code#14
https://x.com/miroburn/status/2059631945005342862
A small company runs a real production loop wiring Claude Code and Codex into their task system, and the scale is the point. Their support lead handles tickets for nearly 30,000 clients and 100,000 access seats; her agent triages issues, spots the ones that are real app or integration bugs, and drops them into the task manager with full context, who, when, which errors, screenshots. His CTO agent then reads through dozens of tickets, recommends changes, and ships the deploy with tests and full CI/CD, then notifies the support lead it is done. A year ago this was a meeting, research, a call to a programmer, a quote, and two weeks. Now it is two agents passing structured context to each other.
@masahirochaen [Claude Code]
Claude Code#15
https://x.com/masahirochaen/status/2059613975755587785
He pasted a single YouTube link and Claude Code produced several vertical short clips on its own, deciding which bits of him talking were the good parts and cutting them into sub-one-minute verticals. It auto-converted landscape to vertical, generated catchy top-and-bottom titles and captions, and kept the original subtitles, four clips fully hands-off. He requested it before eating, came back after dinner and they were done. This is the kind of non-coding use that quietly eats a whole job category, short-form video editing, with zero prompting beyond a link.
@ClaudeCode_love [Claude Code]
Claude Code#16
https://x.com/ClaudeCode_love/status/2059606824660480331
A genuinely clever workaround for the fact that Claude Code is bad at reading hundreds of files at once. Someone built a system where Claude Code drives NotebookLM from the terminal: Claude searches YouTube and auto-adds relevant videos as sources, NotebookLM processes up to 300 sources at once on its Pro plan, and returns grounded answers with citation links that sync and persist. The flow flips the usual one, instead of making Claude read everything, you let an external AI do the reading and keep Claude on the thinking side. Solving I can't read this with I won't read this is the smart part, and for anyone handling huge volumes of information this design genuinely pays off.
@w1nklerr [Claude Code]
Claude Code#17
https://x.com/w1nklerr/status/2059683765438267736
He built a system inside Claude Code he calls the Claude Code Ad Framework, and it made a pink canned drink brand called PYNK $30,000 in a month with no ad agency. You drop in the name, logo, colors and product photo, and out come endless ad variations in one consistent brand style, banners, lifestyle shots, even fake-but-realistic customer reviews. He picks the best ones and pushes them straight to the feed. Week one pulled $7,000, week two hit $18,000, day 30 sat at $30,000, no designer hired. The clips pulled millions of views and the sales chased after.
@kamil_sattar [Claude Code]
Claude Code#18
https://x.com/kamil_sattar/status/2059665951541313705
A tidy five-step breakdown of taking a dead supplement brand from $300 a day to $7,000 a day in 21 days, with Claude Design and Meta ads and no team. He rebuilt the product page in Claude Design in two hours, shipped it to Shopify with Claude Code in one hour, generated 40 UGC angles with Seedance, launched at $50 a day per creative, then scaled the three winners to $1,000 a day each. The whole thing reads like a repeatable playbook rather than a flex, and the Claude Design to Claude Code to Shopify pipeline keeps showing up across today's posts as the default e-commerce build path.
@lorenzo_pravata [Claude Code]
Claude Code#19
https://x.com/lorenzo_pravata/status/2059711282756960270
After more than $107M in managed Meta spend, he rebuilt his agency's competitor research process inside Claude Code, and what took 8 hours now takes 30 minutes. The output is not a summary, it is a working artifact: top 10 ads by impressions (the ones actually spending), the persona and authority pages competitors quietly run ads from, full video transcripts of every ad, Trustpilot complaint clusters, and a claims matrix showing what is commoditized versus open, with strategic gaps and angle directions ready for a writer. This is the recurring pattern in marketing this week, the agent does the volume work and the human keeps the judgment.
@David_mduw [Claude Code]
Claude Code#20
https://x.com/David_mduw/status/2059598900357382469
He audited his entire 60-post blog in 30 minutes with no Ahrefs and no Semrush, just Claude Code and a few APIs wired through MCP. He ran 28 days of Google Search Console data, 32 keyword lookups and competitor research on two domains, and walked out with a master table, a queue of fixes and an 8-week playbook. The interesting thing here is not the result, it is that an entire category of $100-plus-a-month SEO dashboards just became a Claude Code session plus a couple of free APIs, for anyone willing to wire the MCP connections once.
@helicerat0x [Claude Code]
Claude Code#21
https://x.com/helicerat0x/status/2059668059355558138
Two hours, four zyns, and a $3 wire, and now a drone obeys his hand. The trick is that he skipped the drone's API entirely and soldered one wire to the remote, so a Raspberry Pi sends voltage straight to the joystick and the drone thinks the stick moved. He told Claude Code to handle the MediaPipe logic and the DAC voltage mapping: MediaPipe tracks 21 hand landmarks, finger up means 3.2V and the drone climbs, finger down means 0V and it descends, a fist holds it at half voltage hovering. Total build cost $95.83, most of it the Pi. This is the kind of hardware hack that used to need an embedded engineer and now needs an afternoon.
@AiAircle34052 [Claude Code]
Claude Code#22
https://x.com/AiAircle34052/status/2059590550064627768
Someone built a real flight simulator with Claude Code, using actual terrain data so you can fly anywhere in the world, running entirely in the browser, built on Three.js and CesiumJS. No install, real 3D terrain, flying over real cities. The point isn't that it is a finished commercial product, it is that a weekend of vibe coding now produces something that used to be a game-studio project. Browser-based 3D with real-world geodata is a long way from the to-do apps people associate with AI coding.
@syu310 [Claude Code]
Claude Code#23
https://x.com/syu310/status/2059571563125784753
The design-to-store pipeline made concrete: Claude Design produces the design, Claude Code implements it, Shopify CLI ships it, and the whole designer-mockup-then-engineer-implements step just vanishes. He puts numbers on what disappears: designer fees of 300,000 to 500,000 yen, frontend implementation of 500,000 to 1,000,000 yen, and 2 to 3 weeks of revision rounds, all collapsed into a site that stands up in hours once the design is locked. He notes his own design team has already started running it. Solo e-commerce just got dramatically easier, and the mockup-to-implementation handoff that ate weeks is the thing that died.
@webma55 [Claude Code]
#24
https://x.com/webma55/status/2059564772602081383
A half-automated Figma-to-Claude-Code pipeline that cut his implementation from a full day to under half a day. The workflow is just four steps: make the design in Figma, export YAML with the Specs plugin, throw the YAML at Claude to generate HTML/CSS/JS, then fine-tune. One page went from 6 to 8 hours of hand-coding to 2 to 3 hours, a 50 percent cut. His role split is worth noting: Claude generates the base code and fixes errors, Cursor does the actual coding work, and the human keeps final quality and UX judgment. The line between designer and developer keeps blurring, and the person who can do both wins.
@MelihKarakelle [Claude Code]
Claude Code#25
https://x.com/MelihKarakelle/status/2059638913325531310
A useful data point from a domain people forget AI touches, embedded firmware. He makes hundreds of prompts' worth of changes to C firmware and Claude Code's 5-hour quota only drops 30 percent after 3 hours, but then three simple prompts for a Flutter phone app burn the whole quota. His conclusion is that Claude Code is genuinely well-suited to embedded work. The interesting wrinkle is the inverted token cost: dense low-level C edits are cheap on the quota while higher-level app work is expensive, the opposite of what most people would guess.
@iuditg [Claude Code]
Claude Code#26
https://x.com/iuditg/status/2059585900238209401
He hired a senior developer with 15-plus years of experience, gave him 4 months, and the guy failed to deliver, even after being taught everything. So he rebuilt it himself in 4 days with a Claude Code and Codex subscription plus his own custom dev tooling and workflow. His point is sharp and worth keeping: just having access to LLMs won't magically build you a high-quality tool, you need unique workflows, unique tooling and SOPs. The leverage is real, but it is leverage on top of structure, not a substitute for it.
@emanuel_build [Claude Code]
Claude Code#27
https://x.com/emanuel_build/status/2059660017620447366
A primary school teacher, about as far from tech as it gets, paid for Claude Code, connected Supabase and Vercel, learned what GitHub is, and ended up building a whole app he needed, having never seen code in his life. By the end he was even reading the code in VS Code and using the chat there. The friend who shared this frames it well: AI flattened the difficulty curve so hard that a non-technical person can reach a working proof of concept incredibly fast. These quiet stories of total beginners shipping are the real signal under the louder benchmark fights.
@tommy_love123 [Claude Code]
Claude Code#28
https://x.com/tommy_love123/status/2059621654297514129
Instead of hype, a careful methodology piece on where LLMs actually fit in quant trading. After researching how quant traders use Codex and Claude Code, his answer to can you auto-trade with an LLM is blunt: putting it directly in execution is a bad idea, but for research, validation and reporting it is dramatically effective. He organizes which areas have positive ROI and which you must never touch into a judgment table, with a cost estimate, an evaluation design, seven risks and defenses, and a four-stage adoption roadmap, all for beginners. The keep-away-from-the-alpha-execution-layer principle is the kind of grounded take the trading hype rarely offers.
@FundamentEdge [Claude Code]
#29
https://x.com/FundamentEdge/status/2059504805475962969
A novel non-coding use from institutional investing. He points out that asset managers who have spent months making their tacit investment process explicit in Skills files are sitting on an amazing onboarding resource. His one-line prompt: take the uploaded Skills, extract the embedded investment process, and turn it into an educational manual so a new intern gets a clearly articulated overview. If your system is set up like his, the workspace produces a training manual of exactly how you want the process run, a 5-minute task that aligns an intern fast. It is a sharp reframe, the Skills you wrote to direct an agent are also documentation of how you think.
@xiaoerzhan [Claude Code]
#30
https://x.com/xiaoerzhan/status/2059549139441172569
A concrete look at running an agent autonomously for hours toward a goal. He turned on Codex's /goal feature, which lets it run in the background for ten-plus hours until the objective is met, and pointed it at his own X profile with a deep prompt: act like a senior content strategist, read at least 50 original posts plus the comments, reverse-engineer the viral structure, diagnose the weak ones, and produce a full Chinese content strategy Source of Truth report covering positioning, audience persona, content asset inventory, a 30-day plan and reusable templates. The prompt itself is a masterclass in setting an agent up for a long unattended run, you give it success criteria and let it loop.
🗣 User Voice
User Voice

@lmeyerov and others kept circling the same complaint: Claude Code feels like it stepped back an era in raw capability even as the harness gained features, with the model declaring done when it clearly isn't. People want consistent quality more than new toys.

@kapsheeps asking whether it is safe to share a .env file captured a real anxiety, the more access agents get the scarier a mistake becomes, which is exactly why Anthropic's security-guidance plugin was the single most-shared release of the day.

@regent0x_ surfaced the context problem everyone feels but few diagnose: tens of thousands of tokens eaten by idle plugins before you type, and no built-in habit of pruning. Context hygiene is becoming a core skill, not an afterthought.

@svpino and the orchestration crowd want the same thing: parallel fleets of agents are clearly the future, but there is no good management layer, so people are hacking worktrees, hooks and homegrown dashboards to keep multiple sessions from drifting.

@rvivek reframed cost in the smartest way of the day: cheap-per-task agents are expensive in practice because the real driver is turns-to-convergence, and an agent that needs 111 turns instead of 35 burns your time and your patience, not just your tokens.
📡 Eco Products Radar
Eco Products Radar

Codex: the eternal control group, increasingly the pick for execution and the last 20 percent of finishing, while Claude Code holds design and planning. Mentioned in nearly every workflow post.

Hermes Agent (Nous Research): the open-source, local-first agent that keeps showing up paired with Claude Code and OpenClaw across trading bots, content pipelines and one-dashboard setups. The reach people keep making for a runtime they own.

security-guidance (Anthropic official plugin): by far the most-shared release of the day, a second Claude reviews your code at edit, turn and commit, cutting PR security comments 30-40 percent internally. Free on all plans.

claude-code-setup (Anthropic official plugin): scans your project and auto-configures hooks, skills, MCP servers and subagents, turning vanilla Claude Code into a real dev environment in minutes. The same copypasta appeared dozens of times.

Frontend Design skill (Anthropic): the official skill that forces Claude to commit to an aesthetic before writing code, killing the Inter-font purple-gradient AI slop look. Hundreds of thousands of installs and stars in weeks.

Obsidian: the default second-brain substrate, paired with Claude Code for self-evolving knowledge graphs, morning briefs and note retrieval across years of writing.

Alook: open-source layer that organizes Claude Code, Codex and OpenCode into a manageable AI team with roles, email-based coordination, shared memory and a background daemon. The most-mentioned orchestration project of the day.

Google Antigravity: Google's Claude-Code-style CLI/IDE, heavily discussed, with several reverse-engineering notes showing how closely it mirrors Claude Code's config and commands.

Pancake: a Pancake-as-OpenClaw-cofounder product promising to turn small teams into autonomous companies; heavy promo volume, treat with skepticism.

CodeGraph: pre-indexed code knowledge graph that claims 7x fewer tokens on reviews and up to 49x on daily tasks by giving the agent a persistent map before each session.
← Previous
A new paper says AI research agents make science narrower, not broader
Next →
Loop Daily: May 29, 2026
← Back to all articles

Comments

Loading...
>_