lots of stuff
This commit is contained in:
parent
b8225c639e
commit
b9ad9215cc
1393 changed files with 84963 additions and 5687 deletions
7
interesting/llms-are-bad-at-real-world-sql.md
Normal file
7
interesting/llms-are-bad-at-real-world-sql.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# LLMs are bad at real world SQL
|
||||
|
||||
https://cacm.acm.org/blogcacm/if-you-think-you-can-do-real-world-text-to-sql/
|
||||
|
||||
An interesting article from an academic blog that explains something I had sensed for quite a long time: LLMs may seem to perform a decent job at translating natural language requests into SQL queries. But that only holds on pristine, lab-grade database schemas. The moment you jump into a messy, real database, it all breaks down.
|
||||
|
||||
This guys replicated some benchmarks on a nasty DWH database and suddenly, success rates went down from 80% of cases to an astounding... 0%. Way to go Claude.
|
||||
Binary file not shown.
6
interesting/vimscoops.md
Normal file
6
interesting/vimscoops.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
https://vimscoops.dev/game
|
||||
|
||||
An online game to learn Vim motions.
|
||||
|
||||
Way better than the dry-ass course I did to learn Vim.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue