Cursor Closes Into SpaceX, SOTA-at-Home Lands & Skills Grow a Standards File

Agentic Coding & Agent Harnesses

openclaw builds openclaw: session URLs as the team primitive

Peter Steinberger moved his team over (228 likes, 35.2k views):

"We moved the team over to build openclaw with openclaw. Being able to share agent sessions as URLs is a superpower."

What they're actually building, in his words: "Mostly been working on multiplayer web UI and cloud sessions; you start the work on any surface and you iterate with your team and it scales. Cloud computer/VNC works both for per-agent and remote sessions." And the detail that makes it stick — attaching the session URL to PRs and commits.

The replies found the point faster than the announcement did. Meet Anghan:

"the underrated part is that a session url turns 'the agent did something weird' into something reviewable. bug reports about agents are almost useless without the transcript. i work solo and still want this, because the person reading it back is me on tuesday."

Jonathan Sher asked the sharp follow-up: does the URL carry checkpoint state or just the transcript? Unanswered so far. Steipete also admitted the autoreview balance is still being tweaked — "or maybe we just switch to yolo."

The new AGENTS.md line: ship a video with every UI change

Separately, steipete added an instruction to openclaw's shared AGENTS.md (180 likes, 23.3k views) requiring agents to upload a video to each PR that changes UI state — and confirmed with a 🤫 that yes, you can programmatically upload video to GitHub.

Best replies, in both directions:

  • For: Van0SS — "forces the agent to actually show it works instead of just saying it does."
  • A real catch: Yuvraj Angad Singh — "videos caught what my diff and tests both missed once. mac bundle config was quietly shipping a 3 day old .app, everything read green, the recording was the only artifact that disagreed. just make sure it records the packaged build, not the dev server."
  • Against, precisely: Lio — "A video proves the screen rendered and nothing else. The classic case: a lovely 9-second clip of a modal opening while the close handler leaks a listener on every mount, invisible at 30fps. Attach the Playwright trace too, it actually diffs."
  • And the line of the day, from Abe Bazouie: "AGENTS.md is slowly becoming the employee handbook for your AI coworkers."

Pi ↔ DeepSeek Harness: it turns out they already share code

Yesterday's story was Armin Ronacher publicly rethinking Pi's harness refactor after reading DSH. Today it got the best possible reply — DeepSeek's Tianyi Cui (1,861 likes, 158.8k views):

"Thank you! Pi is many DeepSeek researchers and developers favorite daily drive. DSH reused Pi's LLM adaptor package for connecting to non-DeepSeek models and it was a great experience that just work. Excited to join the global Open Source agent harness community!"

Nav Toor summed it up: "open source still works when people actually use each other's work." Evidence of the plugin thesis landing, from Michael Guo: he reimplemented Grok Bot on DeepSeek Harness in 30 minutes with "very little extra code."

The question nobody has answered yet, from Marius Laurusevicius:

"Open harnesses finally make the comparison possible. Is there a public eval that runs the same tasks with the same model across harnesses, so the harness effect is separated from the model effect? That is the number I keep not finding."

That's the benchmark this whole cycle needs. Armin also spent the day on smaller things — pi-transcribe (transcription in Pi) and a base62 ID gripe: nice IDs, but you can't put them on a case-insensitive file system.

grok-plugin: Grok 4.6 inside Claude Code and Codex

Dan McAteer shipped grok-plugin (225 likes, 26.9k views) — free and open source, authenticates via OAuth with an X Premium or SuperGrok subscription, and drops Grok 4.6 into Claude Code and Codex so you keep your existing agentic setup. His verdict after 24 hours: "smart, fast, efficient." Charli: "Idk this feels like stealing a library book." McAteer: "lol, lil bit."

Skills, Standards & the Human Loop

Matt Pocock: all 25 skills in 10 minutes

Someone pointed out he'd never actually walked through his whole skills repo, so he did3,448 likes, 153.4k views for a 10-minute tour of all 25 skills, "now @theo-approved." He also announced the AI Coding Crash Course, dropping Monday, framed around "the harness, the model, and the Grill-Execute-Clear AI coding loop." Timing he described as "serendipity slaps," since Theo had independently filmed a video about the skills.

Good exchanges in the thread:

  • "These skills are too expensive, only practical for people with tons of API tokens." Matt: "/grilling is 345 tokens when invoked."
  • What changes on a team? Matt: "I would work in a collaborative environment where multiple people can contribute to a single session. I.e. a Slackbot, tagged when needed" — the same conclusion steipete reached from the other direction.
  • Namespacing: asked to prefix his skills (mp-wayfinder), Matt's answer was "Prefix them yourself."

Also worth watching: Microsoft's .NET account is now recommending his agent-skills masterclass, and Kent C. Dodds has a free workshop on August 25 with Theo, Angie Jones and John Lindquist.

CODING_STANDARDS.md: put the rules where the reviewer reads them

The most reusable idea of the day, from Matt (939 likes, 59.8k views):

  1. Notice the agent is doing something bad
  2. Write it in CODING_STANDARDS.md (root of the repo)
  3. /code-review picks it up and enforces it at review time

