frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

What Being Ripped Off Taught Me

https://belief.horse/notes/what-being-ripped-off-taught-me/
113•doctorhandshake•1h ago•59 comments

Germany Doxes "UNKN," Head of RU Ransomware Gangs REvil, GandCrab

https://krebsonsecurity.com/2026/04/germany-doxes-unkn-head-of-ru-ransomware-gangs-revil-gandcrab/
8•Bender•34m ago•3 comments

Show HN: I built a tiny LLM to demystify how language models work

https://github.com/arman-bd/guppylm
683•armanified•14h ago•95 comments

France pulls last gold held in US for $15B gain

https://www.mining.com/france-pulls-last-gold-held-in-us-for-15b-gain/
355•teleforce•6h ago•200 comments

Microsoft hasn't had a coherent GUI strategy since Petzold

https://www.jsnover.com/blog/2026/03/13/microsoft-hasnt-had-a-coherent-gui-strategy-since-petzold/
632•naves•20h ago•416 comments

Gemma 4 on iPhone

https://apps.apple.com/nl/app/google-ai-edge-gallery/id6749645337
736•janandonly•19h ago•210 comments

An open-source 240-antenna array to bounce signals off the Moon

https://moonrf.com/
177•hillcrestenigma•11h ago•27 comments

PostHog (YC W20) Is Hiring

1•james_impliu•1h ago

The 1987 game “The Last Ninja” was 40 kilobytes

https://twitter.com/exQUIZitely/status/2040777977521398151
188•keepamovin•11h ago•124 comments

One ant for $220: The new frontier of wildlife trafficking

https://www.bbc.com/news/articles/cg4g44zv37qo
77•gmays•4d ago•3 comments

Show HN: Real-time AI (audio/video in, voice out) on an M3 Pro with Gemma E2B

https://github.com/fikrikarim/parlor
174•karimf•20h ago•13 comments

Drop, formerly Massdrop, ends most collaborations and rebrands under Corsair

https://drop.com/
80•stevebmark•10h ago•26 comments

LÖVE: 2D Game Framework for Lua

https://github.com/love2d/love
354•cl3misch•2d ago•174 comments

Signals, the push-pull based algorithm

https://willybrauner.com/journal/signal-the-push-pull-based-algorithm
92•mpweiher•2d ago•29 comments

Running Gemma 4 locally with LM Studio's new headless CLI and Claude Code

https://ai.georgeliu.com/p/running-google-gemma-4-locally-with
328•vbtechguy•21h ago•79 comments

Sheets Spreadsheets in Your Terminal

https://github.com/maaslalani/sheets
125•_____k•2d ago•30 comments

Show HN: Gemma Gem – AI model embedded in a browser – no API keys, no cloud

https://github.com/kessler/gemma-gem
111•ikessler•14h ago•18 comments

Show HN: I made a YouTube search form with advanced filters

https://playlists.at/youtube/search/
271•nevernothing•14h ago•170 comments

Case study: recovery of a corrupted 12 TB multi-device pool

https://github.com/kdave/btrfs-progs/issues/1107
95•salt4034•11h ago•43 comments

Music for Programming

https://musicforprogramming.net
258•merusame•20h ago•113 comments

Number in man page titles e.g. sleep(3)

https://lalitm.com/til-number-in-man-page-titles-e-g-sleep-3/
81•thunderbong•4h ago•35 comments

Why Switzerland has 25 Gbit internet and America doesn't

https://sschueller.github.io/posts/the-free-market-lie/
632•sschueller•19h ago•508 comments

Usenet Archives

https://usenetarchives.com
90•myth_drannon•12h ago•30 comments

Is Germany's gold safe in New York ?

https://www.dw.com/en/is-germanys-gold-safe-in-new-york/video-75766873
190•KnuthIsGod•3h ago•174 comments

Employers use your personal data to figure out the lowest salary you'll accept

https://www.marketwatch.com/story/employers-are-using-your-personal-data-to-figure-out-the-lowest...
328•thisislife2•13h ago•186 comments

Show HN: Modo – I built an open-source alternative to Kiro, Cursor, and Windsurf

https://github.com/mohshomis/modo
77•mohshomis•14h ago•17 comments

Tiny Corp's Exabox

https://twitter.com/__tinygrad__/status/2040944508402360592
41•macleginn•2h ago•7 comments

A tail-call interpreter in (nightly) Rust

https://www.mattkeeter.com/blog/2026-04-05-tailcall/
182•g0xA52A2A•23h ago•42 comments

Eight years of wanting, three months of building with AI

https://lalitm.com/post/building-syntaqlite-ai/
849•brilee•1d ago•269 comments

