frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

K (1993)

https://web.archive.org/web/20160330020952/http://archive.vector.org.uk/art10010830
1•tosh•34s ago•0 comments

IBM warns AI boom is squeezing software budgets; shares sink in sector rout

https://www.reuters.com/business/ibm-expects-second-quarter-revenue-below-estimates-2026-07-14/
3•lilerjee•2m ago•0 comments

The Reverse Information Paradox

https://snscratchpad.com/posts/reverse-information-paradox/
2•jack1689•2m ago•1 comments

Many US cities will see record overnight temperatures

https://apnews.com/article/heat-dome-record-temperatures-fb7664f71743f71beca4ce7447562ca2
2•geox•4m ago•0 comments

Show HN: Opening lines of famous literary works

https://www.verbaprima.com/
4•plicerin•4m ago•0 comments

WhatsApp forensics in 2026 and what survives end-to-end encryption

https://andreafortuna.org/2026/07/14/whatsapp-forensics-2026/
1•iamnothere•5m ago•0 comments

Turned the Pitch into a Market

https://twitter.com/MuratLite/status/2077038661724672306
1•Jellyd•5m ago•1 comments

Show HN: Pulsys – Pull-through cache for Hugging Face built with io_uring

https://github.com/pulsys-io/pulsys
1•poshmosh•6m ago•1 comments

Questions for the Center-Left

https://www.natesilver.net/p/12-questions-for-the-center-left
1•7777777phil•6m ago•0 comments

Reconstructing Pelé's lost goal [video]

https://www.youtube.com/watch?v=R-Yqes8AotY
1•simonpure•7m ago•0 comments

8086 CPU, chipset, 640 KB RAM, floppy, keyboard and VGA screen in one CSS file

https://css-dos.ahmedamer.co.uk
1•zdw•7m ago•0 comments

Intention Is All You Need

https://sbloz.com/intention-is-all-you-need/
1•sbloz•8m ago•0 comments

Show HN: Sol – a validated computational artifact for human-agent handoffs

https://github.com/LopezNuance/Sol
1•jamweba•8m ago•0 comments

Panasonic's PV-460 Camcorder Stabilized Shaky Videos

https://spectrum.ieee.org/panasonic-camcorder-ieee-milstone
1•Brajeshwar•8m ago•0 comments

I'm a USB-C Maximalist

https://shkspr.mobi/blog/2026/07/im-a-usb-c-maximalist/
1•speckx•8m ago•0 comments

Competition Is for Losers

https://www.wsj.com/articles/peter-thiel-competition-is-for-losers-1410535536
1•ronfriedhaber•10m ago•0 comments

Trust is not Governance: an essay from inside Google DeepMind

https://www.blackhc.net/essays/trust_is_not_governance/
1•nervai•10m ago•0 comments

Show HN: Open-source]IntentGuard: Catch PRs that pass tests but miss the ticket

https://github.com/derrickchiang1024/intentguard
1•CHIA_CHIANG•10m ago•0 comments

Are we offloading too much of our thinking to AI?

https://www.artfish.ai/p/offloading-thinking-to-ai
1•yenniejun111•11m ago•0 comments

Single-Rollout Asynchronous Optimization for Agentic Reinforcement Learning

https://arxiv.org/abs/2607.07508
1•gmays•12m ago•0 comments

The First Photonic Reasoning Processor

https://www.akhetonics.com/
2•binyu•13m ago•0 comments

Why Did IBM Stock Crash 25% Today?

https://www.disruptionbanking.com/2026/07/14/why-did-ibm-stock-crash-25-today/
3•emsidisii•14m ago•0 comments

After Such Knowledge

https://www.5jt.com/after-such-knowledge
1•tosh•15m ago•0 comments

The Reverse Information Paradox

https://twitter.com/satyanadella/status/2076323181154230284
2•wslh•17m ago•1 comments

Show HN: Datapoint – API for Human Preference Data

https://trydatapoint.com/docs/
3•yoloakki•17m ago•0 comments

Show HN: Cascade Chat – A Hackable IRCv3 Client for macOS, Windows, and Linux

https://github.com/matt0x6F/irc-client
5•oooyay•17m ago•1 comments

Fed Chairman Kevin Warsh pledges Fed policy regime change to rid inflation tax

