New ask Hacker News story: Has anyone tried building tools without coding?

Has anyone tried building tools without coding?
6 by gonzor | 2 comments on Hacker News.
I've been writing code for over 10 years. I love how fast I can ship with Cursor. I've been excited about the idea that I might not need to write code anymore. However, every time I tried no-code tools in the past, they just wouldn’t work well enough. Well, I tried again. I used to put ideas on the back burner, blaming a lack of time. That excuse doesn’t hold anymore. So I recently decided to turn two small ideas for my personal use into reality: - Airbnb Sort by Price Extension - Spotify macOS Notification Center Widget Given their small scope, I assumed AI could handle them. I used o3 Mini High, which was the best coding model until 3.7. Airbnb Sorter At first, sorting data on the initial load had hiccups, but after a few iterations, the model produced fully functional code. The only thing I had to manually provide was the HTML element IDs. Overall, great experience. It was my first time building an extension, despite being very comfortable with web technologies. The only minor inconvenience was that it requested excessive permissions, which I manually trimmed down before publishing. Spotify macOS Notification Center Widget I expected the biggest challenge to be pulling data from Spotify. Turns out, the real issue was macOS UserDefaults. UserDefaults on MacOS work in an odd way and AI couldn't fix it. Eventually it entered an infinite loop of suggesting the same over and over. Despite following Apple’s documentation manually, I couldn’t get them to sync between my extension and the app. I ended up temporarily disabling part of the sandbox—fine for personal use but not ideal. My Takeaways No surprises here: AI is great for tasks that work out of the box or are well-documented. I love how quickly I can build in unfamiliar territory. But the moment you hit an unusual issue, AI alone won’t cut it. I’m excited to try Claude 3.7 and its CLI tool to see if it handles the same challenges better. Curious to hear others' experiences—have you built something more complex just by prompting? Have tools like Replit and Lovable worked for you? My impression is that AI is an incredible companion but still needs a developer to keep the bigger picture in mind.

Comments

Popular posts from this blog

How can Utilize Call Center Outsourcing for Increase your Business Income well?

New ask Hacker News story: Is someone trying to steal credit for inventing the eTicket?