Caveman: Why use many token when few token do trick

https://github.com/JuliusBrussee/caveman
809•tosh•1d ago•344 comments
Open in hackernews

Ask HN: How do systems (or people) detect when a text is written by an LLM

35•elC0mpa•2h ago
Hello guys, just curious about how can people or systems (computers) detect when a text was written by an LLM. My question is mainly focused to if there is some API or similar to detect if a text was written by an LLM. Thanks!!!

Comments

dipb•1h ago
Humans detect them mostly through pattern matching. However, for systems, my guess is that a ML model is trained on AI genres texts to detect AI generated texts.
moonu•1h ago
Pangram is probably the best known example of a detector with low false positives, they have a research paper here: https://arxiv.org/pdf/2402.14873. They do have an API but not sure if you need to request access for it.

For humans I think it just comes down to interacting with LLMs enough to realize their quirks, but that's not really fool-proof.

spindump8930•1h ago
Pangram has time after time been shown as the only detector that mostly works. And that paper is pretty old now! There are recent papers from academics independently bench-marking and studying detectors e.g. https://arxiv.org/abs/2501.15654
Someone1234•1h ago
They cannot.

Unfortunately many believe they can, and it is impossible to disprove. So now real people need to write avoiding certain styles, because a lot of other people have decided those are "LLM clues." Bullets, EM Dash, certain common English phases or words (e.g. Delve, Vibrant, Additionally, etc)[0].

Basicaly you need to sprinkle subtle mistakes, or lower the quality of your written communications to avoid accusations that will side-track whatever youre writing into a "you're a witch" argument. Ironically LLM accusations are now a sign of the high quality written word.

[0] https://en.wikipedia.org/wiki/Wikipedia:Signs_of_AI_writing

