frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

OpenAI unveils its first custom chip, built by Broadcom

https://techcrunch.com/2026/06/24/openai-unveils-its-first-custom-chip-built-by-broadcom/
582•jamdesk•10h ago•346 comments

Anthropic says Alibaba illicitly extracted Claude AI model capabilities

https://www.reuters.com/world/china/anthropic-says-alibaba-illicitly-extracted-claude-ai-model-ca...
138•htrp•7h ago•251 comments

LuaJIT 3.0 proposed syntax extensions

https://github.com/LuaJIT/LuaJIT/issues/1475
84•phreddypharkus•3h ago•47 comments

Ending All Respiratory Infections

https://blog.interceptfund.com/p/ending-respiratory-infections
71•EthanFantl•2h ago•23 comments

Blogging can just be stating the obvious

https://blog.jim-nielsen.com/2026/blogging-stating-the-obvious/
106•Curiositry•4h ago•43 comments

Cloudflare launched self-managed OAuth for all

https://blog.cloudflare.com/oauth-for-all/
20•terryds•1h ago•5 comments

Dostoyevsky isn't difficult

https://www.autodidacts.io/dostoyevsky-isnt-difficult/
66•surprisetalk•2d ago•55 comments

Qualcomm to Acquire Modular

https://www.reuters.com/business/qualcomm-buy-ai-startup-modular-2026-06-24/
164•timmyd•13h ago•39 comments

Mixing Visual and Textual Code

https://arxiv.org/abs/2603.15855
19•doppioandante•2h ago•1 comments

RubyLLM: A Ruby framework for all major AI providers

https://rubyllm.com/
359•doener•13h ago•59 comments

45°C cooling design cuts data center water use to near zero

https://blogs.nvidia.com/blog/liquid-cooling-ai-factories/
232•nitin_flanker•13h ago•163 comments

PR spam today looks like email spam in the early 2000s

https://www.greptile.com/blog/prs-on-openclaw
190•dakshgupta•13h ago•111 comments

Computer use in Gemini 3.5 Flash

https://blog.google/innovation-and-ai/models-and-research/gemini-models/introducing-computer-use-...
187•swolpers•10h ago•117 comments

GLM-5.2 is a step change for open agents

https://www.interconnects.ai/p/glm-52-is-the-step-change-for-open
147•vantareed•2d ago•89 comments

Exploring the internal representations of Pangram 3.3.2

https://www.pangram.com/pangram-space
14•krackers•2h ago•4 comments

Bible as RAG Database

https://www.crosscanon.com/
57•jacksonastone•2h ago•29 comments

What I'm Finding About LLM Code Style and Token Costs

https://www.jimmont.com/llm-style-token-costs
16•jimmont•2h ago•5 comments

The Xteink X4 E-Ink Reader

https://blog.omgmog.net/post/xteink-x4-e-ink-reader/
190•felixdoerp•11h ago•115 comments

Show HN: Write SaaS apps where users control where their data is stored

https://github.com/wolfoo2931/linkedrecords/
4•WolfOliver•5d ago•0 comments

15 sorting algorithms in 6 minutes (2013) [video]

https://www.youtube.com/watch?v=kPRA0W1kECg
8•akkartik•1d ago•0 comments

Crawling BitTorrent DHTs for Fun and Profit [pdf]

https://www.usenix.org/legacy/event/woot10/tech/full_papers/Wolchok.pdf
74•dgellow•3d ago•27 comments

Optimizing [sqlx:test] rebuild time

https://kobzol.github.io/rust/2026/06/21/optimizing-sqlx-test-rebuild-time.html
3•ibobev•2d ago•0 comments

Elastic lays off 7% of employees

https://www.elastic.co/blog/ceo-ash-kulkarni-announcement-to-elastic-employees
157•dakrone•5h ago•142 comments

Show HN: Nub – A Bun-like all-in-one toolkit for Node.js

https://github.com/nubjs/nub
215•colinmcd•13h ago•63 comments

Medical students are using popular research tool to pump out misleading studies

https://www.science.org/content/article/medical-students-are-using-popular-research-tool-pump-out...
3•rndsignals•1h ago•0 comments

Writers and Drugs

https://lithub.com/are-writers-intrinsically-vulnerable-to-alcohol-and-drugs/
8•dang•1h ago•5 comments

Ask HN: Where is our profession (programmer) going?

10•syntaxbush•1h ago•5 comments

There are a few things that I look back on as my mistakes in the early days

https://twitter.com/ID_AA_Carmack/status/2069799283369345247
503•shadowtree•11h ago•250 comments

Show HN: Wordit – Change One Letter, Keep the Chain Going

https://victorribeiro.com/wordit/
14•atum47•1d ago•12 comments

A Practical Guide to SSH Tunnels: Local and Remote Port Forwarding

https://labs.iximiuz.com/tutorials/ssh-tunnels
292•signa11•4d ago•57 comments
Open in hackernews

Exploring the internal representations of Pangram 3.3.2

https://www.pangram.com/pangram-space
14•krackers•2h ago

Comments

Chu4eeno•1h ago
I wonder if they had enough material from individual humans if they could've distinguished between them as well? It really seems like their model is learning to recognize some general form of writer's "voice", so to speak (and I assume their final layer just knows which voices are supposed to be tagged as what).
andai•58m ago
I heard an author say recently (I think it was a blog posted here) that an LLM was able to identify him from one of his unpublished high school essays.

The DoD claimed to have de-anonymized Satoshi Nakamoto by similar means a while back. (Well, I think it was before LLMs. By similar means I mean stylometry, running statistics on a person's use of language.)

saithound•53m ago
I use Pangram quite extensively (burning through my 600 token allowance every month). They managed to get their false positive rate impressively low: if Pangram says something is 100% AI-written, you can trust that.

But they need to improve their humanizer dataset. Right now, most models can be given system prompts which cause them to emit text classified as 100% human. It looks like their automated humanizers do worse than these system prompts. Or (alarming if so) they chose not to include ones that would make their product look unreliable.

jazzpush2•41m ago
Hoping for a follow-up with Sparse Autoencoders.