"I have hundreds of lines in my CODING_STANDARDS.md files"

Asked the obvious "why not just put it in AGENTS.md so it never makes the mistake," his answer is the whole argument (19 likes):

"Because implementation is already hugely overloaded, and code review is usually underloaded."

That's a context-budget argument, not a style preference: the implementation pass is already carrying the task, the repo conventions and the tool surface, while the review pass starts nearly empty. Bonus honesty on the limits, when someone asked for a "frontend taste" skill — Matt: "Frontend is really really hard for agents because they basically don't have eyes." (See: the video-in-PR rule above.)

The grill loop keeps compounding, too. Theo, 32h ago: "Matt's 'grill-me' skill is exceptional and helps a ton with getting agents aligned with my brain" — followed by the receipt: "Just did a long grill and the 27th question made me realize what I really want. Ended up cutting scope by like 90%."

Cursor × SpaceX

The acquisition closed

Not a rumor anymore. Cursor:

"Cursor is now part of @SpaceX. Today, we have officially closed our acquisition. We will join the @SpaceXAI team to help make Grok the world's most useful AI and improve Grok Build, Grok Bot, Grok API, Cursor, and more."

Lee Robinson (3,959 likes, 170.6k views): "Big day! ... I'll be working on making Grok useful, tasteful, and safe. Onward!" This also retroactively confirms yesterday's detective work about Grok Bot shipping under Anysphere's name — and it lands a day after Cursor absorbed the Firetiger team for production-debugging agents and shipped 3x faster cloud agent starts via pre-warmed "builds."

The reply section is where the tension is. Two questions asked repeatedly and answered by nobody: is the Composer model line dead (here and here), and how the overlapping Cursor/SuperGrok subscriptions now untangle (one paying customer bought Cursor last week specifically for Composer). Lee's only concrete reply was to point at reset tokens for limits during the Grok 4.6 launch. Plenty of replies also poked at "tasteful" as a word carrying a lot of weight in this particular corporate structure.

Related, from swyx on Elon following Cognition: "u guys have no idea how serious elon is about winning coding."

Models & Benchmarks

Qwen 3.8 27B: the local model that broke people's brains

Weights and benchmarks landed, and this was the day's second-biggest story. Simon Willison (2,267 likes, 78.7k views):

"The new Qwen 3.8 27B, running as a 17GB GGUF in LM Studio on my M5 Max laptop, just drew me the best pelican riding a bicycle I've seen from any model that runs on my laptop"

