frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Can We Trust Open Source Models for Production Code? Eval Results

https://medium.com/towards-artificial-intelligence/can-we-trust-open-source-models-for-production...
1•alexcpn•24s ago•0 comments

Show HN: pg_raw_parse – parse SQL in Rust at Postgres speed

https://github.com/pgdogdev/pg_raw_parse
1•levkk•2m ago•0 comments

Two Claudes for One

https://techstrong.ai/articles/two-claudes-for-one/
1•CrankyBear•3m ago•0 comments

Open Source Polygo: translate your app's strings with a local model, Git-native

https://github.com/Na5co/polygo
1•nasco1899•3m ago•0 comments

Music recommending system free and ready to use

https://similaritiesengine.com/
1•Bluestein•3m ago•0 comments

The Interfaces Are Arriving

https://www.oreilly.com/radar/the-interfaces-are-arriving/
1•mooreds•7m ago•0 comments

Apple's Dimensional Drawings

https://512pixels.net/2026/09/apple-dimensional-drawings/
1•surprisetalk•7m ago•0 comments

'How can I build a bomb? It tells you how': How Boko Haram fighters are using AI

https://timesofindia.indiatimes.com/world/rest-of-world/how-can-i-build-a-bomb-it-tells-you-how-h...
1•Markoff•8m ago•0 comments

Show HN: Outbound benchmark calculators, no signup, no tracking

https://www.prospectio.ai/tools/
1•cassidy01•10m ago•0 comments

Everything Is a Stream: runtime composability over compile-time plugins

https://antigma.ai/blog/2026/09/21/everything-is-a-stream
4•ubermon•10m ago•4 comments

We Tested Jev on 100 Agent Tool Calls

https://archestra.ai/blog/we-tested-jev-on-100-real-agent-calls
11•arseny_info•11m ago•0 comments

Lazydraw: A terminal ASCII editor for drawing quick diagrams and sketches

https://github.com/mpospirit/lazydraw
1•masterpos•11m ago•0 comments

The Open Newspaper

https://mountaineagle.net/articles/display/the-open-newspaper/
1•retrocog•11m ago•0 comments

Ask HN: What is the future status with the burning of Jev

1•juntz•11m ago•0 comments

JRR Tolkien on 'the most tragic moment' in The Lord of the Rings

https://www.bbc.com/culture/article/20260918-the-most-tragic-moment-in-the-lord-of-the-rings
5•mooreds•13m ago•0 comments

Jev is good for agentic security use cases too

https://labs.vega.io/blog/bubble-sheets-for-secops/
2•tontinton•13m ago•0 comments

Confectionery: A lightweight build configuration system

https://github.com/A5x0/Confectionery/tree/main
1•usrnameistaken•14m ago•1 comments

Paramount to Resolve Antitrust Lawsuit, Clearing Way for Warner Bros Acquisition

https://www.nytimes.com/2026/09/21/business/paramount-warner-bros-ellison.html
2•mikhael•15m ago•0 comments

SAML: A Fractal of Bad Design

https://blog.trailofbits.com/2026/09/21/saml-a-fractal-of-bad-design/
1•radlad•15m ago•0 comments

Show HN: AlarmK – a mission alarm for iPhone, built on iOS 26's AlarmKit

https://apps.apple.com/us/app/alarmk-mission-alarm-clock/id6772219821
1•ibank21•15m ago•0 comments

Show HN: Jev AI –Try the Interactive Playground and Typed Decision

https://jev-ai.info/
1•lovelyxyz520•15m ago•0 comments

Thoughts on Techno-Anthropology

https://medium.com/@kazarazat/thoughts-on-techno-anthropology-7e135827f3e1
1•KazaNLP•16m ago•0 comments

Running an Optimal Trace

https://anishathalye.com/optimal-trace/
1•anishathalye•16m ago•0 comments

Show HN: FractalBrainOS – self-learning brain in C++17 (no backprop)

https://github.com/NineNi999neNine/FractalBrainOS
1•06121985•18m ago•0 comments

White House press pool (5 networks) suspends coverage

https://www.nytimes.com/live/2026/09/21/business/trump-white-house-cnn-politico-msnow
2•mizzao•18m ago•1 comments

Show HN: Mathy – Build Math Automaticity

https://mathy.game/
1•gmays•19m ago•0 comments

Skill and visualisation kit to help developers understand PRs better

https://github.com/annanay25/explain-pr
1•annanay•19m ago•1 comments

OpenClaw Completes Security Audit

https://openclaw.ai/blog/openclaw-trail-of-bits-engagement-recap
2•tosh•21m ago•0 comments

U.S. Site Blocking Bill Adds VPNs to the List of Blocking Intermediaries

https://torrentfreak.com/u-s-site-blocking-bill-adds-vpns-to-the-list-of-blocking/
4•iamnothere•21m ago•0 comments

Show HN: HN for Me – Jev curates Hacker News based on your interests

https://github.com/raahelpie/hn-for-me
2•raahelb•21m ago•0 comments
Open in hackernews

Show HN: Self Improving AgentOrchestrator Skill

https://github.com/mathaix/claramap-builder
3•mathaix•57m ago
How do you Orchestrate your Agentic Development? I moved away from claude gaol based workflows and built something more custom, using ideas from AWS Kiro, SpecFlow and SpecStory. Been using it daily now. Wanted to be vendor agnostic and orchestrate between coding harness. Appreciate any feedback and your thoughts around this.

Comments

jakelevirne•40m ago
This is great to see. I've now fully embraced long-running agentic workflows with separate plan->generate->evaluate steps, all coordinated by an orchestrator. I've done this using Claude Code alone, which is very easy but costly using Fable alone. I've done this in a team-visible way using Linear and Cyrus https://specstory.com/tutorials/team-based-loop-engineering.

And lately, for cost savings I've been doing this via Claude Code orchestrated workflows that fan out to lower cost Pi.dev Kimi agents https://github.com/jakelevirne/pi-relay.

I think there's a lot to be said for having orchestrated goal-oriented workflows (loops/harnesses) that have their choice of agents. So it's nice to see that principle in play here. And strong goal/outcome definition is critical for success with these long running workflows, so helpful to see SpecFlow methodology baked in to the skill.

I think the biggest thing I've seen over and over as teams try to adopt this type of approach is weak testing/verification. Using agentic development it's very easy to have automated unit and integration testing. But what this approach really demands is acceptance testing and intent verification. Most people I know still do this part by hand, which means the loops can't be as long-running as they ideally would be. Have you thought about a deeper (more deterministic) verification approach, in addition to adversarial review from another agent?

(Note: I'm a SpecStory maintainer but didn't have anything to do with this Claramap Builder project)

mathaix•34m ago
Thank you, will checkout https://github.com/jakelevirne/pi-relay I want to extend this. Support other harness like PI and models like Kimi
mathaix•33m ago
is specstory, opensource?