Comment by bilekas

Comment by bilekas 8 days ago

2 replies

Yeah, this is amusing but I would like to see the source that was “vibes” 34k LOC is an outrageous number for something so basic..

jstummbillig 8 days ago

What is basic about it? It's packed with features (that you might not care about, but that seems entirely beside the point).

  • bilekas 8 days ago

    It has some basic features that are 'in-house' like a login, everything else seems to be using third party API's. As per the longer article :

    > Eleven Labs API for text-to-speech conversion

    > streamio-ffmpeg gem for audio file analysis

    > Active Storage integration for audio file management

    > OpenAI integration for recipe generation

    etc. I'm not saying it's not a fun excersize in 'vibe coding', I'm just very curios the quality of the code that was actually produced. Its my feeling project maintainability is something that will be a big pain point in the future is people are relying on these tools.. 35k LOC for this recipe app smells like that to me at least.