← Recommended Sites
Erik Craddock@eriklink

Don't read this Startup Slop | Peter Steinberger

As a society, it’s time to have a discussion about AI tho. This isn’t just about you or Lobsters - it’s about how we’re going to navigate a world where the tools of creation are rapidly changing.

Don't read this Startup Slop | Peter Steinberger

Peter Steinberger

Don't read this Startup Slop | Peter Steinberger

My website was banned from Lobsters as 'startup slop' for using AI agents to help write blog posts. When does tool-assisted writing become slop, and why are we having the wrong conversation about AI in content creation?

linkby Erik Craddock (@erik)Credit: Peter Steinberger
Erik Craddock@eriklink

Making AppleScript Work in macOS CLI Tools: The Undocumented Parts | Peter Steinberger

The Bottom Line

Making AppleScript work in CLI tools requires:

  1. An embedded Info.plist for identity
  2. Proper entitlements for permissions
  3. Correct code signing
  4. Optional: responsibility_spawnattrs_setdisclaim for cleaner permission dialogs
Making AppleScript Work in macOS CLI Tools: The Undocumented Parts | Peter Steinberger

Peter Steinberger

Making AppleScript Work in macOS CLI Tools: The Undocumented Parts | Peter Steinberger

How to make AppleScript work in macOS CLI tools without permission dialogs blaming Terminal.

linkby Erik Craddock (@erik)Credit: Peter Steinberger
Erik Craddock@eriklink

Claude Code is My Computer | Peter Steinberger

We’re in the very early days of AI-native development tools. Claude Code represents a paradigm shift: from tools that help you run commands to tools that understand intent and take action. I’m not just typing commands faster—I’m operating at a fundamentally higher level of abstraction. Instead of thinking “I need to write a bash script to process these files, chmod it, test it, debug it,” I think “organize these files by date and compress anything older than 30 days.”

This isn’t about AI replacing developers—it’s about developers becoming orchestrators of incredibly powerful systems. The skill ceiling rises: syntax fades, system thinking shines.

Claude Code is My Computer | Peter Steinberger

Peter Steinberger

Claude Code is My Computer | Peter Steinberger

I run Claude Code with --dangerously-skip-permissions flag, giving it full system access. Let me show you a new way of approaching computers.

linkby Erik Craddock (@erik)Credit: Peter Steinberger