With LLMs, you don't need to use a dependency, you can distill the equivalent on demand.

  • With LLMs, you don't need to use a dependency, you can distill the equivalent on demand.
    • A dependency brings in complexity and risk from the rest of the ecosystem.
      • It's also not fit to your specific purpose, but a general one.
      • One bonus: you can get security fixes for free.
    • LLMs are great at writing code on demand.
    • If there are lots of examples of a given library, you can have it distill a custom one on demand, just for you, perfectly fit to your purpose.
    • No dependency risk!

More on this topic

From other episodes