HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jithinraj

no profile record

Submissions

Show HN: Check whether agent logs are independently verifiable

whatdidmyagentdo.com
3 points·by jithinraj·w zeszłym miesiącu·0 comments

Show HN: verifiable API and MCP calls

github.com
3 points·by jithinraj·3 miesiące temu·1 comments

Show HN: Originary – emit signed records for MCP tools

github.com
1 points·by jithinraj·3 miesiące temu·0 comments

Show HN: agent logs and what others can actually verify

whatdidmyagentdo.com
3 points·by jithinraj·3 miesiące temu·0 comments

Show HN: What Did My Agent Do? Compare logs to signed records

whatdidmyagentdo.com
2 points·by jithinraj·4 miesiące temu·0 comments

Show HN: Agent Auditor: verify signed agent, API, and MCP records offline

originary.xyz
1 points·by jithinraj·4 miesiące temu·1 comments

Show HN: Portable signed proof for agent, API, and MCP interactions

github.com
1 points·by jithinraj·4 miesiące temu·0 comments

MacBook Neo is a 'shock' to the PC industry: Asus co-CEO

pcmag.com
41 points·by jithinraj·4 miesiące temu·3 comments

China's first moon astronauts could land in Rimae Bode

space.com
8 points·by jithinraj·4 miesiące temu·0 comments

Show HN: See what your AI agent did and verify it locally

originary.xyz
1 points·by jithinraj·4 miesiące temu·1 comments

Show HN: Signed receipts for agent actions

github.com
2 points·by jithinraj·4 miesiące temu·0 comments

TeX Live 2026 is available for download now

tug.org
95 points·by jithinraj·4 miesiące temu·71 comments

Show HN: Verifiable Interaction Records for Agents

github.com
1 points·by jithinraj·4 miesiące temu·0 comments

Show HN: Verify and trace OpenClaw tool calls (runnable demo)

github.com
1 points·by jithinraj·5 miesięcy temu·1 comments

comments

jithinraj
·w zeszłym miesiącu·discuss
[flagged]
jithinraj
·2 miesiące temu·discuss
I’m working on PEAC Protocol.

Logs are local, but some claims need to travel. As agents, MCP tools, metered APIs, and automated payment flows do more work, there needs to be a simple way for another system to verify what was reported later. PEAC issues portable signed records for that boundary.

https://github.com/peacprotocol/peac
jithinraj
·3 miesiące temu·discuss
Examples for API responses and MCP tool calls are in the README.

Website: https://www.peacprotocol.org
jithinraj
·3 miesiące temu·discuss
Working on Originary, built around PEAC, an open protocol for signed interaction records.

The idea is to make agent, MCP, and API interactions verifiable across org boundaries instead of relying only on logs. Still early, but that’s the thing I’m most focused on right now.

Originary: https://www.originary.xyz PEAC: https://github.com/peacprotocol/peac
jithinraj
·3 miesiące temu·discuss
[dead]
jithinraj
·4 miesiące temu·discuss
[dead]
jithinraj
·4 miesiące temu·discuss
Hey HN, I’ve been building Originary, and this is one small piece of it: Agent Auditor.

It opens a signed interaction record and shows who acted, what happened, and whether the signature verifies. You can try it in the browser with a sample file or use the CLI locally. No signup, no backend, no outbound fetches.

I built it because logs are useful for debugging, but not great when another team or customer needs something portable they can inspect independently later. I wanted a simple way to open a signed record and verify it with a public key.

The tool is deliberately narrow: it is read-only, verifies structure and signatures, and does not issue records or validate business logic.

Happy to answer technical questions.
jithinraj
·4 miesiące temu·discuss
Agent Auditor is a local browser/CLI tool for opening files describing agent actions and verifying their validity.

I built it because most agent logs are hard to review and easy to fake or misread. This gives you a readable timeline plus local verification for supported receipt/bundle files, with no account and no outbound verification.
jithinraj
·5 miesięcy temu·discuss
I built a small runnable demo that turns OpenClaw tool-call events into a verifiable trace you can move between systems.

What it does:

- captures tool calls (input/output/timing/status) via the OpenClaw hook surface

- appends them to a tamper-evident chain (each entry links to the previous digest)

- emits a signed, portable receipt per tool call (JSON you can verify offline)

Why: If you’re running agents across services, the “truth” of what happened ends up split across logs. This gives you a single artifact you can attach to an incident, audit, customer ticket, or cross-team handoff.

Try:

- git clone https://github.com/peacprotocol/peac - cd peac && pnpm install - cd examples/openclaw-capture && pnpm demo

It prints a trace + emits 3 example receipts.

Looking for feedback from OpenClaw users: - which fields are missing for real debugging/auditing? - do you want this to map to an existing trace model (OTel, etc.)? - what storage/transport would you actually use for receipts in production?
jithinraj
·6 miesięcy temu·discuss
Such a creative solution to what might seem like a small, but really important, problem! I love how precise and responsive the blur is.

Thanks so much for making Posturr. It definitely deserves more recognition!
jithinraj
·10 miesięcy temu·discuss
This is a super creative and fun project.