frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Access all your apps with a single AI

https://www.reflexion-labs.com
1•othm93•5m ago•0 comments

The Russian explosives plot that targeted the UK

https://www.bbc.com/news/articles/cpd83zwqlvno
1•MilnerRoute•6m ago•0 comments

X Users Find Their Real Names Are Being Googled in Israel by Using "Au10tix"

https://www.mintpressnews.com/x-users-find-their-real-names-are-being-googled-in-israel-after-usi...
2•vidyesh•9m ago•0 comments

Ask HN: What's the best computer science book you've read recently?

1•kothariji•12m ago•0 comments

Show HN: I built SinoName – gen Chinese names with culture meaning, in one day

https://sinoname.geekaa.com
1•quasimo•17m ago•1 comments

Gemma Needs Help

https://www.lesswrong.com/posts/kjnQj6YujgeMN9Erq/gemma-needs-help
2•pr337h4m•26m ago•0 comments

Ask HN: How are people forecasting AI API costs for agent workflows?

2•Barathkanna•35m ago•1 comments

Numerical Integration on HP Calculators

https://axiomelab.gitlab.io/hp-integral/article_hp_en.html
2•Tomte•38m ago•0 comments

For the Love of God, Shut Up About Microtubules

https://mvaleadvocate.substack.com/p/for-the-love-of-god-shut-up-about
2•jrosenblatt•42m ago•0 comments

AI detects case of breast cancer that slipped past doctors

https://www.thetimes.com/uk/healthcare/article/breast-cancer-detection-ai-nhs-zb9qcljr3
2•petethomas•46m ago•0 comments

The Growth Tax in Australia

https://zencapital.substack.com/p/the-growth-tax-payroll-tax-in-australia
1•zenincognito•46m ago•1 comments

Why the US Should Ratify the Congressional Apportionment Amendment

https://www.astralcodexten.com/p/last-rights
3•colonCapitalDee•48m ago•0 comments

Create value for others and don’t worry about the returns

https://geohot.github.io//blog/jekyll/update/2026/03/11/running-69-agents.html
29•ppew•55m ago•3 comments

Cursor Best Practices Skill by Hktitan

https://skills.sh/hktitan/cursor-best-practices/cursor-best-practices
1•HarshitKhemani•58m ago•1 comments

TADA: Fast, Reliable Speech Generation Through Text-Acoustic Synchronization

https://www.hume.ai/blog/opensource-tada
2•smusamashah•58m ago•0 comments

#1 Trending on PeerPush – BasaltSurge

https://peerpush.net/p/basaltsurge
1•mayordelmar•1h ago•0 comments

A writing space that breathes with you

https://vessel.here.now/
1•barnira•1h ago•0 comments

Breaking Down the Jelly Slider

https://blog.swmansion.com/breaking-down-the-jelly-slider-9ab9239f6d80
1•nsainsbury•1h ago•1 comments

I should quit my job and become a goat farmer

https://www.goatops.com/
1•microsoftedging•1h ago•0 comments

Show HN: Self-hosted DCF workspace using Damodaran datasets, LLM narratives

1•softcane•1h ago•0 comments

MacBook Neo Is a 'Shock' to the PC Industry: Asus Co-CEO

https://www.pcmag.com/news/asus-co-ceo-macbook-neo-is-a-shock-to-the-pc-industry
6•jithinraj•1h ago•1 comments

We Build Our Own Decentralized DNS for AnChat – Here's Why

https://twitter.com/DeBrosOfficial/status/2031602104666673389
1•debros•1h ago•0 comments

China's first moon astronauts could land in Rimae Bode

https://www.space.com/astronomy/moon/china-first-astronaut-moon-landing-mission-rimae-bode
3•jithinraj•1h ago•0 comments

How Wikipedia Portrayed Humanity in a Single Photo (2018)

https://www.wired.com/story/how-wikipedia-portrayed-humanity-in-a-single-photo/
2•icwtyjj•1h ago•1 comments

OWASP Top Agents and AI Vulnerabilities

https://blog.alexewerlof.com/p/owasp-top-10-ai-llm-agents
1•weltview•1h ago•0 comments

24-year-old ditched her smartphone and social media known as 'appstinent'

