frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

What do you do now as a software engineer?

1•fawazali•27s ago•0 comments

Fast poker hand evaluation via hardware synthesis and bitslicing

https://roderickgreen.com/posts/fast-poker-hand-eval/
1•rgreen•1m ago•1 comments

Credence – Jev-style typed decisions from a local GGUF model

https://github.com/bulyaki/Credence
1•naughtiusmax•2m ago•0 comments

The history of Big Tech (it's darker that you think)

https://www.youtube.com/watch?v=lLHl1_Sz7A8
1•louwrentius•5m ago•0 comments

Practical lessons on building software with LLMs and automated governance

https://banes-lab.com/
1•jay-baleine•7m ago•0 comments

ShinyHunters hackers say they stole psychiatric and medical records of FBI staff

https://www.reuters.com/world/shinyhunters-hackers-say-they-stole-psychiatric-medical-records-fbi...
1•wyclif•9m ago•0 comments

"can't a guy walk down the street anymore without being harassed by AI" [video]

https://bsky.app/profile/cabel.panic.com/post/3mwgo5kml3r2z
1•LeoPanthera•9m ago•0 comments

Show HN: Detailed Guide to Agent Memory

https://www.cognee.ai/agent-memory
1•vasa_•16m ago•0 comments

What reversing, modernising old games tells us about the economic impact of AI

https://this.os.isfine.org/blog/posts/what-reverse-engineering-and-modernising-an-old-war-game-te...
1•keeda•18m ago•1 comments

Claude Deleted 48k Files

https://web.archive.org/web/20260920145334/https://www.reddit.com/r/ClaudeAI/comments/1wl5cgo/cod...
10•gurjeet•25m ago•2 comments

344,799 Bible cross-references

https://trekhleb.dev/bible-cross-references/
1•trekhleb•27m ago•0 comments

Universe, Drawn in ASCII

https://gcdatlas.vercel.app/
1•abetusk•28m ago•1 comments

First ever 3D animation (40 year old 3D computer graphics Pixar 1972)

https://www.youtube.com/watch?v=T5seU-5U0ms
3•nmstoker•30m ago•0 comments

Things You Notice Rewatching Ed, Edd N Eddy as an Adult

https://noxluneworld.com/darkest-cartoon-network-episodes/
2•makic•31m ago•0 comments

If Frank Lloyd Wright's Falling Water Was a Tree House (2012)

https://weburbanist.com/2012/03/17/if-wrights-falling-water-were-a-tree-house/
2•WarOnPrivacy•51m ago•1 comments

Top AI companies probing security incidents

https://www.axios.com/2026/09/26/openai-anthropic-thousands-ai-security-incidents
3•Balgair•51m ago•0 comments

react-html-3.2

https://jkosoy.github.io/react-html-3.2/
1•jkosoy•52m ago•2 comments

Laser Weapons Will Be Deployed at Cape Canaveral Spaceport to Take Down Drones

https://www.twz.com/news-features/space-force-getting-lasers-to-kill-drones-over-cape-canaveral-s...
2•cisc•53m ago•0 comments

Interpolating Between Neural Networks

https://flx.ai/2026/interpolating-between-neural-networks
1•flxai•53m ago•0 comments

Allegations of sexual harassment and rape at Bay Area AI party houses

https://www.kron4.com/news/technology-ai/report-details-allegations-of-wild-parties-sexual-harass...
5•lukewarm707•1h ago•0 comments

The Duo. No, the Other Duo

https://morrick.me/archives/10418
2•_Microft•1h ago•0 comments

Ask HN: Any books, list of papers, or articles to understand LLM's

1•forkbomb123•1h ago•0 comments

BubbleRumble: The new social for crypto by Jae Kwon

https://bubblerumble.net
2•arielhavila•1h ago•2 comments

Show HN: Newt – A Swift Package for Jev-Style Decisions on Apple Core AI

https://github.com/willswire/swift-newt
2•willswire•1h ago•0 comments

Vibe coding a real product: a 3D game on the App Store, 20 species, zero revenue

https://apps.apple.com/us/app/dinomino/id6809052147
1•kodnuke•1h ago•0 comments

An Underappreciated Problem with Dating Apps

https://www.theatlantic.com/family/2026/09/dating-strategies-apps-matchmakers/688779/
1•paulpauper•1h ago•0 comments

Donald Trump Hit with 26 Articles of Impeachment

https://www.newsweek.com/donald-trump-hit-with-26-articles-of-impeachment-12492238
10•slater•1h ago•1 comments

>1B tokens/minute/GPU by combining query planner and inference engine

https://modal.com/blog/quail-billion-tpm
4•charles_irl•1h ago•2 comments

God's Eye UAP – documented UFO cases on a 3D globe, with the evidence

https://domw99.github.io/Gods-Eye-UAPs/
10•godseyeuap•1h ago•0 comments

This guy bought Amazon. No, I mean the rainforest

https://en.wikipedia.org/wiki/Johan_Eliasch
1•sans_souse•1h ago•0 comments
Open in hackernews

Show HN: VibeSpec – A tool to generate structured specs for Spec2Code

https://vibespec.guaeca.com
1•paulistaunb•1y ago
I've been experimenting with a new concept called Spec2Code, and just launched a prototype SaaS tool named VibeSpec.

We hear a lot about no-code, low-code, or prompt-to-code—but these often rely on constant human input.Most agents today need us every few seconds: write a prompt, check the output, correct, repeat. You can’t step away. You definitely can’t ask them to build overnight.

Spec2Code is different. It draws from how engineers in aerospace or automotive define complex systems: with structured, layered specifications. The goal is to give agents enough information upfront that they can work autonomously for 15–30 minutes at a time—without micromanagement.

The hardest part? Writing those specs.

Nobody enjoys it, and tooling for structured requirements is basically non-existent in the software world.

So I built VibeSpec, a tool (and eventually, a framework) to turn loose ideas into structured, machine-usable specs—using agents designed specifically for that task.

Once done, the specs can be handed off to coding agents for implementation.

You can check it out here: https://vibespec.guaeca.com And here’s what the agents built from one of these specs: https:https://secretmessage.guaeca.com/

~10 minutes writing the spec with the agent ~10 minutes refining via “vibe coding” (adding missing cases) ~5 minutes testing + iterating

Would love to hear thoughts from others working on agent workflows or spec-driven development.