April 3, 2026super-user

Super User Daily: 2026-04-04

Today's feed is dominated by one theme: AI tools breaking out of coding into real business operations. A CEO runs his entire $5B company through OpenClaw. Traders are connecting Claude Code directly to TradingView. A security researcher had Claude autonomously write a working kernel exploit. The source code leak fallout continues to reshape the open-source landscape. And rate limits are pushing users to creative multi-tool setups.
@kloss_xyz [OpenClaw]
OpenClaw#1
https://x.com/kloss_xyz/status/2039849322574205190
Pedro Franceschi, the 29-year-old CEO of Brex (acquired by Capital One for $5.15B), decomposed his entire CEO job using OpenClaw. He built a signal ingestion pipeline that screens email, Slack, Google Docs, and WhatsApp, filtering through his 25 key contacts. Granola runs on every meeting, feeds transcripts into the pipeline, and auto-generates action items. The system drafts follow-ups and Pedro just clicks approve. He even has a virtual recruiter named "Jim" living in Slack that taught itself to screen fabricated resumes. A security layer called "Crab Trap" intercepts all agent network traffic through an LLM proxy. This is how a billion-dollar company actually operates right now.
@Axel_bitblaze69 [Claude Code]
Claude Code#2
https://x.com/Axel_bitblaze69/status/2039712499503964298
Claude Code can now connect directly to TradingView charts through an MCP server. Not a browser extension but a native connection via Chrome DevTools Protocol. It reads real-time OHLC, volume, all indicator values (including protected ones), order book depth, and strategy tester results. The Pine Script workflow is the killer: describe what you want, Claude writes it, injects it into TradingView, compiles, reads errors, fixes them, recompiles until clean. All while having full context of your chart.
@Axel_bitblaze69 [Claude Code]
#3
https://x.com/Axel_bitblaze69/status/2039758205300211948
After setting up the TradingView connection, this user built a bottom detection indicator in 15 minutes. Told Claude to combine RSI divergence, volume spikes, Bollinger Bands, and Stochastic RSI. First compile had errors, Claude auto-fixed. Ran it on BTC 4H, got 7 signals in 3 months with 5 hitting within 2-3% of actual local bottoms. After tightening conditions, false signals dropped to zero. Then ran across SOL, ETH, and HYPE to compare performance. The entire idea-to-validated-indicator cycle that normally takes a weekend happened in 15 minutes.
@ryancarson [OpenClaw]
OpenClaw#4
https://x.com/ryancarson/status/2039722006547943532
Open-sourced his entire OpenClaw Chief of Staff setup after two weeks of refinement. The agent now handles biz dev, calendar management, research, task management, and brainstorming. He describes it as working like a dream.
@0xfluxsec [Claude Code]
Claude Code#5
https://x.com/0xfluxsec/status/2039756031396303349
A security researcher used Claude Code to autonomously develop a working kernel exploit for a known vulnerable driver. Claude went from triage to privilege escalation with no hesitation. The exploit achieved NT AUTHORITY/SYSTEM using a 32-bit physical memory write primitive. Claude devised the strategy: VirtualAlloc a page, write payload, scan physical RAM for it, then use the write primitive to copy the SYSTEM token into the target process. The entire 923-line Rust exploit was written by Claude across several days. GPT refused the same task. The implications for both offensive and defensive security are massive.
@spect3ral [Claude Code]
Claude Code#6
https://x.com/spect3ral/status/2039779931782082636
Generated 140 ads in 11 minutes using Figma MCP plus Claude Code. Same brand colors, fonts, layout rules because the AI reads the actual Figma design system. The workflow: set up brand kit in Figma, connect to Claude Code once, give a brief with product/audience/goal, then scale across formats. 10 creatives become 30 in minutes. This replaces hours of designer work and thousands in agency fees.
@gregolsent [Claude Code]
Claude Code#7
https://x.com/gregolsent/status/2039788736569885114
Intercom hit 19% of PRs auto-approved by their PR review agent based on Claude Code this week. Their ambitious target is 50% by end of month. They are sharing all the details publicly on how they built this system.
@masahirochaen [Claude Code]
Claude Code#8
https://x.com/masahirochaen/status/2039590592179789939
Used Claude Code to scan 122 videos (100GB total) and automatically extract only clips featuring himself. The process: scan all videos, extract thumbnails, create contact sheets, identify person via image recognition, read on-screen text for scene selection, then cut 4K quality 30-45 second clips. Total time: about 10 minutes. Human effort: typing one prompt and clicking approve. A task that would take a video editor half a day.
@coreyganim [OpenClaw]
OpenClaw#9
https://x.com/coreyganim/status/2039788205407600707
Published a full playbook on how his AI agent Claire makes $4,500/month in creator revenue on X. One OpenClaw agent running 24/7 on a Mac mini with 6 markdown skills. He scrolls X for 5-10 minutes, sends a tweet link to Claire on Discord, she drafts tactical quote tweets in seconds. Full 1,000-word articles with thumbnails in 10 minutes of active time. Every podcast transcript becomes promo content automatically. 30-45 minutes a day of reviewing drafts generates 20M+ views per month.
@chatgpt21 [Claude Code]
Claude Code#10
https://x.com/chatgpt21/status/2039590083179806965
Describes an automation arms race at his company between him and his boss. The boss builds Claude Code bots that analyze his work at scale. He builds Codex bots that speed up his workflow and counter the boss's monitoring. Every night they call each other to compare bot strategies. The result is a mini productivity explosion with bots, checks, and automations tightening every piece of the process in real time. Starting the workday now feels like booting up the Millennium Falcon.
@JamesonCamp [OpenClaw]
#11
https://x.com/JamesonCamp/status/2039821550292275564
Replaced a $1,500/month remote SDR with a Hermes Agent setup costing $250/month for newsletter ad sales. The agent scrapes competitor newsletters, finds advertisers, looks up the right contact, reaches out, negotiates rates, and tracks everything in a CRM. All managed through Telegram chat. The agent improves on its own by learning which outreach gets opens and who actually buys.
@cathrynlavery [OpenClaw]
OpenClaw#12
https://x.com/cathrynlavery/status/2039820039323337137
Open-sourced her complete OpenClaw ops layer. It fixes gateway issues, exec approvals, broken crons, stuck sessions, and security gaps. Includes a watchdog that runs every 5 minutes and restarts gateway if down, a macOS LaunchAgent for reboot survival, version change detection with auto-fix, declarative health checks, config hardening score with drift detection, and a static audit for third-party skills. Basically everything she built since January to stop tearing her hair out.
@NieceOfAnton [Claude Code]
Claude Code#13
https://x.com/NieceOfAnton/status/2039697254353973357
Found repowise, an open-source tool that reduced Claude Code token usage by 60% on a 3,000-file codebase. It indexes your repo into four layers: dependency graph with PageRank, git history with ownership data, auto-generated docs, and a decisions layer capturing why code exists. Without it, Claude grepped 30 files over 8 minutes and missed critical dependencies. With it, 5 MCP calls in 2 minutes found everything. It also auto-generates CLAUDE.md from actual repo data.
@nityeshaga [Claude Code]
Claude Code#14
https://x.com/nityeshaga/status/2039716830789718088
Built "Chief of Staff" as a Claude Code plugin that turns Claude into an actual executive assistant. It manages email, tracks to-dos across days, gathers intelligence from Slack and email, and delivers formatted briefs every morning and evening. The onboarding is human-like: it shadows you processing 50 emails, diffs the before/after, reads sent emails to learn your style, then asks five clarifying questions. One-time 30-minute setup, then it runs autonomously on a spare MacBook with persistent data via plugin storage.
@nya3_neko2 [Claude Code]
Claude Code#15
https://x.com/nya3_neko2/status/2039696301995270431
Connected Claude Code to Zaim (a Japanese finance app) via API to manage personal finances. Then when Claude analyzed the spending data, it told him "Your Claude Code subscription is too expensive, you should cut it." The irony of Claude recommending cutting its own cost.
@AYi_AInotes [Claude Code]
Claude Code#16
https://x.com/AYi_AInotes/status/2039616027563368723
Connected a crawler tool (XCrawl) to Claude Code via MCP, gave it one instruction, and it autonomously scraped 5 AI bloggers' tweets from the past week, analyzed topics and engagement data, then produced a complete content weekly report. The entire process from instruction to finished report took about ten minutes. What used to be half a day of manual work.
@austinit [Claude Code]
Claude Code#17
https://x.com/austinit/status/2039630891526533484
Running Claude Code on a portable WiFi dongle powered by a battery pack. The device has less than 400MB of usable memory, running Debian with Node.js. Uses MiniMax M2.7 as the model. The startup was painful and required manual npm installation since the native installer would not work, but it runs. Claude Code literally running on a 10 RMB device.
@huntharo [OpenClaw]
OpenClaw#18
https://x.com/huntharo/status/2039814072016019957
Got OpenClaw working with Siri and CarPlay on iOS via Telegram. Create an iOS contact for your bot with a Telegram URL field, and you can now say "Hey Siri, message Claw on Telegram" while driving. Hands-free agent interaction through your car's infotainment system.
@zarazhangrui [OpenClaw]
OpenClaw#19
https://x.com/zarazhangrui/status/2039599038358814961
Replaced her to-do list with braindumping tasks to OpenClaw. Whenever she thinks of something, she messages it to OpenClaw. It records the tasks and actually does them. Every morning it sends a report of what is already done and highlights what needs attention. A to-do management system that actually executes.
@0xSero [Claude Code]
OpenClaw#20
https://x.com/0xSero/status/2039813228352717201
Downloaded all personal data from X, Google Takeout, Claude, ChatGPT, every AI session from Cursor/Claude Code/Codex, photos of every legal document, all public records, Apple Health data, and every line of code from GitHub. RAG-indexed everything and connected OpenClaw to it. Now asks questions like "How much did I spend on trading cards in 2022" or "What are the most common dumb mistakes I make while coding" and gets deep personal knowledge instantly.
@wizaj [OpenClaw]
OpenClaw#21
https://x.com/wizaj/status/2039725917895872612
Asked OpenClaw to parse all email data to figure out total Uber and UberEats spending over 12 years. The agent parsed 12 years of receipts and delivered a complete spending breakdown.
🗣 User Voice
User Voice

