Live data from Hacker News

Viewing profile — FiloVenturini

FiloVenturini

HN member
Joined
Mon, Feb 23, 2026, 11:32 AM UTC
HN karma
1
Public activity
6 items

About FiloVenturini

Software engineer working on backend systems and AI agent architectures.

Recent public activity

  1. story
  2. comment
    Comment #47261176

    Previous Show HN: https://news.ycombinator.com/item?id=47136585 . That version had the vault abstraction but access control lived entirely in application code — which is exactly th…

  3. story
    Show HN: CtxVault – agent memory isolation enforced outside app code

    I build multi-agent systems and after a while the memory problem started to feel like the thing nobody had really solved properly. The obvious approach is a shared vector store wit…

  4. comment
    Comment #47141656

    Have you considered adding any kind of agent coordination layer, e.g. letting one “orchestrator” agent spawn and direct sub-agents on specific subtasks, rather than having the deve…

  5. comment
    Comment #47136592

    I’m also wondering whether there is actually a need for memory to become a controllable infrastructure layer that agents can integrate with, instead of everyone building custom mem…

  6. story
    Show HN: CtxVault – Local memory control layer for multi-agent AI systems

    I built CtxVault while working on multi-agent systems and persistent memory patterns. Most agent architectures treat memory as a retrieval problem. Multiple agents share a vector s…