Futures
Access hundreds of perpetual contracts
TradFi
Gold
One platform for global traditional assets
Options
Hot
Trade European-style vanilla options
Unified Account
Maximize your capital efficiency
Demo Trading
Introduction to Futures Trading
Learn the basics of futures trading
Futures Events
Join events to earn rewards
Demo Trading
Use virtual funds to practice risk-free trading
Launch
CandyDrop
Collect candies to earn airdrops
Launchpool
Quick staking, earn potential new tokens
HODLer Airdrop
Hold GT and get massive airdrops for free
Launchpad
Be early to the next big token project
Alpha Points
Trade on-chain assets and earn airdrops
Futures Points
Earn futures points and claim airdrop rewards
swyx Uses Claude to Turn Old Blog Posts into Mac Setup Scripts
Headline
swyx turned his old Mac setup blog posts into executable scripts using Claude, but macOS security prompts still need human babysitting.
Summary
Shawn “swyx” Wang replied in a Twitter thread about using Claude to convert his past blog posts on MacBook setups into bash scripts. He fed the model four years of setup documentation and published the result as a GitHub “skill” for tools like his “Claude cowork” project. The scripts work, but he’s frustrated that macOS security warnings still require manual intervention. This shows where AI-driven automation actually helps developers today—and where operating system friction still gets in the way.
Analysis
swyx co-founded the Latent Space podcast and helped popularize the “AI Engineer” role through his ai-notes repo and conference talks. His experiment here is straightforward: take unstructured documentation, have Claude generate scripts from it, and see what breaks.
What broke was macOS. The “stupid warnings” he mentions are the security dialogs that pop up when scripts try to access protected resources—accessibility permissions, disk access, that kind of thing. These exist for good reasons, but they make headless automation impossible without workarounds or human intervention.
The interesting part isn’t that Claude can generate bash scripts (it can, reliably). It’s that the bottleneck has shifted from “can AI write the code” to “will the operating system let the code run.” That’s a different problem, and one that Apple has little incentive to solve.
For enterprise teams considering similar automation, this is a useful data point: AI code generation is getting good enough that system-level permissions become the constraint.
Impact Assessment