loloquwowndueo•1h ago
The key insight is to avoid – em dashes. You’re absolutely right. It’s not the content, it’s the style.
LoganDark•1h ago
That's an en-dash.
loloquwowndueo•1h ago
Sorry! Is this ok? —
singpolyma3•58m ago
You're absolutely right. That is an em dash
LoganDark•42m ago
You're absolutely right. They are absolutely right
sumeno•59m ago
You're absolutely right! I unintentionally used an en-dash instead of an em-dash. Here is the em-dash you requested: –
sanex•1h ago
Ironically one of the big tells for me is the "It's not this. It's that." Your comment uses a comma though so you're probably a real person :)
rcxdude•1h ago
I assume they were aping those terms ironically (especially given the 'you're absolutely right')
loloquwowndueo•1h ago
Busted!!!!

Staccato (too may short sentences with periods) is also a telltale for me. Most humans prefer longer sentences with more varied punctuation; I, for example, am a sucker for run-on sentences.

alex43578•1h ago
Someone with native fluency in American English can (should) be able to tell the difference between human writing and unpolished AI copy-paste.

Essentially 0 people use emoji to create a bulleted list. Nobody unintentionally cites fake legal precedents or non-existent events, articles, or papers. Even the “it’s not X, it’s Y” structure, in the presence of other suspicious style/tone cues signals LLM text.

prmph•1h ago
Also one big tell that is hard to hide is making verbose lists with fluff but little actual informative content.

Ask an LLM to read your project specs and add a section headed: Performance Optimizations, to see an example of this

Another is a certain punchy and sensationalist style that does not change throughout a longer piece of writing.

roncesvalles•1h ago
Exactly, it's the monotony of the style that gives it away.
alex43578•56m ago
One of my subtle favorites is the “H2 Heading with: Colorful Description”

Eg - The Strait of Hormuz: Chokepoint or Opportunity?

Filligree•52m ago
I’ve used titles like that for thirty years.
lelanthran•50m ago
I'm going to ask the qustion I ask everyone who makes the claim that they wrote like that for years: Can you show us a link from prior 2022 that you wrote like that?
fwip•39m ago
Sure, and an LLM-written article will use that pattern eight times in two pages.
derwiki•1h ago
Emojis for lists: completely agree with you, but presumably this was learned in training?
alex43578•59m ago
I think that’s a RLHF issue - if you ask people “which looks better”, they too-frequently picked the emoji list. Same with the overuse of bolding. I think it’s also why the more consumer-facing models are so fawning: people like to be praised.
EagnaIonat•55m ago
> 0 people use emoji to create a bulleted list.

I haven't seen this yet, but I guess the only reason I haven't done it is because it never crossed my mind.

What I have found an easy detection is non-breaking spaces. They tend to get littered through the passages of text without reason.

jcims•50m ago
>Even the “it’s not X, it’s Y” structure

I wonder where some of this comes from. Another one is 'real unlock', it's not a common phrasing that I really recall.

https://trends.google.com/explore?q=real%2520unlock&date=all...

fleebee•49m ago
I think the trope in this comment[0] from another thread is the most obvious tell, perhaps even more than "not x, but y".

> It’s the fake drama. Punchy sentences. Contrast. And then? A banal payoff.

It's great because it's a double-decker of annoying marketing copy style and nonsensical content.

[0]: https://news.ycombinator.com/item?id=47615075

fortran77•1h ago
And I'm sure we've all seen what happens if you run the Declaration of Independence or the Gettysburg Address or the book of Genesis through an AI "detector". They usually come back as AI.
spindump8930•1h ago
Only for poor quality systems. Unfortunately there are many systems that tried to make easy hype, but are the equivalent of an ML 101 classifier class project.

If one measures for perplexity (how likely text is under a certain language model), common text in a training set will be very likely. But you can easily create better models.

sheepscreek•1h ago
This is the correct answer. We’re at a point where it will soon be safer to assume a human or someone with agency and their approval wrote the text, than to completely dismiss it as “written by LLM” or a human.

So judge the content on its merit irrespective of its source.

mulr00ney•1h ago
> Unfortunately many believe they can, and it is impossible to disprove. So now real people need to write avoiding certain styles, because a lot of other people have decided those are "LLM clues." Bullets, EM Dash, certain common English phases or words (e.g. Delve, Vibrant, Additionally, etc)[0].

I think people will be able to detect the lowest-user-effort version of LLM text pretty reliably after a while (ie what you describe; many people have a good sense of LLM clues). But there's probably a *ton* of LLM text out there where some of the instructions given were "throw a few errors in", "don't use bullet points or em dashes", "don't do the `it's not this, it's that` thing" going undetected.

And then those changes will get built into ChatGPT's main instructions, and in a few months people will start to pick up on other indicators, and then slightly smarter/more motivated users will give new instructions to hide their LLM usage... (or everyone stops caring, which is an outcome I find hard to wrap my head around)

Joel_Mckay•1h ago
Indeed, isomorphic plagiarism by its nature forms strong vector search paths that were made from stealing both global websites, real peoples work, and LLM user-base input/markdown.

However, reasoning models adding a random typo to seem less automated, still do not hide the fairly repeatable quantized artifacts from the training process. For LLM, it is rather trivial to find where people originally scraped the data from if they still have annotated training metadata.

Finally, reading LLM output is usually clear once one abandons the trap of thinking "I think the author meant [this/that]", and recognizing a works tone reads like a fake author had a stroke [0]. =3

[0] https://en.wikipedia.org/wiki/Stroke

lelanthran•51m ago
> Ironically LLM accusations are now a sign of the high quality written word.

Citation needed. The LLM accusations come from the specific cadence they use. You can remove all em-dashes from a piece of text and it still becomes clear when something is LLM written.

Can they be prompted to be less obvious? Sure, but hardly anyone does that.

It's more "The Core Insight", "The Key Takeaway", etc. than it is about emdashes.

Incidentally, the only people annoyed about "witch-hunts" tend to be those who are unable to recognise cadence in the written word.

order-matters•2m ago
i think another part of the problem is that some people are using AI so much that they are starting to mimic its cadence in their own writing. they may have had a prior coincidental predisposition for writing somewhat similar to AI with worse grammar, and now are inching towards alignment as they either intentionally or accidentally use AI output as a model to improve their writing
haarlemist•1h ago
I
PufPufPuf•1h ago
I "detect" them through overuse of some patterns, like "It's not X. It's Y."

This is an artifact of the default LLM writing style, cross-poisoned through training on outputs -- not an "universal" property.

mjlee•1h ago
People Look For:

Specific language tells, such as: unusual punctuation, including em–dashes and semicolons; hedged, safe statements, but not always; and text that showcases certain words such as “delve”.

Here’s the kicker. If you happen to include any of these words or symbols in your post they’ll stop reading and simply comment “AI slop”. This adds even less to the conversation than the parent, who may well be using an LLM to correct their second or third language and have a valid point to make.

booleandilemma•1h ago
I'm not going to tell you. I don't want that information going into the dark forest :)
m_w_•1h ago
I don’t think there’s a reliable system or API for doing so, unclear that arms race will ever favor the side of the detectors.

As far as how I / other people do it, there are some obvious styles that reek of LLMs, I think it’s chatgpt.

There’s a very common structure of “nice post, the X to Y is real. miscellaneous praise — blah blah blah. Also curious about how you asjkldfljaksd?"

From today:

This comment is almost certainly AI-generated: https://news.ycombinator.com/item?id=47658796

