← Back to context

Comment by EagnaIonat

3 days ago

> I don't understand the code that was written well enough to work on it myself any more.

That's worse than you think. Maybe not for you though.

They are trying hard to push vibe coding in my work and they had one demo that stood out.

They showed how VC had created an app to analyse multiple logs. It worked, but when they showed the code it was using csv module in python and had created all its own functions. The app was 100's of lines long. The same thing could have been achieved in a few lines of code using pandas.

The person creating the app had no experience of python, nor how do to the work. So they could never tell whats wrong.

.. And that is what is going to happen as junior people come into the workforce, as the next line being pushed is you don't need an expert to VC.

Now imagine that tool in the hands of someone who knows how to build it the right way, and can instruct the LLM to generate the code in the right way. You get what you would have created yourself, but just much faster.

  • > You get what you would have created yourself, but just much faster.

    Faster but not same as an expert would have created.

    As an expert you have assumed knowledge on your area of expertise. For example I would assume that the system would know to use pandas and not csv module, because the latter would be a stupid thing to do outside of learning python.

    • As an expert you can instruct the llm what to generate, so you’d get what you would write by hand, just faster.

      1 reply →