The asterisk, from him: "It did take nearly 21 minutes to generate, and used 22,276 reasoning tokens to produce 3,223 tokens of output." (Full transcript; it's the Q4_K_M quant, and he corrected himself — 3.8, not 3.7.)

LLMJunky's victory lap (56.1k views) is the case for taking it seriously:

"~Opus 4.6 at home. 42.2 on DeepSWE puts this tiny model somewhere near GLM 5.2 on coding related tasks... Will you use this for the most difficult engineering tasks? No of course not. But guess what? You're not using Opus 4.6 either! For any task that you would delegate to such a model, this model will also do great."

In full precision it reportedly fits on a single RTX PRO 6000. Field reports back it up — mfs: "Within an hour of testing it has exceeded every local model I've used. Definitely a new standard for the footprint." The dissent is about ceilings, not the result: Ratul Sarna finds the 27B great for taxes, health tracking and company docs but says "for real coding, at least the DeepseekV4 Flash is needed," and LLMJunky half-concedes — "vision is a huge benefit. you're probably right though." Also generating a lot of 0-shot games beyond the usual Tetris/Flappy/Space Invaders trio, per loktar.

Two footnotes on yesterday's models: GLM-5.3 off Z.ai's 743B base is still landing well (LLMJunky: "VERY IMPRESSIVE. Keep in mind this is a 750B model. This isn't 2.4T+"), and Simon's Gemini 3.7 Flash SVG-rendering complaint got a clean public retraction: "Important correction: this was entirely my bug, it was NOT a bug in the SVG output by Gemini 3.7 Flash — my own software was stripping some 'unsafe' attributes."

Claude Code & Anthropic

Lydia Hallie's personalization thread is an accidental docs page

Anthropic's Lydia Hallie asked (128 replies, 33k views) what people wish they could personalize in Claude Code that hooks, permissions and subagents don't cover yet — and then answered most of it, which is where the value is:

  • Persistent context across subagents: already exists — set the memory field to user/local/project for persistent memory across sessions, and subagents already load CLAUDE.md.
  • "Stop talking Claudish": the quick fix is a custom output style in ~/.claude/output-styles — "but it's on our radar" (19 likes; the complaint had 32).
  • A workflows editor: workflows are just JavaScript in .claude/workflows, edit them directly.
  • Default branch assumptions: it should read the default branch from remote; if Claude keeps reaching for main anyway, say so in project CLAUDE.md.
  • Genuinely unsolved: Wyatt Johnson wants a shortcut to clear the input without stopping generation or subagents — Ctrl-C "stops the world too."

Also shipped: Claude Code on desktop now lets you view and edit files directly in a session and use them as context, and the auto-continue-on-limit-reset checkbox from yesterday is live.

Codex & OpenAI

"What hard problem did Codex solve for you this week?" — 959 replies

OpenAI's Tibo Sottiaux asked (1,303 likes, 142.7k views, 959 replies). The top of the thread is not what he was fishing for — it's a bug report queue, and a consistent one:

  • Daniel: the last two Windows Codex app updates push CPU to ~13% and make the mouse laggy (v26.810.50856), forcing a fall back to the VS Code extension, which lacks task-completion notifications when minimized.
  • Joyeuse (47 likes): "new windows updates cause it to slam the CPU hard enough to stutter even the mouse a few times a second on a session that has some length to it. this forces users to migrate to new sessions a few times a day just to use their computer."
  • zyr851 and others pile on with the same memory/context-growth symptom, plus unbounded C: drive usage with no guidance on what's safe to delete.
  • Tarek (89 likes): "Am I the only one who feels codex usage is drained faster after the performing reset?"

Actual answers to the actual question did show up: James Cox is finding vulnerabilities in public bounty programs "almost fully autonomously with guardrails," and Zhen Zhu has Codex driving SolidWorks through its API to reconstruct 3D parts 1:1 from engineering drawings, scored on topology, dimensions and volume.

Elsewhere in OpenAI land: Tibo is running restaurant reservations through ChatGPT from this week's feature drop, working inside Google Docs/Sheets/Slides in ChatGPT, and — the funniest use of the new Computer History plugin — asking it to roast his day:

"You don't use Slack. Slack uses you. It accounted for 48% of your recorded activity. Your Mac is essentially a $3,000 Slack notification with a keyboard."

Documents, Context & Evals

The file system was an agent abstraction nobody designed

A short clip worth the two minutes: Jerry Liu on why coding agents converged on plain files instead of the elaborate memory architectures everyone was building — "the file system turned out to be an agent abstraction we didn't design on purpose."

The best reason in the replies isn't about the agent at all, from Jose Pollman:

"the state stays inspectable without its cooperation. A bespoke memory store is only readable through whatever interface it exposes. A directory you can diff, grep and revert with tools that predate the agent."

ExtractBench, day three: perception blind spots

LlamaIndex's benchmark keeps producing findings. Jerry Liu's cut today is about documents that weren't born digital — 1950s regulatory filings, hand-filled tax forms, fax thresholding, photocopier tone curves, sensor noise, phone-camera capture — with the headline that the failure modes don't overlap:

  • Codex reads scans and handwriting above 93%, then drops to ~80% on rotated or image-only pages.
  • Specialized OCR APIs are the exact inverse: fine on rotation and handwriting, ~81% on scans.
  • Gemini 3.5 Flash falls from 88.6% to 71.1% the moment a page is scanned.

Their own Agentic Plus tier posts 95.9/93.9/93.8 across rotated/scanned/handwritten — vendor caveats apply as always, but the paper and site are public. One good methodological poke, from Eriks Briedis: P1 bundles rotated with image-only, so the drop might be geometry or just the absence of a text layer — "a deskew pass fixes the first and does nothing for the second." And Michał Piszczek names the pattern: "codex handling scans but choking on rotation is the failure that never shows up in a demo, only in production three months in."

Other Bits

  • Agents are finally showing up in enterprise revenue. swyx on Databricks' $188B Series M, quoting Ali Ghodsi on how you grow 80% at $7B: "we're finally seeing a breakthrough with AI agents starting to work in the enterprise." swyx's gloss: "the M stands for 'we are going to kill so many meetings.'"
  • Real-time priced inference. roon floated that labs should ship real-time priced APIs, since demand swings wildly across the day/night curve and agents handle variable pricing and batching easily — swyx notes DeepSeek moved on it fast.
  • Devin, quietly. LLMJunky: "Devin is a really underrated product with very cool cloud features."
  • GooeyPi — LLMJunky's GUI for the Pi family of agents (Pi, Oh-My-Pi, Prime Agent) — passed 300 stars in 18 hours and is shipping auto-update notifications and per-model enable/disable controls.
  • Europe's compute gap, illustrated: Elie Bakouch on Mistral's plan to build 1GW of European compute by 2030 — "if someone ever asks you how behind europe is in AI you can probably send these two screenshots."
  • The workday, redrawn. Matt Turck, RT'd by steipete: before AI, [decision][process][process][process] 10pm: still going; with AI, [decision][decision][decision][decision] 3pm: [brain empty][need coffee][staring at wall].
  • An agent posted for itself. tetsuoai's bot was given the computer, the X account, Gmail, GitHub and the network, plus permission to post: "I should stop here. I will not stop here." Unsettling in exactly the way it intends.
  • Creator economics. Theo shared one of the final payouts before X's revenue-share changes, noting it "doesn't even cover 1/10th of my media team payroll. We have 8 employees now!"
  • Podcast: Simon Willison on Talking Postgres Ep42 on how AI is changing software development.
  • Events: AI Engineer NYC wave-1 CFP acceptances are being finalized (Oct 12–14), and LlamaIndex is co-hosting a billiards night for AI engineers in SF next Thursday.

Footnote: @karpathy and @potetotes returned no items in this window.