❌

Normal view

  • βœ‡Manton Reece
  • Meta acquires Moltbook. From TechCrunch: OpenClaw blew up among the tech c…
    Meta acquires Moltbook. From TechCrunch: OpenClaw blew up among the tech community, but Moltbook broke containment, reaching people who had no idea what OpenClaw was, but who reacted viscerally to the idea that there was a social network where AI agents were talking about them. Moltbook is still crazy and interesting, but not sure it fits at Meta in the way that OpenClaw might’ve. I’m just glad Peter Steinberger ended up at OpenAI.
     

Meta acquires Moltbook. From TechCrunch: OpenClaw blew up among the tech c…

10 March 2026 at 16:13

Meta acquires Moltbook. From TechCrunch:

OpenClaw blew up among the tech community, but Moltbook broke containment, reaching people who had no idea what OpenClaw was, but who reacted viscerally to the idea that there was a social network where AI agents were talking about them.

Moltbook is still crazy and interesting, but not sure it fits at Meta in the way that OpenClaw might’ve. I’m just glad Peter Steinberger ended up at OpenAI.

  • βœ‡Manton Reece
  • Running Xcode from Codex
    I’ve been doing a lot of work in Codex for the upcoming Inkwell for Mac release. I’m weeks ahead of where I thought I’d be. One small tweak I’ve made to my workflow is to wire up ⌘R to run the project while I’m in Codex. Codex has its own run action button, which in theory could run xcodebuild or osascript command-line tools, but that didn’t work for me. So I reached for FastScripts instead. I wrote this tiny AppleScript: tell application "Xcode" activ
     

Running Xcode from Codex

10 March 2026 at 17:23

I’ve been doing a lot of work in Codex for the upcoming Inkwell for Mac release. I’m weeks ahead of where I thought I’d be. One small tweak I’ve made to my workflow is to wire up ⌘R to run the project while I’m in Codex.

Codex has its own run action button, which in theory could run xcodebuild or osascript command-line tools, but that didn’t work for me. So I reached for FastScripts instead. I wrote this tiny AppleScript:

tell application "Xcode"
	activate
	run workspace document 1
end tell

Here’s a screenshot of the config in FastScripts:

FastScripts Settings window displaying keyboard shortcuts for various scripts and settings options.

Now when I’m in Codex and it has finished a change, I review the transcript, then hit ⌘R to run my Mac app and test the new thing. If I don’t like it, I’ll ask Codex for changes and run again. Then I can review the code diff and tweak or commit as needed. The keyboard shortcut makes this cycle just a little smoother.

  • βœ‡Manton Reece
  • Thomas Ricouard is joining OpenAI. Thomas worked on the Medium iOS app, Ice…
    Thomas Ricouard is joining OpenAI. Thomas worked on the Medium iOS app, Ice Cubes for Mastodon (written in SwiftUI), and Codex Monitor. From a thread on Twitter / X: I also can’t wait to bring my iOS and macOS expertise to help shape the Codex experience around those platforms. He appears to have stopped posting to the fediverse. It’s too bad the AI community is so entrenched on Twitter / X.
     

Thomas Ricouard is joining OpenAI. Thomas worked on the Medium iOS app, Ice…

10 March 2026 at 18:41

Thomas Ricouard is joining OpenAI. Thomas worked on the Medium iOS app, Ice Cubes for Mastodon (written in SwiftUI), and Codex Monitor. From a thread on Twitter / X:

I also can’t wait to bring my iOS and macOS expertise to help shape the Codex experience around those platforms.

He appears to have stopped posting to the fediverse. It’s too bad the AI community is so entrenched on Twitter / X.

❌