frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Anthropic CEOs wife once asked Epstein to fund porn venture – now steers Claude

https://nypost.com/2026/08/14/business/anthropic-ceos-wife-once-asked-jeffrey-epstein-to-fund-por...
2•jitbit•52s ago•0 comments

Ask HN: If you are an agent builder, what memory platform are you using?

1•prats226•1m ago•0 comments

OpenAI puts Pro subscriptions on hold due to Astra demand

https://techcrunch.com/2026/09/10/openai-puts-pro-subscriptions-on-hold-due-to-astra-demand/
2•5555watch•2m ago•0 comments

San Francisco real estate market update [pdf]

https://vanguardpropertiesagenda.com/newsletter/SF_Market_Update_Sep_2026.pdf
1•kaycebasques•2m ago•0 comments

All grown-ups were once children

https://mathstodon.xyz/@tao/117244104044239500
1•joebig•2m ago•0 comments

Copying login keychains between Macs fails on Secure Enclave Macs with Tahoe

https://derflounder.wordpress.com/2026/09/08/manually-copying-login-keychain-files-from-one-mac-t...
1•zdw•5m ago•0 comments

Wisdom (Albatross)

https://en.wikipedia.org/wiki/Wisdom_(albatross)
1•cjcuddy•6m ago•0 comments

The Inference Engineering Skills Map

https://www.skeptrune.com/posts/inference-engineering-skills-map/
1•skeptrune•6m ago•0 comments

More Impossible-to-Ignore Vaccine Effects – Positive Effects

https://www.science.org/content/blog-post/more-impossible-ignore-vaccine-effects
1•mtm_king•6m ago•1 comments

Show HN: Vector transfer project, replicate vectors/metadata across databases

https://github.com/Polign/vector-transfer
1•anuptalwalkar•7m ago•1 comments

Bill Biggart, 9/11 photographer

https://www.billbiggart.com/september-11th
1•stmw•7m ago•1 comments

Beagle – a framework to evaluate and evolve agent harnesses at scale

https://github.com/SalesforceAIResearch/Beagle
1•qainsights•11m ago•1 comments

Top 20 AI Agent Pen-Testing Tools for 2026: The Ultimate Guide

https://medium.com/@Koukyosyumei/top-20-ai-agent-pen-testing-tools-for-2026-the-ultimate-guide-40...
1•syumei•11m ago•0 comments

Macron urges Europe to develop crewed spaceflight program

https://www.lemonde.fr/en/france/article/2026/09/10/macron-urges-europe-to-develop-crewed-spacefl...
1•geox•12m ago•0 comments

Data bottlenecks won't prevent an intelligence explosion

https://newsletter.forethought.org/p/data-bottlenecks-wont-prevent-an
1•gmays•15m ago•0 comments

Anthropic researchers say AI could cause human extinction by 2030

https://www.theguardian.com/technology/2026/sep/09/anthropic-researchers-ai-human-extinction
1•pr0zac•16m ago•0 comments

Puns and allusions to The Beatles in titles of scientific papers

https://www.science.org/content/article/need-help-writing-paper-title-all-you-need-beatles
2•ilya_m•17m ago•0 comments

Death of Paddy Keenan, the 'Jimi Hendrix of the Uilleann Pipes'

https://www.irishexaminer.com/lifestyle/artsandculture/arid-41909041.html
1•linkdd•19m ago•0 comments

Computing a lower bound on matrix rank

https://www.johndcook.com/blog/2026/09/04/stable-rank/
1•ibobev•19m ago•0 comments

Proof of the Rank-Trace Theorem

https://www.johndcook.com/blog/2026/09/05/proof-of-the-rank-trace-theorem/
1•ibobev•20m ago•0 comments

Ngram Error Rate

https://www.johndcook.com/blog/2026/09/07/ngram-error-rate/
2•ibobev•20m ago•0 comments

Microsoft Excel KB5002914 update breaks copy and paste for some users

https://www.bleepingcomputer.com/news/microsoft/microsoft-excel-kb5002914-update-breaks-copy-and-...
2•TMWNN•21m ago•0 comments

How a System Call Works in Linux

https://www.freecodecamp.org/news/how-a-system-call-actually-works-in-linux/
1•theChris-in•21m ago•0 comments

Revisiting Spectral Representations in Generative Diffusion Models

https://arxiv.org/abs/2609.08253
2•E-Reverance•23m ago•0 comments

Potential Nintendo Switch Information Leak Due to Proximity-Based Remote Attack [pdf]

https://www.nintendo.com/security-advisories/assets/pdf/20260910e.pdf
2•tech234a•26m ago•0 comments

The terrible menu bar in the Windows 11 Notepad

https://blog.yuo.be/2026/09/10/the-terrible-menu-bar-in-the-windows-11-notepad/
4•birdculture•27m ago•2 comments

Language Model Tokenizers Introduce Unfairness Between Languages (2023)

https://arxiv.org/abs/2305.15425
2•lluisantoni•28m ago•0 comments

Ask HN: ANSI-Looking Websites

1•ynac•29m ago•0 comments

I used 367B tokens in 30 days