And I'm suspicious of this one too - https://news.ycombinator.com/item?id=47660070 - reads just a bit too glazebot-9000 to believe it's written by a person.

elC0mpa•1h ago
Thanks a lot for the detailed answer, will take a look at the examples
dezgeg•1h ago
For HN comments, the LLMs seem to really like 2 or 3 paragraphs long responses. It's pretty obvious when you click a profile's comments and see every comment being that exact same structure.
RestartKernel•1h ago
People look for tells, systems detect word distributions. Though neither is as reliable as active fingerprinting using an encoded watermark.
kaindume•1h ago
I believe if you have access to the training data of the specific LLM and the generated text is long enough, using statistics you might be able to tell if its LLM generated.

I am writting an LLM captcha system, here is the proof of concept: https://gitlab.com/kaindume/llminate

rcxdude•1h ago
There are some systems which can use the LLMs themselves to detect writing (basically, if the text matches what the LLM would predict too well, it's probably LLM generated), but they are far from infallible (with both false positives and false negatives). There's also certain tropes and quirks which LLMs tend to over-use which can be fairly obvious tells but they can be suppressed and they do represent how some people actually write.
block_dagger•59m ago
Em dashes, “it’s x, not y”, excessive emojis and arrows.
mghackerlady•52m ago
Especially where the emoji serves practically no purpose other than to get your attention. If it is especially abstract what the emoji is there to represent, I start looking for other signs
blanched•57m ago
I don't think there's any reliable way to tell.

To me, it often feels like the text version of the uncanny valley.

But again, that's just "feels", I don't have proof or anything.

mghackerlady•54m ago
Overuse of "it's not X, it's Y" kind of writing, strange shifts in writing or thinking patterns, and excessive formatting (or, when I'm on wikipedia especially, ineffective formatting (such as using MD where it isn't supported))
rwc•54m ago
Contrastive negation continues to be a dead giveaway.
tatrions•52m ago
The principled approaches are statistical. Things like DetectGPT measure per-token log probability distributions. LLM text clusters tightly around the model's typical set, human writing has more variance (burstiness). Works decently when you know the model and have enough text, breaks down fast otherwise.

Stylistic tells like 'delve' and bullet formatting are just RLHF training artifacts. Already shifting between model versions, compare GPT-4 to 4o output and the word frequency distributions changed noticeably.

Long term the only thing with real theoretical legs is watermarking at generation time, but that needs provider buy-in and it slightly hurts output quality so adoption has been basically nonexistent.

leumon•51m ago
You can try to use an ai detector, here is a leaderboard of the best ones according to this benchmark: https://raid-bench.xyz/leaderboard Results should of course always be taken with a grain of salt, but in most cases detectors are quite good in my opinion.
gwbas1c•48m ago
I don't think you can 100% detect AI content, because at some point someone will just prompt the AI to not sound like AI.

I think the better question to ask is: What are your goals? Is it to prevent AI SPAM, or to discourage people copy-pasting AI? Those are two very different problems: in the case of AI SPAM you look for patterns of usage, (IE, unusually high interaction from a single IP, timing patterns around when things are read and the response comes in,) and in the other case it all comes down to cultural norms.

Havoc•41m ago
You don't really.

There are a couple of tells like em dashes and similar patterns but you should be able to suppress that with even a simple prompt.

noufalibrahim•40m ago
It's a lot easier to detect when you mostly interact with non English speakers.

I asked an LLM to rewrite this to make it nicer and got the following. I'd flag the first because I don't usually hear "majority of your interactions" in conversation but I might miss it. The second will probably get by me. As for the third, I never say "considerably easier" unless I'm trying to sound artificially posh.

1. It becomes much more noticeable when the majority of your interactions are with non-native English speakers.

2.It tends to stand out more when most of the people you interact with speak English as a second language.

3. It's considerably easier to identify when most of your interactions involve people whose primary language isn't English.

sigotirandolas•39m ago
I don't look at whether the text is written by an LLM but at whether it has substance and whether the writer understands what they are doing and is respecting my time.

If the text is full of punchy three word phrases or nonsense GenAI images then that's an obvious sign. But so is if the other person has some revolutionary project with great results but they can't really explain why their solution works where presumably many failed in the past (or it's a word salad, or some lengthy writing that doesn't show any signs of getting you to an "aha, that's some great insight" moment).

A good sign is also if the author had something interesting going before 2022, and they didn't fall into the earliest low quality LLM waves. Unfortunately some genuinely talented people have started using LLMs to turbocharge their output while leaving some quality on the table nowadays, so I don't really know. I'm becoming a lot more sceptical of the Internet, to be honest.

fwip•35m ago
You can smell it.
vednig•9m ago
https://detect.ai/