[flagged]
Code is a medium, painting is a medium, piano is a medium, and prompting is a medium.
This sounds a little bitter.
81–90 of 163 posts
[flagged]
Code is a medium, painting is a medium, piano is a medium, and prompting is a medium.
This sounds a little bitter.
[flagged]
[flagged]
> What did _you_ do? How were _you_ creative? Where in this project is _your_ passion?
My passion is, and was never in the act of typing code. It was put in creating something that's useful or, in this case - fun. It's the end product that matters to me. I've put a lot of thinking into how exactly each element should work, look and behave. Then I verbalized all this thinking and created prompts that got turned into code, which resulted in a game that's apparently fun for people to play. And that's it.
Thank you for taking time to check my project.
[flagged]
There's a prompts.md (link: https://github.com/maciej-trebacz/tower-of-time-game/blob/ma...) that shows what the author did in this project, most of which is providing creative direction and corrective nudges to the AI.
Most people only care about the end result, and vibe coding got the author there much faster and with less effort.
Your comment reads like a carriage driver bemoaning car drivers because they didn't have to feed, groom, harness, and command a team of horses, yet still arrived successfully at their destination.
"Why should I be impressed that you turned a wheel and pushed a pedal?"
Earlier quoted context omitted.
I tried to build a simple static HTML game for the board game Just One, where you get a text box, type a word in, and it's shown full screen on the phone. There's a bug where, when you type, the text box jumps around, and none of the four LLMs I tried managed to fix it, no matter how much I prompted them. I don't know how you guys manage to one-shot entire games when I can't even stop a text box from jumping around t…
Same. I had some idea that I wanted to build a basic sinatra webapp with a couple features. First version was pretty good. Then I asked it to use tailwind for the css. Again pretty good. Then I said I wanted to use htmx to load content dynamically. Suddenly it decides every backend method needs to check if the call is from htmx and alter what it does based on that. No amount of prompting could get it to fix it.
Earlier quoted context omitted.
I recently had a need to create educational animations. These were programmatically created using the Manim library in Python. I'm a mobile dev by trade. The best interaction i had recently was with Python and the Manim library specifically which are not my area of expertise. This was a series of "Create an animation that shows X with a graph of the result over variables Y". AI gave a one shot successful results with…
Would that have taken you weeks though? I imagine reading through a few articles and examples could have gotten you there. I never heard of Manim before but found these pretty quickly: https://docs.manim.community/en/stable/examples.html https://manimclass.com/plot-a-function-in-manim/ I am not trying to pick at you, but it feels like what I am currently able to do with AI, shave off a few hours, but not weeks. I agr…
We tend to underestimate engineering time generally. So i wouldn't look at the above and say "that seems doable in X hours". I stand strongly by my assertion that it saved me a week (at least!) all up.
Earlier quoted context omitted.
Same. I had some idea that I wanted to build a basic sinatra webapp with a couple features. First version was pretty good. Then I asked it to use tailwind for the css. Again pretty good. Then I said I wanted to use htmx to load content dynamically. Suddenly it decides every backend method needs to check if the call is from htmx and alter what it does based on that. No amount of prompting could get it to fix it.
Hard to tell what exactly went wrong in your case, but if I were to guess - were you trying to do all of this in a single LLM/agent conversation? If you'll look at my prompt history for the game from OP you'll see it was created with a dozens of separate conversations. This is crucial for non-trivial projects, otherwise the agent will run out of context and start to hallucinate.
Anyway what a world. It would have taken me weeks to create what an AI and myself are able to whip up in a few short, and fun, hours.
Giving a personality to Gemini is also a vital feature to me. I love the portability of the GEMINI.md file so I can bring that personality onto other devices and hand-tailor it to custom specifications.