Live data from Hacker News

Viewing profile — nknutalapati

nknutalapati

HN member
Joined
Tue, Mar 03, 2026, 5:24 PM UTC
HN karma
1
Public activity
5 items

About nknutalapati

Building cryptographic runtime integrity infrastructure for agentic AI.

Open source: github.com/narendrakumarnutalapati

Recent public activity

  1. comment
    Comment #47262394

    Hi HN — I've been experimenting with ways to make AI agent actions auditable and enforceable at runtime. This project has two parts. 1. LICITRA-MMR — An append-only audit log using…

  2. story
  3. comment
    Comment #47235828

    Localhost-only dashboard with SQLite audit is a good default for self-hosted. Same question I keep asking these proxy projects: if the SQLite log is the evidence layer, what happen…

  4. comment
    Comment #47235802

    Runtime guarding at the tool execution layer is the right enforcement point. One thing I'd push further: the audit trail — is it append-only with integrity guarantees, or a standar…

  5. comment
    Comment #47235747

    Solid proxy architecture. The deny-by-default YAML policy engine is the right call. One question on the audit side: decisions are logged to SQLite — is that log tamper-evident? If …