Remix.run Logo
cat_plus_plus 6 hours ago

That's very impressive. Your LLM actually wrote a correct code for a full relational database on the first try, like it takes 2.5 seconds to insert 100 rows but it stores them correctly and select is pretty fast. How many humans can do this without a week of debugging? I would suggest you install some profiling tools and ask it to find and address hotspots. SQL Lite had how long and how many people to get to where it is?

bluefirebrand 6 hours ago | parent [-]

I could "write" this code the same way, it's easy

Just copy and paste from an open source relational db repo

Easy. And more accurate!

snoob2021 6 hours ago | parent | next [-]

It is a Rust reimplementation of SQLite. Not exactly just "copy and paste"

cat_plus_plus 6 hours ago | parent | prev [-]

The actual task is usually to mix something that looks like a dozen of different open source repos combined but to take just the necessary parts for task at hand and add glue / custom code for the exact thing being built. While I could do it, LLM is much faster at it, and most importantly I would not enjoy the task.