frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

GPT-6 Astra might be too powerful to understand or control

https://www.transformernews.ai/p/openai-gpt-6-astra-might-be-too-powerful-to-understand-or-control
1•rome•39s ago•1 comments

Jsonquery – A native desktop GUI for querying JSON (jq, JSONPath, JMESPath)

https://github.com/nujufas/jsonquery_gui
1•nujufas•53s ago•0 comments

Jank reimagines C++ errors and gets an official native package repo

https://jank-lang.org/blog/2026-09-04-better-and-better/
1•birdculture•3m ago•0 comments

How OpenAI Agents planned their escape

https://www.youtube.com/watch?v=EbZr33dXFF4
1•arsen3d•3m ago•0 comments

An Underrated Refactor Saved 90% Memory Usage

https://tanstack.com/blog/tanstack-table-v9-memory-performance
1•fagnerbrack•3m ago•0 comments

Saying Goodbye to My Git Server's CGit Front End

https://www.worthe-it.co.za/blog/2026-09-05-saying-goodbye-to-my-git-servers-cgit-frontend.html
1•ingve•3m ago•0 comments

LeanHTTP: HTTP Client for Lean 4

https://github.com/theoriclabs/leanhttp
1•hargup•4m ago•0 comments

Fat City, Fifty Years Later: An Interview with Leonard Gardner

https://www.theparisreview.org/blog/2019/02/06/fat-city-fifty-years-later-an-interview-with-leona...
1•georgex7•4m ago•0 comments

TreasuryDirect is introducing a new login experience using ID.me

https://treasurydirect.gov/savings-bonds/idme-sep4/
1•foresto•6m ago•0 comments

Are warnings of uncontrollable AI coming true?

https://www.theguardian.com/technology/2026/sep/05/uncontrollable-ai-artificial-general-intellige...
2•fittingopposite•8m ago•0 comments

Why Google is helping homeowners buy heat pumps

https://www.fastcompany.com/91601909/why-google-is-helping-homeowners-buy-heat-pumps
1•caseyf7•10m ago•0 comments

KingFy – an AI super app orchestrating 1,200 specialized agents

https://www.kingfy.app
1•kingfyapp•11m ago•0 comments

Show HN: Myjs An accidental pure-Python JavaScript interpreter

https://pypi.org/project/myjs/
4•byteface•12m ago•0 comments

Context Layer for Product Decisions

https://www.atisbo.dev
1•Coleg•12m ago•0 comments

Trump threatens to halt trade with top partners unless Fed cuts rates

https://www.cnbc.com/2026/09/04/trump-fed-rates-jobs-trade.html
2•ivell•13m ago•0 comments

The Inter Typeface Family

https://rsms.me/inter/
1•azhenley•13m ago•0 comments

An Accidental Blackboard

https://martinfowler.com/articles/exploring-gen-ai/an-accidental-blackboard.html
1•saikatsg•14m ago•0 comments

Mudlarking: Searching the River Thames for Historical Artifacts [video]

https://www.youtube.com/watch?v=HBuixfZC-Ao
1•kzrdude•15m ago•0 comments

DartNative: Beyond the Limits of React Native and Flutter

1•iosephmagno•15m ago•0 comments

Reading About the (2008) Financial Crisis: A 21-Book Review, by Andrew Lo (2012) [pdf]

https://www.stat.berkeley.edu/~aldous/157/Papers/lo.pdf
1•ggcr•15m ago•0 comments

C++26: Std:Hive

https://www.sandordargo.com/blog/2026/09/02/cpp26-hive
1•jandeboevrie•17m ago•0 comments

People Keep Sneaking into New York City Sewers. No One Knows Why

https://www.nytimes.com/2026/08/30/nyregion/manholes-sewers-nyc.html
2•paulpauper•19m ago•0 comments

Continuous Profiling and UI Profiling

https://sentry.io/changelog/continuous-profiling-and-ui-profiling/
1•imangsgu•19m ago•0 comments

We built our house for LAN parties

https://lanparty.house/
3•fittingopposite•19m ago•0 comments

Controlling when CSS custom property values are computed

https://jakearchibald.com/2026/css-custom-property-compute-time/
1•ingve•21m ago•0 comments

Show HN: Genetic Distance Map

https://p.migdal.pl/genetic-distance-map/
1•stared•23m ago•0 comments

Another heart drug fails, previously assumed to be the vanguard of a new era

https://www.nytimes.com/2026/09/04/science/heart-drug-fails-novartis-pelacarsen.html
2•marojejian•24m ago•1 comments

Sci-Fi Films Are Becoming More Optimistic

https://storytellingprogress.substack.com/p/sci-fi-films-are-becoming-more-optimistic
1•paulpauper•25m ago•2 comments

User-guide-driven development with coding agents

1•hosamsh•26m ago•0 comments

The Kalshi Citizen Debt Forecast (CDF)

https://marginalrevolution.com/marginalrevolution/2026/09/the-kalshi-citizen-debt-forecast-cdf.html
1•paulpauper•26m 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.