frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Clayrune – Run Claude Code agents in parallel without losing context

https://github.com/ronle/clayrune
1•Clayrune•23s ago•0 comments

US plans to ban Chinese parts from AI data centers

https://www.reuters.com/world/trump-administration-drafting-ban-chinese-data-center-devices-sourc...
1•BlueBerry2001•47s ago•0 comments

Show HN: XTokenChecker – Verifies model identities of your AI gateway

https://xtokenchecker.com/
1•zizheruan•1m ago•0 comments

I built a live tracker for the EU Inc. legislation (the "28th regime")

https://euralto.com/eu-inc-law-tracker/
1•euralto•2m ago•0 comments

55 Years Ago, an Apollo 15 Astronaut Dropped a Hammer on the Moon

https://nautil.us/55-years-ago-an-apollo-15-astronaut-dropped-a-hammer-on-the-moon-1283339
1•Brajeshwar•2m ago•0 comments

AI-assisted staging draws boos at the Richard Wagner festival in Germany

https://abcnews.com/Entertainment/wireStory/ai-assisted-staging-draws-boos-richard-wagner-festiva...
1•cdrnsf•3m ago•0 comments

An agent built for Mobile

1•technicalbot•3m ago•0 comments

Holographic Lithography (2020) [pdf]

https://empossible.net/wp-content/uploads/2020/01/Lecture-Holographic-Lithography.pdf
1•peter_d_sherman•3m ago•0 comments

DuckGQL – Graph Queries in the Browser

https://duckgql.com/
1•jonbaer•4m ago•0 comments

Show HN: Capshelf – Share agent skills across repos with per-project lockfiles

https://github.com/genged/capshelf
1•mstr32•5m ago•0 comments

Skills vs. MCP: when to use which

https://ykdojo.github.io/awesome-agents-on-google-cloud/skills-vs-mcp.html
1•ykev•5m ago•0 comments

Energy Slaves

https://www.stuartmcmillen.com/comic/energy-slaves/
1•r3trohack3r•6m ago•0 comments

Show HN: Korvo – Local-first AI workspace that traces answers to the source

https://www.korvo.xyz/
1•akshay_bhardwaj•6m ago•0 comments

Gigatoken: Making tokenisation care about the hardware

https://peterbhabra.com/inside-gigatoken/
1•pthu•6m ago•0 comments

Zillow to lay off 500 staff in restructuring

https://www.housingwire.com/articles/zillow-layoffs-restructuring-500/
3•angrydev•6m ago•1 comments

Alchemy and AI – Hubert Dreyfus (1965) [pdf]

https://www.rand.org/content/dam/rand/pubs/papers/2006/P3244.pdf
1•jonash54•7m ago•0 comments

Show HN: Will Codex Reset – Predict Codex reset timing to maximize your quota

https://willcodexreset.com/
1•zizheruan•7m ago•0 comments

Why do 90% of economists oppose rent control? [video]

https://www.youtube.com/watch?v=yoT76zITRx8
1•u1hcw9nx•8m ago•0 comments

How DNS Works

https://howdns.works/
1•carlos-menezes•9m ago•0 comments

Learn about RF Signal security NOW

https://transec-taxonomy.pages.dev
1•belabartok39•9m ago•1 comments

Vibe-Mathing: The Generalized Vanishing Conjecture

https://www.royvanrijn.com/blog/2026/08/vibe-mathing-the-generalized-vanishing-conjecture/
1•redcodenl•10m ago•1 comments

Show HN: A daily covering-walk puzzle where mowing direction matters

https://johalloran.dev/lawndle/
1•jpohalloran•11m ago•0 comments

Rest in Peace, Heinz Stucke, Who Saw the World by Bike

https://bikepacking.com/news/rest-in-peace-heinz-stucke/
2•speckx•11m ago•0 comments

Jet Fuel Made from Tropical Fruit Gets $3B Backing

https://financialpost.com/pmn/business-pmn/jet-fuel-made-from-tropical-fruit-gets-3-billion-backing
1•amelius•11m ago•0 comments

Varto proves complete PutnamBench AI math benchmark in Isabelle

https://varto.ai/news/putnambench/
1•simonbohnen•11m ago•0 comments

What broke when I shipped a browser extension with an AI assistant

https://tryclicked.app/blog/building-with-an-ai-assistant
1•sagunbuilds•12m ago•0 comments

Show HN: Hypeman – OSS multi-hypervisor VM runtime for OCI images

https://github.com/kernel/hypeman
2•juecd•12m ago•0 comments

What's Missing from Open Weight Sovereignty

https://arunabhdastidar.substack.com/p/power-dynamism-for-enterprises-in
1•thatbrownguy•13m ago•0 comments

Building Community Out of Strangers

https://tracydurnell.com/2023/11/30/building-community-out-of-strangers/
1•surprisetalk•14m ago•0 comments

Truth – The Series

