frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Is reviewing pull requests slowing you down?

https://www.pr-preview.com
1•VladNiculescu•36s ago•1 comments

Only Bounds

https://smallcultfollowing.com/babysteps/blog/2026/06/09/only-bounds/
1•MrBuddyCasino•2m ago•0 comments

When the Watcher Became the Confidant – How AI Befriends and Infers Our Children

https://jorgepereiracampos.substack.com/p/when-the-watcher-became-the-confidant
1•BlinkyPT•4m ago•0 comments

Pokémon Go data trained AI that could assist military drones in war zones

https://www.theguardian.com/technology/2026/jun/12/pokemon-go-data-trained-ai-that-could-assist-m...
1•beardyw•5m ago•0 comments

Europe 2031 – What getting AI wrong means for us

https://europe2031.ai/
1•sarusso•5m ago•0 comments

Someone DM'd me for a pitch deck. I built a deck generator instead(now $17K MRR)

https://www.magicslides.app
1•theindianappguy•6m ago•1 comments

Mineral requirements for clean energy transitions

https://www.iea.org/reports/the-role-of-critical-minerals-in-clean-energy-transitions/mineral-req...
1•leonidasrup•11m ago•0 comments

India's workers are training AI robots to take their jobs

https://www.aljazeera.com/gallery/2026/6/11/photos-indias-workers-are-training-ai-robots-to-take-...
1•rustoo•19m ago•1 comments

Build a free AWS security lab on your laptop with LocalEmu

https://builder.aws.com
1•CloudHackerFr•19m ago•0 comments

Deezer's new tool can identify AI music from Spotify, Apple Music, and others

https://techcrunch.com/2026/06/11/deezers-new-tool-can-identify-ai-music-from-spotify-apple-music...
1•JeanKage•20m ago•0 comments

The Jqwik Anti-AI Affair

https://blog.johanneslink.net/2026/06/09/the-jqwik-anti-ai-affair/
2•birdculture•20m ago•0 comments

Building a plugin system without runtime, storage, or shared JavaScript context

https://tolgee.io/blog/building-a-plugin-system-for-tolgee-without-a-runtime-storage-or-shared-js...
1•jancizmar•22m ago•0 comments

Apple and London's Met Police have a new plan to make stolen iPhones useless

https://www.shortlist.com/tech/apple-and-londons-metropolitan-police-have-a-new-plan-to-make-stol...
1•_____k•23m ago•0 comments

Report on an Unidentified Space Station

https://sseh.uchicago.edu/doc/roauss.htm
1•paulmooreparks•26m ago•0 comments

Digital Twin

https://en.wikipedia.org/wiki/Digital_twin
1•the-mitr•27m ago•0 comments

Predytics – Real-Time World Cup Market Tracker (Polymarket and Kalshi)

https://predytics.com
1•shamxal•41m ago•0 comments

Ransomware gangs cut off from EUR 336M crypto laundering pipeline

https://www.europol.europa.eu/media-press/newsroom/news/ransomware-gangs-cut-eur-336-million-audi...
1•doener•41m ago•0 comments

Structured Markdown components without framework lock-in

https://contentbit.dev/
2•gsempe•42m ago•0 comments

The unwritten laws of software engineering

https://newsletter.manager.dev/p/the-unwritten-laws-of-software-engineering
1•fagnerbrack•46m ago•0 comments

Adam Garske: How designing new enzymes could change the world [video]

https://www.ted.com/talks/adam_garske_how_designing_brand_new_enzymes_could_change_the_world
1•fagnerbrack•46m ago•0 comments

Show HN: Interkom – Social Slack Alternative

https://interkom.app/
1•yaszko•47m ago•0 comments

The Smart Dumb Programmer

https://fagnerbrack.com/the-smart-dumb-programmer-a69b57634e87
1•fagnerbrack•48m ago•0 comments

MCP Solves the Plug, Not the Trust Boundary

https://vectoralix.com/blog/mcp-has-a-tool-selection-problem
1•eugmai86•51m ago•0 comments

The Indian workers training AI robots to take their jobs

https://today.rtl.lu/news/world/the-indian-workers-training-ai-robots-to-take-their-jobs-459004114
1•TrackerFF•51m ago•0 comments

Agentic SDLC Orchestration vs. Synchronization: Choosing Modular Workflows

https://docs.overcut.ai/blog/agentic-sdlc-orchestration-vs-synchronization
1•yuvalhazaz•53m ago•0 comments

Show HN: Co-Authored-By Is a Lie: Cryptographic Provenance for AI Coding Agents

https://blog.rduffy.uk/posts/co-authored-by-is-a-lie/
1•rduffyuk•55m ago•0 comments

Show HN: Token efficient command line tool for textual operation of browsers

https://github.com/DO-SAY-Go/web-cli
1•keepamovin•59m ago•0 comments

Show HN: Resolve Discourse Forum Issues Faster with AI Agents

1•Daniel-Pan•59m ago•0 comments

Google director resigns, citing military deals: 'Management lost moral compass'

https://www.businessinsider.com/google-director-resigned-pentagon-ai-deal-military-artificial-int...
5•theanonymousone•1h ago•2 comments

Why China is betting on big nuclear reactors

https://www.technologyreview.com/2026/06/11/1138789/china-big-nuclear-reactors/
2•joozio•1h ago•1 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.