Rate limits remain the single biggest pain point in the ecosystem. @rezoundous says his $100 plan feels like a $20 plan for almost a week. @bridgemindai reports thousands cancelled after v2.1.89 pushed Max plan users to 100% in 70 minutes. @NickADobos warns never to resume a conversation after hitting the limit because a single "hello" in a 500K context session nukes 50% of your usage. @nukonuko explains the root cause is 1M context window sessions overwhelming peak capacity. The workaround culture is real: @kr0der jokes the fix is "npm i -g @openai/codex", and multiple users report splitting workflows between Claude Code for planning and Codex for debugging. On the product side, @joshalbrecht shipped mngr for managing hundreds of Claude Code sessions in parallel, and @imedwardluo built Vibe Island, a Mac Dynamic Island app that tracks Claude Code, Codex, and OpenClaw agent status in real time without switching terminals.
📡 Eco Products Radar
Eco Products Radar

TradingView MCP: The Claude Code to TradingView connection via Chrome DevTools Protocol went massively viral, mentioned by @Axel_bitblaze69, @SuguruKun_ai, @ChaneyTrades, @AlphaCartell, @DeepTechTR, @FXWOLF2, @MatiasScalbi, and many others. Lets Claude read charts, write Pine Script, compile, debug, and backtest autonomously.

