HN user

steepben

12 karma
Posts2
Comments9
View on HN

Yes it's a large chunk, but not everything! Marc had a comment on bluesky regarding this:

Many SQL aggregations are monotonic operations (e.g. MAX, SUM, etc) that can be partially completed on each node and then post-merged. Some (e.g. DISTINCT) can be transformed into monotonic ops with some effort. Some aren't possible to do this way. (Ref on monotonicity: arxiv.org/pdf/1901.01930)

The benefit of this is that a lot more work is done _close_ to the data. The trend is that bandwidth is getting larger in data centers, but latency isn't improving at the same rate. Reducing the number of round trips between QP and storage greatly improves the overall query latency, even if you have to do more work on the storage.

According to page 128 of their S-1 filing [0], their claims bot "AI Jim" processes claims without human intervention in a third of cases, including automatically denying claims. So either the second tweet in the thread is a lie, or their S-1 filing is a lie. This was pointed out by Rachel Metz [1].

[0] https://sec.report/Document/0001047469-20-003416/#cy40510_bu... [1]: https://twitter.com/rachelmetz/status/1397625251257753606?s=...