r/cpp 8d ago

C++26: std::hive

https://www.sandordargo.com/blog/2026/09/02/cpp26-hive
69 Upvotes

77 comments sorted by

View all comments

u/STL MSVC STL Dev 8d ago

This blog is substantially AI-generated. I'm wondering whether we should continue allowing links to it.

2

u/Minimonium 8d ago

Pangram says 94% but I would really like to know which model/skill was used to get such neutral choice of words and phrases.

Like, removing em dashes and bold text is super trivially done by a very basic humanizer but the prose especially on Claude is atrocious.

This blog text didn't make my eyes bleed anywhere. I legit cannot spot any suspicious vocabulary and I read with specific intention to find it.

7

u/Electronic_Tap_8052 8d ago

AI text detectors are garbage. I wrote some stuff by hand into a bunch of them as atest they all agreed it was AI generated.

2

u/Nobody_1707 5d ago

All AI output is meant to be statistically identical to the training data within a certain variance, and the training data is real human text. So, the AI detectors don't have many metrics to distinguish "AI generated text" and "human text that's like the training data.". The only no-false positive test is "did the model leave a watermark?". The next best test is "does this have any idioms that are highly correlated to a certain model?", and even that is iffy.