https://www.cnbc.com/2026/07/14/warsh-promises-inflation-will-be-a-thing-of-the-past-cites-benefi...
1•donsupreme•19m ago•0 comments

Meta used AI to target workers with medical conditions for layoffs

https://www.reuters.com/world/meta-used-ai-target-workers-with-medical-conditions-layoffs-former-...
8•nlpnerd•19m ago•1 comments

The Agent Loop Is the New SaaS

https://lobu.ai/blog/the-agent-loop-is-the-new-saas/
1•buremba•20m ago•0 comments

The US Approves Launch of Mirror Satellite That Can Reflect Sunlight at Night

https://www.wired.com/story/reflect-orbital-earendil-mirror-satellite-fcc/
1•achristmascarl•20m ago•1 comments
Open in hackernews

Show HN: Cruxible – Terraform-like ontology config to governed state for agents

https://github.com/cruxible-ai/cruxible
1•rmalone1097•1h ago
General-purpose text memory works well to represent information that can be plainly stated, rarely changes, and only needs to be recalled, but it leaves several structural problems unresolved:

1) Generic memory does not establish settled state, it returns context. Text-based memory can preserve and present information, but a claim added to context is reinterpreted by a probabilistic LLM every time it runs. I found myself constantly asking my agents to re-check the validity of what was in my markdown wikis, especially for knowledge that has a natural lifecycle. Additionally, there's no uniform way of establishing provenance or attribution for a claim in text - relying on git commit messages doesn't feel like a good standard.

2) An LLM can't do deterministic queries for relational information on its own, especially when relationships have to be constructed across a corpus. This really matters across sessions and for multi-agent workflows - even if one agent or session gets it right, if your organization's truth is not plainly and deterministically traversable, it creates a tower of Babel situation where each agent or session is operating from its own internal representation.

3) An LLM can't be trusted to enforce its own write-time boundary. A policy represented as text can only be interpreted by the model as context - better models have a better probability of following them, but an LLM by itself, no matter how good, can never guarantee that an invalid transition is refused, or that an author of a claim can't approve it when you want an independent review. For truth that matters, there has to be stricter write-time enforcement.

I built Cruxible to be that missing layer in agentic workflows. It's a governed state engine that agents and humans operate using a CLI or MCP server, bound by an ontology that is configured in YAML. Every write or mutation is attributed and receipted with full provenance, and governed claims can require evidence-backed proposal and review flows that cannot be skipped. Write policies and guards are enforced by a deterministic chokepoint outside the model.

- All state that can be built deterministically is built deterministically from your seeded data, which can be structured (CSVs) or unstructured (documents). When judgment is needed, Cruxible includes strict governance review queues with full attribution receipts for all changes or proposals. Only proposals that are approved get minted into state.

- Every query is deterministic and executes outside the LLM. Agents can traverse the graph directly or use configured named queries for recurring reads. Queries return receipts in structured JSON that detail the paths used to produce their answers.

- Enforcement runs in both directions: guards refuse invalid writes to state at the chokepoint, and gates hold outside actions (e.g. a merge or a deploy through CI) until state agrees.

- The state model is executable: you can read the state programmatically and do whatever logic you want with it. Downstream reads of settled state never have to re-parse source artifacts, although provenance ensures full auditability.

- Reads are reproducible: workflow plans, provider code, artifacts, and configuration are lock-pinned, and snapshots preserve exact state. Receipts always explain a write fully, so no more going through the git history of an md file.

- The YAML ontology can evolve like code to ensure that state is always representative.

Repo is here: https://github.com/cruxible-ai/cruxible or install with pip install cruxible

It's Apache-2.0, SQLite under the hood, and 100% local through a Python daemon. Full walkthroughs and guides for domains on the GitHub repo.

I'd really value feedback of any kind, even if it's just how you and/or your team are maintaining consistency about what's true for your agents to use. Contributions welcome!

Comments

rmalone1097•21m ago
Hi HN I'm Rob, the author. I've been running Cruxible's own development off a Cruxible instance, which has really shaped how the interface evolved. I recently added a pre-push hook to make sure every agent reviewing the PR is a different model than the one that wrote it and always gets the exact context it needs from state.

Receipts have also been a life changer for my agents, being able to query state history makes it so the state timeline is instantly traversable, and LLMs are really good at using them now.

Happy to answer any questions :)