Hacker News new | ask | show | jobs
by pyk 38 days ago
Alright, I am building QuizFox, a small daily trivia app for iOS: https://apps.apple.com/us/app/quizfox-daily-trivia-game/id67...

I’ve always liked trivia / Jeopardy-style games and learning, so this started as a fun side project to see how quickly I could build and ship something “real” using AI-assisted development (I got my niece and nephews in there trying it out, so a success there for them to see that they can build the next new awesome app themselves!).

AI dev is definitely hit or miss on development, but I am surprised at how well AI is doing some app dev tasks (using frameworks it does exceedingly well, not surprising!), and also some misses (trivia writing it does oddly well, but verifiability is imperfect, I had some issues early on with hallucination to fix, but pretty good now!).

Would love feedback, especially on the onboarding, obvious gotchas, question quality, and the app overall, I am using it to learn a lot quickly!