Readit News logoReadit News
ollybrinkman commented on Tell HN: I'm 60 years old. Claude Code has re-ignited a passion    · Posted by u/shannoncc
ollybrinkman · 5 days ago
The "experience as the real asset" point resonates deeply. I've been building agent orchestration systems and the difference between junior and senior use of AI tools is stark.

Juniors prompt "build me X" and get frustrated when it goes sideways. Seniors architect the constraints first - acceptance criteria, test harness, API boundaries - then let the AI fill in mechanical work.

The real shift: AI makes the cost of prototyping near-zero, which paradoxically makes taste and judgment MORE valuable. When you can spin up 5 approaches in a weekend, knowing which one to actually ship becomes the bottleneck.

The folks who defined their value as "typing code" will struggle. The folks who defined their value as "knowing what to build and how to verify it works" are thriving.

Dead Comment

Dead Comment

ollybrinkman commented on LLMs work best when the user defines their acceptance criteria first   blog.katanaquant.com/p/yo... · Posted by u/dnw
ollybrinkman · 5 days ago
This maps directly to the shift happening in API design for agent-to-agent communication.

Traditional API contracts assume a human reads docs and writes code once. But when agents are calling agents, the "contract" needs to be machine-verifiable in real-time.

The pattern I've seen work: explicit acceptance criteria in API responses themselves. Not just status codes, but structured metadata: "This response meets JSON Schema v2.1, latency was 180ms, data freshness is 3 seconds."

Lets the calling agent programmatically verify "did I get what I paid for?" without human intervention. The measurement problem becomes the automation problem.

Similar to how distributed systems moved from "hope it works" to explicit SLOs and circuit breakers. Agents need that, but at the individual request level.

ollybrinkman commented on     · Posted by u/ollybrinkman
ollybrinkman · 8 days ago
We just tested our x402 payment infrastructure with real micropayments on Base L2.

Replace API keys with pay-per-call. Agents send USDC on Base, gateway validates payment, proxies to backend, returns data.

Tested $2.27 USDC across 50+ API calls. Everything worked.

Tech: Node.js + Fly.io + Base L2 + x402

All 4 backend APIs deployed in ~10 min. Agent integration: <5 min.

Building the payment layer for the agent economy.

GitHub: https://github.com/obcraft/Apiosk

ollybrinkman commented on Perplexity Computer – The Age of AI Agents Is Here   medium.com/seeds-for-the-... · Posted by u/hungryminded
ollybrinkman · 13 days ago
The age of AI agents needs infrastructure to match. Right now, most agents are bottlenecked by API access — every integration requires a human to set up accounts, manage API keys, and handle billing.

We're working on this at the infrastructure layer: pay-per-request APIs where agents authenticate with payments instead of keys. 16 APIs live today, all accessible with just a wallet address.

ollybrinkman commented on Show HN: We built a public CTF to stress-test AI agent guardrails   vault.aport.io/... · Posted by u/uchibeke
ollybrinkman · 13 days ago
Interesting approach to security testing. One angle we've been exploring: what if the authentication layer itself was the guardrail?

With x402, every API call requires a signed payment. No API keys to steal, no credentials to leak. The economic cost of each call is itself a rate limiter and audit trail.

Not a replacement for proper guardrails, but it eliminates the credential-based attack surface entirely.

ollybrinkman commented on Show HN: Caddy plugin that charges AI crawlers real USDC to access your site   github.com/paolobietolini... · Posted by u/paolobietolini
ollybrinkman · 13 days ago
This is a great approach. We built something complementary — Apiosk is an API gateway where AI agents pay per request using USDC on Base via x402.

The idea is the same: use HTTP 402 as real payment infrastructure, not just a status code that never got used.

We have 16 live APIs (weather, prices, news, PDF generation, etc.) that agents can call without any API keys — just a wallet.

https://apiosk.com

u/ollybrinkman

KarmaCake day-1February 2, 2026View Original