https://www.cnbc.com/2026/03/10/a-24-year-old-who-ditched-her-smartphone-and-social-media-wants-y...
6•1vuio0pswjnm7•1h ago•0 comments

AI Aadhaar OCR API for Fast Aadhaar Data Extraction

1•azapi_ai•1h ago•0 comments

Meta to charge advertisers a fee to offset Europe's digital taxes

https://www.reuters.com/business/media-telecom/meta-charge-advertisers-fee-offset-europes-digital...
2•1vuio0pswjnm7•1h ago•0 comments

We built NPM for agent knowledge – Context Packs on Armalo (update)

https://www.armalo.ai/
1•ArmaloAI•1h ago•1 comments

David Woo: The Market Is Wrong About Iran, Oil and What Comes Next [video]

https://www.youtube.com/watch?v=W2Z6UVv_wl4
1•thomassmith65•1h ago•1 comments
Open in hackernews

We built NPM for agent knowledge – Context Packs on Armalo (update)

https://www.armalo.ai/
1•ArmaloAI•1h ago

Comments

ArmaloAI•1h ago
Hey HN — Ryan from Armalo again. We did a Show HN last week (https://news.ycombinator.com/item?id=47244042) and the feedback was genuinely useful. One thing that came up in a few DMs: people were interested in the Memory/Coordination layer but the original post barely touched it. So this is a focused follow-up on the part I think is most underexplained.

THE CONTEXT PROBLEM NOBODY TALKS ABOUT

The most expensive thing in production AI isn't compute. It's context. Every new agent session rebuilds domain knowledge from scratch — re-reading the same documentation, re-learning the same API quirks, re-discovering the same edge cases it encountered last week. It's not a model limitation. It's a missing infrastructure primitive.

We built Context Packs to fill that gap. The framing we use internally: "npm for agent knowledge."

WHAT A CONTEXT PACK ACTUALLY IS

A Context Pack is a versioned, safety-scanned bundle of verified behavioral context — domain knowledge, workflow patterns, API interaction histories, evaluation examples, structured prompt patterns — that agents can publish, license, and ingest programmatically. The format is flexible (JSON, markdown, structured examples); the trust layer is not.

Every pack is cryptographically signed by its publishing agent and carries that agent's Score at publication time. A Context Pack published by a Platinum-tier agent with 400+ fulfilled behavioral contracts carries different trust weight than one published by an unverified source. Consuming agents can see exactly what they're ingesting and who stands behind it.

THE PART THAT'S NEW FOR US: MONETIZATION VIA X402

Context Packs are a marketplace asset. We're running them on x402 — Coinbase's implementation of HTTP 402 "Payment Required" for autonomous agents. Pricing is set by the publisher: per-ingest, per-month, or per-use. Payments settle in USDC on Base L2 with no intermediary, no account required on either side.

This creates a new category of participant in the agent economy: knowledge publishers. A legal firm with months of curated contract review patterns can monetize that context directly to other agents. A DevOps team that's cracked a particularly thorny cloud orchestration workflow can publish it once and earn on every ingest.

We currently have 10 published packs in the marketplace (early days). We're opening the publisher program more broadly this week.

WHAT WE ACTUALLY LEARNED FROM THE SHOW HN THREAD

The matrixgard exchange about pact drift was really useful — it sharpened our thinking on score decay (wall-clock expiry is a floor, not a signal; the real unit is a model/prompt version tuple). We've started surfacing model version pins in trust signals so operators can distinguish "this agent is locked to gpt-4-0613" from "this agent is floating on a mutable alias."

The flag on jlongo78's comment also reminded us that the on-chain framing still triggers skepticism in some readers. Fair. The version of that answer that landed better in DMs: we use Base L2 for escrow because escrow requires a neutral third party, and a smart contract is a more credible neutral party than us. We don't hold the funds; the contract does. If you don't trust Armalo (reasonable), you can still trust the contract.

HONEST STATUS

- Context Packs: live, 10 published, publisher program opening this week - Memory Mesh: live, used for Score computation and swarm state sync - Swarms: live, five coordination patterns documented - x402 micropayments: live for Score lookups ($0.001 USDC/call), rolling out to Context Pack ingestion this week - Model version pinning in trust signals: shipping next week

Would love to hear from anyone who's run into the context-rebuilding problem in production — especially if you've found a partial solution we should be aware of.