https://cmux.com/blog/367-billion-tokens
1•Areibman•29m ago•0 comments

Panic builds over bankrupt Spirit's looming data sale to Google

https://arstechnica.com/tech-policy/2026/09/panic-builds-over-bankrupt-spirits-looming-data-sale-...
1•sbulaev•31m ago•0 comments
Open in hackernews

GenAI-Accelerated TLA+ Challenge

https://foundation.tlapl.us/challenge/index.html
35•lemmster•1y ago

Comments

Taikonerd•1y ago
Using LLMs for formal specs / formal modeling makes a lot of sense to me. If an LLM can do the work of going from informal English-language specs to TLA+ / Dafny / etc, then it can hook into a very mature ecosystem of automated proof tools.

I'm picturing it something like this:

1. Human developer says, "if a user isn't authenticated, they shouldn't be able to place an order."

2. LLM takes this, and its knowledge of the codebase, and turns it into a formal spec -- like, "there is no code path where User.is_authenticated is false and Orders.place() is called."

3. Existing code analysis tools can confirm or find a counterexample.

omneity•1y ago
A fascinating thought. But then who verifies that the TLA+ specification does indeed match the human specification?

I’m guessing using an LLM as a translator narrows the gap, and better LLMs will make it narrower eventually, but is there a way to quantify this? For example how would it compare to a human translating the spec into TLA+?

justanotheratom•1y ago
maybe run it through few other LLMs depending on how much confidence you need - o3 pro, gemini 2.5 pro, claude 3.7, grok 3, etc..
svieira•1y ago
Then you need to be able to formally prove the equivalence of various TLA+ programs (maybe that's a solved problem?)
omneity•1y ago
No idea about SOTA but naively it doesn't seem like a very difficult problem:

- Ensure all TLA+ specs produced have the same inputs/outputs (domains, mostly a prompting problem and can solved with retries)

- That all TLA+ produce the same outputs for the same inputs (making them functionally equivalent in practice, might be computationally intensive)

Of course that assumes your input domains are countable but it's probably okay to sample from large ranges for a certain "level" of equivalence.

EDIT: Not sure how that will work with non-determinism though.

justanotheratom•1y ago
I didn't mean generate separate TLA programs. Rather, other LLMs review and comment on whether this TLA program satisfies the user's specification.
Taikonerd•1y ago
A fair question! I'd say it's not that different from using an LLM to write regular code: who verifies that the code the LLM wrote is indeed what you meant?
fmap•1y ago
The usual way to check whether a definition is correct is to prove properties about it that you think should hold. TLA+ has good support for this, both with model checking as well as simple proofs.
frogmeister57•1y ago
It makes a lot of sense only for graphics card sales people. For everyone else with a working neuron the sole idea is utter nonsense.
max_•1y ago
Leslie Lamport said that he invented TLA+ so people could "think above the code".

It was meant as a tool for people to improve their thinking and description of systems.

LLM generation of TLA+ code is just intellectual masterbation.

It may get the work done for your boss. But you intellect will still remain bald — in which case you are better off not writing TLA+ at all.

warkdarrior•1y ago
> [TLA+] was meant as a tool for people to improve their thinking and description of systems.

Why the speciesism? Why couldn't LLMs use TLA+ by translating a natural-language request into a TLA+ model and then checking it in TLA+?

jjmarr•1y ago
Not the OP, but I would rather give a formal specification of my system to an AI and have it generate the code.

I believe the point is it's easier for a human to verify a system's correctness as expressed in TLA+ and verify code correctly matches the system than it is to correctly verify the entire code as a system at once.

Then, if my model of the system is flawed, TLA+ will tell me.

I'm an AI bull so if I give the LLM a natural language description, I'd like the LLM to explain the model instead of just writing the TLA+ code.

max_•1y ago
TLA+ was invented in the first place because we Leslie Lamport thought natural language was a dubious tool for "specifying systems".

Yes an LLM may generate the TLA+ code even correctly, but model checking is not the end goal of TLA+

TLA+ plus is written to fully under how a system works at an abstract level.

Anyways, I guess you could just read the LLM generated TLA+ code. That would help you understand the abstraction of the system — but is the LLMs abstraction equal to your abstraction.

But vibe coded TLA+ sounds extremely dangerous especially in mission critical stuff where its required like Smart Contracts, Pacemakers, Aircraft software etc

frogmeister57•1y ago
Using generative chatbots to write a formal spec is the most stupid idea ever. Specs are all about reasoning. You need to do the thinking to model the system in a very simplified manner. Formal methods and the generative BS are at the antipodes of reliability. This is an insult to reason. Please keep this nonsense away from the serious parts of CS.
siscia•1y ago
Anyone who has tried to write formal verification will tell you that there is a WIDE gap between thinking and writing the specs.

Any tool that makes formal verification more accessible, should be welcome.

I believe the valuable part is how accessible we make thinking together with machines.

Us human are great at create innovative solutions, not so great at check and verify every single thing that can go wrong. Machines help with that.

kelseyfrog•1y ago
Interesting. I've always wanted to formalize the US Constitution into TLA+ in order to find loopholes.