https://iamwisdom.substack.com/p/truth-the-series
1•I_Am_Wisdom•16m ago•0 comments
Open in hackernews

Agent skills that bring team coding standards to Claude Code and Codex

https://github.com/tikalk/adlc-team-skills
35•kanfilior•56m ago

Comments

kanfilior•56m ago
I work with an engineering team using Claude Code, Codex, and OpenCode daily. Early on, we created a custom fork of spec-kit to set up our team directives repository and distribute custom agent workflows.

While that fork got us started, maintaining a custom fork of a CLI just to ship prompt workflows created constant merge debt and maintenance headaches. Every session, agents would still drift or forget our architecture decisions, and prompt shortcuts alone couldn't enforce team-wide standards across different developer tools.

To eliminate the fork entirely, we decoupled our workflow skills into adlc-team-skills, built on the open Agent Skills standard (SKILL.md). You install them into any repo with npx skills add tikalk/adlc-team-skills.

The setup works across a few core layers:

On session start, team-boot auto-loads your team constitution from Git and dynamically fetches only the rules, PDRs, and ADRs relevant to the active task — zero prompt-wall bloat.

For product and architecture strategy, product decisions are captured as Product Decision Records (PDRs) and compiled into PRD.md, while architectural decisions use Rozanski and Woods viewpoints composed into AD.md.

For execution, mission-brief acts as an autonomous pipeline runner that derives a formal contract (Goal, Constraints, Non-Goals, Success Criteria) and walks a specify-plan-implement-converge loop. When an agent fails, you edit the spec, not just the code.

In v0.15.0, mission-brief auto-discovers installed skills at runtime. Whether you have spec-kit, OpenSpec, Matt Pocock's skills, Addy Osmani's checklists, or custom skills installed side-by-side, the LLM dynamically decides which skill fits each pipeline step — letting us run upstream spec-kit directly with zero custom fork code.

What doesn't work well yet: our evals suite holdout-split validation is still manual. The architecture skills work, but multi-view DAG orchestration can be slow on very large codebases.

Repos: - Skills: https://github.com/tikalk/adlc-team-skills - Methodology: https://github.com/tikalk/agentic-sdlc-12-factors - CLI: https://github.com/tikalk/adlc-skills-cli

I'm curious — for those of you managing AI coding agents across engineering teams, how are you balancing team standards with the maintenance overhead of custom agent tooling?

appplication•31m ago
I see what this is going for but can’t help but feel like it’s overwrought. It feels a bit like the most likely outcomes are increased token burn, review surface, and time per task vs not using this.

Who knows, maybe that’s a good thing.

jlund-molfese•27m ago
I feel that way about a lot of very long instructions.

It seems that many of these projects are not benchmarked, so it's difficult to know whether there is an improvement in any circumstance, and what the cost is. Of course, a benchmark will be fuzzy, because codebases are all different, but it'd be a start.

mhitza•18m ago
Relinking the recent study which argues that many instructions in the context are not followed through https://news.ycombinator.com/item?id=49096969

Many of these skills, rules, "playbooks", and such are kitchensink attempts at steering the model. It augments the model to frame it's reasoning according to project rules and flows, but cannot be really trusted to adhere to it. More of a vibe guideline.

kanfilior•14m ago
see the team-boot skill, it is lean
Stitch4223•28m ago
The promise is nice, yet I find the readme very hard to understand. So I’m not sure how it solves these problems exactly.

First off I would expect a (team) methodology to be referenced. There are tons to choose from. From that point on other terms may make more sense.

For example:

“ Pillar 2: Product Strategy & Architectural Governance (PDRs & ADRs)

Factor III — Mission Definition. Factor IV — Structured Planning. Factor IX — Traceability.”

Why are the Roman numerals in that order, what do they reference and why. Why is this Pilar 2. Etc. It’s easy to get lost in this, even if it would be the best approach in the world.

kanfilior•14m ago
Thanks for the feedback, working on that
hankbond•24m ago
Write your README or ME won't READ it.
kanfilior•15m ago
Sure, will be fixing that.
xyzsparetimexyz•14m ago
Slop
cautiouscat•11m ago
IMO, these agentic guard rails aren't the answer. It seems like we're seeing that the more you stuff context, the more the agents forget and don't follow the guidelines.[1]

Things like ArchUnit, static analyzers, and other deterministic tools can help with lower level things like architecture. For higher up stuff, I am increasingly feeling like agents don't guarantee anything and in many cases its just the opposite. This is where a thoughtful engineer and reviewer can keep things in check.

It's possible I'm off base here, but I can't make heads or tails of the LLM written readme.

1: https://arxiv.org/html/2510.05381v1

kanfilior•9m ago
see the architect adr and Product pdr, also the whole idea is to have an index of context directive similar to skills which the modal invoke
mtzaldo•7m ago
why is so hard for people to create a CONTRIBUTE.MD file which tells anyone (including AI) how to contribute to the repo. You can also set gates and everything.