← Back to context

Comment by ako

3 days ago

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.