Shepherd's Dog: A Game by Fable
101–110 of 144 posts
Re: Shepherd's Dog: A Game by Fable
#102“ can it build a game idea I've had for years, in a single shot?” Do people do no research or introspection when they’ve had an “idea for years”? There are countless examples of this exact game. I played this on the Gameboy Advance! There’s like 50 of them on the App Store right now. The standard “this almost certainly exists wholesale in the training data” applies, but I’m also interested in how you carry an idea fo…
While I agree that it isn't revolutionary that it could implement this from a single prompt, what's surprising to see is how well done this one is compared to the other tries. The controls and movement are smooth, the animations aren't jittery, the ui makes sense, there's a clear progression in difficulty. This model clearly "understands" the implementation of this game far better than the others did.
Re: Shepherd's Dog: A Game by Fable
#103“ can it build a game idea I've had for years, in a single shot?” Do people do no research or introspection when they’ve had an “idea for years”? There are countless examples of this exact game. I played this on the Gameboy Advance! There’s like 50 of them on the App Store right now. The standard “this almost certainly exists wholesale in the training data” applies, but I’m also interested in how you carry an idea fo…
IMO the ability to describe a game and let the AI implement a PoC is pretty wild. It's a signal as to whether such an idea is worth pursuing further to me rather than a finished product. And I am enjoying all the experimentation with existing genres as well as the occasional truly original experience due to the dramatically lower cost of entry. What these efforts lack currently is the playtesting and polish that is hard without a human in the loop. So much like agentic engineering, the productive work is in being a centaur. It surprises me how much pushback this is getting from the demographic that embraced the relatively inscrutable git over simpler alternatives for small teams along with the tower of Babel of equally inscrutable frameworks and APIs.
It's not unlike Martin Scorsese admitting upfront he's using GenAI as a creative tool to visualize scenes for his scripts. The predictable backlash that he dare use AI in any way for any aspect of his craft despite his irrefutable oeuvre is a sign of the times more than a legitimate objection to me. Ask the users of deviantArt to stop working with Photoshop and see how that goes.
Having worked in the game industry in the past and adjacent to Hollywood over my career, they were already top heavy exploitative cultures before AI. And any auteur that thinks they can replace humans with agents is as tuned in to GenAI as the tech CEOs and VCs that happily announced layoffs and instituted tokenmaxxing benchmarks to measure the "incredible" boost in productivity AI enables.
So my question, ahead of the mandatory downvotes for not chanting along with the torch-bearing mob against AI in every way is: beyond the CapEx and the buildout issues (both legit IMO), how is AI impacting you negatively and personally?
Re: Shepherd's Dog: A Game by Fable
#104Earlier quoted context omitted.
It's called Ostrich effect and we all do it. You enjoy toying with your own idea so much, that your brain shields you from the pain of finding out it already exists. Deep down you know it probably exists. It's harmless, unless there's other people's time and money involved.
> You enjoy toying with your own idea so much, that your brain shields you from the pain of finding out it already exists. Doesn’t look like the author toyed with the idea at all, though, apart from having it in their head. Considering how they describe themselves (Check the About/Home page), if they had toyed with it at all they would have already built it. I also don’t see why finding out it exists would be “painfu…
Re: Shepherd's Dog: A Game by Fable
#105Earlier quoted context omitted.
While I agree that it isn't revolutionary that it could implement this from a single prompt, what's surprising to see is how well done this one is compared to the other tries. The controls and movement are smooth, the animations aren't jittery, the ui makes sense, there's a clear progression in difficulty. This model clearly "understands" the implementation of this game far better than the others did.
Yes, this subtly seems worth noting. That smoothness suggests that even if many of the concepts are common/non-original, the bringing together of various pieces in a form that works well on modern mobile browsers is still impressive - browsers are moving targets and even if there are open source versions of this, it's comparatively rare they'd get continual care and attention to stay fully current (unless implemented…
Re: Shepherd's Dog: A Game by Fable
#106So it created a trivial game that a teenager could’ve built as a part-time project while acquiring deep knowledge.
Re: Shepherd's Dog: A Game by Fable
#107Re: Shepherd's Dog: A Game by Fable
#108I think it’s impressive that an LLM can take you to a local maxima in one-shot. But once you start maintaining it, improving it and fixing bugs, you’ll eventually need to rip it apart and put it back together again while understanding how it all works. This is why I think the better approach isn’t to one-shot but to have the architecture in your head and build it up piece by piece, with the AI accelerating the code w…
This is what spec .md files are for, skill issue