duendefm 54 minutes ago

Well despite my current anti AI sentiment, I have to admit that after reading the article, It was a good use of AI, done by someone with good technical skills. Still I have the feeling that this only works because of the vast accumulated knowledge pre-AI, and if everybody keeps going in this path, it will end up making everyone not advancing their knowledge at the pace they did before. I feel that this AI immersion is really about selling our soul to the devil for short term gains.

  • Daishiman 38 minutes ago

    > till I have the feeling that this only works because of the vast accumulated knowledge pre-AI

    I'm not about to say that there's nothing new under the sun, but parsers are a really well-understood problem where 99.9% of people don't need frontier knowledge and wouldn't be in a position to use it anyway.

    And I don't think that people doing research on parsers would ever rely on LLMs for precisely that reason. But we're not parser researchers right?

  • bitlad 19 minutes ago

    I think AI is powertool. Period. If you give it to people who are skill, it will create a mess.

    I think democratization of intelligence is going to be interesting. You could say the same with same about internet. I think it is part of evolution. May be intelligence or expertise is what does not make us special. May be it is that we are ingenious amd creative with tools and thats how we evolve.

    • ekidd 12 minutes ago

      > May be it is that we are ingenious amd creative with tools and thats how we evolve.

      And every time you use the AI to be ingenious or creative, that will be added to the training data. Then someday the AI can be ingenious and creative without you! (It might take a few more breakthroughs. But investors will literally spend trillions chasing those breakthroughs.)

      The endgame here is to replace all human intelligence and labor with machines that are smarter and work cheaper. But who controls the machines?

    • choilive 4 minutes ago

      There are some studies that suggest human brain sizes have been shrinking over the last 20,000 years. The theory is that as civilization developed the demand for individual humans to be independently intelligent has weakened because we developed a "collective brain" and also self-domesticated to be more cooperative.

russellthehippo 10 minutes ago

The key parts of this is how not vibecoded it is. Feels like a model of how you should do software with AI. Now that we can easily set up property testing, fuzzing, etc. there's almost no reason not to.

  • spullara 5 minutes ago

    that is vibecoding these days

mikkelam 1 hour ago

I cannot believe they're sticking to their guns on this website design. It's awful.

  • pixel_popping 44 minutes ago

    They have an excellent branding and have some balls to pull it off, it shows passion, I highly trust it even in company settings.

  • noja 36 minutes ago

    I love it. So different. Slightly BeOS.

  • kg 35 minutes ago

    Try clicking 'switch to website mode' on the left side

lovasoa 26 minutes ago

The thing I would have liked to know is why they don't use an existing fast SQL parser. Was being slightly incompatible with all existing SQL dialects a product requirement?

  • robbie-c 19 minutes ago

    Our SQL is very similar to ClickHouse SQL, in that we used ClickHouse SQL as a starting point as that's what our underlying DB is. We needed to have our own parser so that we could add additional language features on top.

sam_lowry_ 1 hour ago

Dunno about the parser, but you broke scrolling on your fancy website without noticing it also ;-)

duke_of_vandals 23 minutes ago

How long did this take?

  • robbie-c 16 minutes ago

    It took about 2 days to get a proof of concept, and about a week to get something I could ship to production.

    I skipped a few features for the PoC (like XML tag support, token positions), so most of the delta was adding those back in!

elmean 20 minutes ago

why do I need to download multiple bibles worth of javascript to read a blog post