I Shipped a macOS App Built by Claude Code
indragie.com
I Shipped a macOS App Built by Claude Code
1–4 of 4 posts
Re: I Shipped a macOS App Built by Claude Code
#2> This is 2,000 lines of Python code that, even if I had written it manually, I would've never bothered to automate more than the most critical steps, and certainly would not have put the effort into making the output look this nice.
Did you have concerns about the software doing things you didn't intend within its 2,000 lines of code - either due to bugs or you as the human not reading or understanding some parts of the code (or just not bothering to)?
The biggest concern I see repeated over and over when it comes to apps coded by machines is that the user & creator don't know what the app does.
Re: I Shipped a macOS App Built by Claude Code
#3Thanks for sharing some of the process, especially with screenshots! > This is 2,000 lines of Python code that, even if I had written it manually, I would've never bothered to automate more than the most critical steps, and certainly would not have put the effort into making the output look this nice. Did you have concerns about the software doing things you didn't intend within its 2,000 lines of code - either due t…
Re: I Shipped a macOS App Built by Claude Code
#4Thanks for sharing some of the process, especially with screenshots! > This is 2,000 lines of Python code that, even if I had written it manually, I would've never bothered to automate more than the most critical steps, and certainly would not have put the effort into making the output look this nice. Did you have concerns about the software doing things you didn't intend within its 2,000 lines of code - either due t…
Hi, I'm the author of the blog post. I didn't have any concerns about it doing things I didn't intend, because I was careful to review the diffs every time it made a change. There's a lot of hype about no-code AI app generators, and while that may work well some day, for now, I believe that these tools are most useful for maximizing the output of an experienced engineer who can understand the code being written by th…