11 comments

[ 0.24 ms ] story [ 37.2 ms ] thread
I don't know why but I really struggle comprehending AI written READMEs and comments. I understand the words but the way it's written is just distracting and unintelligible.
Fair point, I legit have a policy not to read anyone's "Thoughts" if they were AI -- hypocritical of me I went on with AI assisted documentation. I wanted a quick POC repo and I went the lazy way -- would love to redo any sections that didn't make sense.
From what I gather, the most valuable feature is this: "2. Why does SQL double-count? (the "fan-out")"

But your example is not convincing this is a common enough problem to merit a library.

You have a table with cost that sums to 400. If you summed that table you'd get the same error. You don't need a fan-out JOIN to get the error...

That seems like bad database design, and creating a separate config file to mask the bad database design, rather than fixing the actual problem.

I think this could actually be useful, but I'd recommend a better example.

An OLAP table should be designed so that values can be summed if that's the purpose of the table. A relational table should be designed so that you don't have replicated bad data.

I think it would be better to have support for Skills.
How much of it is written by AI?
This was a passion weekend project started with only 60lines of code and idea to translate semantic and check sql against it. So definitely leveraged claude for documentation, testing, scaling.

However, personally I do want to redo a lot of sections that feel slop-esque. So if you do have any specific feedback on particular sections, would be happy to apply.