frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AI 2027

https://ai-2027.com/
2•fratellobigio•2m ago•0 comments

What Is Your Favorite Deep, Elegant, or Beautiful Explanation?

https://www.edge.org/responses/what-is-your-favorite-deep-elegant-or-beautiful-explanation
1•amelius•3m ago•0 comments

Show HN: Outbid.lol, but you need an EU VAT number to bid

https://overbid.eu/
1•apancyborg•3m ago•0 comments

French burglar used artificial intelligence to locate Canberra target in heist

https://www.abc.net.au/news/2026-09-07/burglary-canberra-home-french-nationals-luxury-goods/10712...
1•aussieguy1234•4m ago•0 comments

KitGrade, 34 SaaS starter kits scored on evidence you can re-check

https://kitgrade.kynth.studio
2•kyisaiah47•6m ago•0 comments

Weird Little Guys of FOSS

https://drewdevault.com/weird-guys/
3•marvinborner•7m ago•0 comments

The Great Barrier Reef refuses to die on schedule

https://www.latimes.com/opinion/story/2026-09-06/great-barrier-reef-refuses-to-die
3•EvgeniyZh•9m ago•0 comments

Show HN: Interactive map of public transport in Great Britain and Ireland

https://benmandrew.com/wayfare/
2•benmandrew•11m ago•0 comments

VMware migration reduces Tottenham Hotspur's licensing fees by 85 percent

https://arstechnica.com/information-technology/2026/09/vmware-migration-reduces-tottenham-hotspur...
2•joozio•12m ago•0 comments

Early Data Indicates an A.I.-Generated Drug Could Slow Aging

https://www.nytimes.com/2026/09/07/science/ai-generated-drug-longevity.html
2•edward•13m ago•0 comments

PhDino Calc 95 – a Windows 95-styled engineering calculator suite

https://phdino.com/
2•andre1526•13m ago•0 comments

AMD Working to "Push Rust Deep into the GPU Stack"

https://www.phoronix.com/news/AMD-Rust-Deep-Into-GPU-Stack
2•pjmlp•13m ago•0 comments

Show HN: AdDeck – AdMob, Adsense and mediation revenue on one screen

https://play.google.com/store/apps/details?id=com.eltacrew.addeck&hl=en_US
2•eltacrew•14m ago•0 comments

From a Chocolate Wrapper to Concurrent InnoDB Page Splits

https://mariadb.org/from-a-chocolate-wrapper-to-concurrent-innodb-page-splits/
2•birdculture•16m ago•0 comments

Tencent/Teamai-CLI: Make Every Team AI Native

https://github.com/Tencent/teamai-cli
2•doppp•21m ago•0 comments

A faster way to convert a timestamp to Hour, Min, Sec

https://www.benjoffe.com/fast-time-of-day
2•benjoffe•25m ago•0 comments

Apple Plans to Squeeze More Revenue from the App Store

https://www.macrumors.com/2026/09/07/apple-squeeze-more-revenue-from-app-store/
3•layer8•26m ago•0 comments

Show HN: High-Performance Rust Implementation of Optuna

https://medium.com/optuna/announcing-rustuna-cc82a6815bf7
3•c-bata•26m ago•1 comments

Meditations on Moloch

https://www.slatestarcodexabridged.com/Meditations-On-Moloch
1•sensanaty•30m ago•0 comments

Timing Is Everything: The Terrence Tao Effect

https://nonlineartransform.substack.com/p/ai-swarms-timing-is-everything
1•program_whiz•31m ago•0 comments

Tiny $70 Xteink X3 e-reader puts Silicon Valley to shame

https://www.theatlantic.com/technology/2026/09/xteink-e-reader-best-technology-years/688539/
2•samizdis•31m ago•0 comments

I Analyzed 4.5 Years of GitHub Incidents. Here Is What Changed

https://mljar.com/blog/github-incidents-analysis/
2•pplonski86•32m ago•0 comments

Motivating Myself for Exercise by Arbitrarily Withholding Things I Desire

https://blog.klungo.no/2026/09/04/motivating-myself-for-exercise-by-arbitrarily-withholding-rewards/
1•danielskogly•33m ago•0 comments

The jobs apocalypse is postponed. An AI jobs boom is here

https://www.economist.com/finance-and-economics/2026/09/04/the-jobs-apocalypse-is-postponed-an-ai...
2•MrBuddyCasino•34m ago•0 comments

A fitness challenge for Rust developers

https://rep.rs/
1•orhunp_•34m ago•0 comments

Man gets 'Flocked' by sheriff's dept. after filing complaint against deputy

https://www.tmj4.com/news/local-news/in-your-community/waukesha-county/lawsuit-waukesha-county-ma...
3•pseudolus•37m ago•0 comments

Show HN: Hazzel – terminal coding agent, BYOK, undo-everything

https://github.com/mukundzha/hazzel
1•mukundzha6•39m ago•0 comments

K2 Horizon

https://mbzuai.ac.ae/news/mbzuais-institute-of-foundation-models-launches-k2-horizon-the-worlds-l...
2•andy99•40m ago•0 comments

The Untold Pre-History of 9/11

https://nationalinterest.org/feature/the-untold-pre-history-of-9-11
1•baud147258•40m ago•0 comments

10-task GLM 5.3 harness bench: Claude, OpenCode, pi, zcode, Hermes and 3code

https://capocasa.dev/10-task-glm-5-3-harness-bench-claude-opencode-pi-zcode-hermes-and-3code
7•capocasa•41m 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.