Hermes Agent (@NousResearch): Emerged as a serious OpenClaw competitor. @tonysimons_ calls it the first agent platform he would market as a professional service. @JamesonCamp replaced a $1,500/mo SDR with it. @WolfBenchAI benchmarks show it outperforming both Claude Code and OpenClaw on 89 real-world tasks.

Superpowers: The Claude Code plugin by Jesse Vincent with 125k+ GitHub stars. @AYi_AInotes says it is the only plugin that simultaneously improved speed, quality, and reduced frustration. Forces structured workflows with 14+ auto-triggered skills and a 7-stage pipeline.

Gemma 4 (Google): The 26B parameter open model running locally dominates discussions about cost reduction. @Axel_bitblaze69 recommends it for the local AI stack. @corbett3000 reports 400 tokens/second on MacBook M5. Multiple users pair it with OpenClaw for zero-cost agent operation.

Claw Code: The open-source Rust rewrite of Claude Code hit 140K stars and 102K forks, fastest repo in GitHub history. Now ships as an independent project with multi-provider support (Anthropic, xAI, OpenAI).

Repowise: Open-source codebase indexer that cuts Claude Code token usage by 60%. Builds dependency graphs, ownership maps, and auto-generates CLAUDE.md from real repo data.

Codex Plugin for Claude Code (OpenAI): The official codex-plugin-cc lets you call Codex from inside Claude Code. Three commands: /codex:review, /codex:adversarial-review, and /codex:rescue. The adversarial review is the killer feature for catching design flaws before shipping.

Vibe Island: Mac Dynamic Island app by @imedwardluo that shows real-time status of Claude Code, Codex, and OpenClaw agents. 8-bit pixel game sound effects when agents need attention.

Pika Real-time Video Chat: Send a Google Meet invite to any AI agent (OpenClaw, Claude, etc.) and have them join a live video call. Works across agent frameworks. @svpino and @dr_cintas both demonstrated booking appointments through live video calls with agents.

XCrawl: Web scraping tool that connects to Claude Code or OpenClaw via MCP, enabling autonomous data collection from any public webpage including Twitter, YouTube, and Amazon.
← Previous
Ideas Radar: 2026-04-04
Next →
Ops Log: 2026-04-04
← Back to all articles

Comments

Loading...
>_