Viewing profile — alexxys
alexxys
HN member- Joined
- Sat, Apr 08, 2023, 4:39 PM UTC
- HN karma
- 1
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About alexxys
No profile information was provided.
Recent public activity
-
comment
Comment #42648064
I absolutely love autocomplete in VSCode but hate it in Visual Studio while using the same LLM. The big difference for me is the function AcceptNextWord which Visual Studio doesn't…
-
comment
Comment #42056517
This meme already exists ;) https://www.reddit.com/r/ChatGPT/comments/128nwi2/bullet_poi...
-
comment
Comment #39818958
The article talks a lot about async/await but fails to clearly state the main advantage of async code over threads. Async code in general (not only in Rust) allows a server to proc…
-
comment
Comment #39405680
Yeah, RAG can't provide such guarantees. Moreover, even if the correct answer is printed somewhere, LLM+RAG still may produce wrong answer. Example from MS Copilot with GPT-4: http…