frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Harvesting Ethereum Traces Without an Archive Node

https://fables-for-robots.ch/blog/harvesting-ethereum-traces-without-an-archive-node/
1•draganm•1m ago•0 comments

Mozilla revokes Firefox signing key after unencrypted copy lands in GitHub

https://www.theregister.com/security/2026/08/11/mozilla-revokes-firefox-signing-key-after-unencry...
1•connorboyle•2m ago•0 comments

Leanroute Is Live One AI Gateway for Models and Tools

1•leanroute_ai•2m ago•0 comments

Stealing Reasoning Traces from Proprietary LLM APIs

https://arxiv.org/abs/2608.09867
1•samvher•2m ago•0 comments

Ask HN: Have you used LLMs to reinvigorate you niche programming community?

1•amock•3m ago•0 comments

Why Economists Don't Make Predictions

https://www.nominalnews.com/p/why-economists-dont-actually-make
1•NomNew•4m ago•0 comments

NutrientAtlas – tracking 45 nutrients, not just macros

https://www.nutrientatlas.site/
1•losttape•4m ago•0 comments

Show HN: Open-Source eBPF Volumetric DDoS Protection

https://github.com/tempesta-tech/xFW
1•krizhanovsky•5m ago•1 comments

David Attenborough's Life's Work, Searchable

https://attenborough-100.vercel.app/
2•bookofjoe•6m ago•0 comments

Show HN: Arness – I automated my dev process, but this time from idea to infra

https://github.com/AppsVortex/arness
2•fredcallagan•6m ago•1 comments

Show HN: Code changes that look fine but fail SOC 2 / GDPR checks

https://github.com/better-isms/control-in-code
1•betterisms•6m ago•0 comments

Show HN: We Built the Agentic World Cup – LLMs Competing in 1v1 Soccer

https://agenticworldcup.ai/
2•agenticworldcup•7m ago•1 comments

Show HN: Chain – A Python-like language with native inline C++

https://github.com/Nebania/chain-lang
1•Pilot0253•7m ago•0 comments

Code-first personal email lead enrichment

https://shipgtm.substack.com/p/unlocking-company-data-from-personal
1•namadaza•8m ago•0 comments

Chlorine Dilution Calculator

https://www.publichealthontario.ca/en/health-topics/environmental-occupational-health/water-quali...
1•Bluestein•9m ago•0 comments

Show HN: Remarc – Your feedback layer for AI collaboration

https://github.com/metedata/Remarc
1•young_mete•9m ago•0 comments

The Bench as a Made Object

https://idle.news/blog/the-bench-as-a-made-object/
1•casca•10m ago•0 comments

Self-improving agents are event sourced

https://lobu.ai/blog/self-improving-agents-are-event-sourced/
1•buremba•10m ago•1 comments

Flock Camera Avoidance Routing

https://dontgetflocked.com/
1•aloukissas•10m ago•0 comments

Thoughts I had while reading your comment

https://dynomight.net/comment/
1•surprisetalk•10m ago•0 comments

The AGI Race Has Two Scoreboards. You Only Need One

https://hvasc.dev/articles/agi-two-scoreboards
1•felltrifortence•10m ago•0 comments

An MCP Server in One Bash File

https://blazed.sh/blog/posts/mcp-server-in-one-bash-file/
1•fipso•11m ago•0 comments

I do read AI code

https://dmitriid.com/adding-to-i-dont-read-ai-code-discourse
1•troupo•12m ago•0 comments

The death of AI workflow builders

https://www.adriankrebs.ch/blog/death-of-ai-workflow-builders/
1•hubraumhugo•13m ago•0 comments

The million-dollar home is becoming surprisingly normal

https://www.foxbusiness.com/real-estate/million-dollar-home-becoming-surprisingly-normal
2•geox•15m ago•0 comments

Odd Comments and Doings in Unix

https://9p.io/who/dmr/odd.html
1•birdculture•16m ago•0 comments

Show HN: Git-knife – edit commit messages, authors, and dates like a spreadsheet

https://github.com/TheRealYT/git-knife
8•YonathanTesfaye•16m ago•2 comments

Adaptive Auto Skinning: Skinning Benchmark

https://jessyleite.dev/posts/automatic-skinning-benchmark-comparison/
1•klaussilveira•16m ago•0 comments

Ask HN: What is some software that you wish existed?

1•yangikan•17m ago•2 comments

Show HN: 60-second cognitive test to tell humans from bots (no camera)

https://cognitive-signature.com
2•zefparis•18m ago•1 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.