Comment on How to turn off Gemini in Gmail — and why you should | Proton
IEatDaFeesh@lemmy.world 2 days agoSounds like a skill issue. I guess you don’t know how to prompt correctly. 🤷
Comment on How to turn off Gemini in Gmail — and why you should | Proton
IEatDaFeesh@lemmy.world 2 days agoSounds like a skill issue. I guess you don’t know how to prompt correctly. 🤷
hperrin@lemmy.ca 2 days ago
Feel free to try. Here’s the library I use: nymph.io
It’s open source, and all the docs and code are available at that link and on GitHub. I always ask it to make a note entity, which is just incredibly simple. Basically the same thing as the ToDo example.
The reason I use this library (other than that I wrote it, so I know it really well) is that it isn’t widely known and there aren’t many example projects of it on GitHub, so the LLM has to be able to actually read and understand the docs and code in order to properly use it. For something like React, there are a million examples online, so for basic things, the LLM isn’t really understanding anything, it’s just making something similar to its training data. That’s not how actual high level programming works, so making it follow an API it isn’t already trained on is a good way to test if it is near the same abilities as an actual entry level SWE.