Remix.run Logo
bee_rider 3 hours ago

This LLM stuff is a little weird. Previously we had Python which was pretty close to pseudocode but you could run it directly. Now, these LLMs are one step more abstract, but their outputs aren’t runnable directly, they produce possibly incorrect code-like-text. Actually this seems like good news for programmers since you have to read the code in the lower-level language that gets produced.