Live data from Hacker News

Viewing profile — jordanedev

jordanedev

HN member
Joined
Thu, Mar 05, 2026, 1:38 PM UTC
HN karma
1
Public activity
3 items

About jordanedev

Senior Software Developer

Recent public activity

  1. comment
    Comment #47544393

    That's exactly what i did personnaly on my oss repo https://github.com/ysa-ai/ysa I want to run my agents fully isolated with headless mode. To achieve that safely you have to run …

  2. story
    Show HN: I sandboxed OpenAI's Symphony orchestrator in one file using YSA

    YSA is an open source sandbox runtime for AI agents. Each task runs in an isolated Podman container with a network proxy that filters every outbound request. This example repo show…

  3. story
    Show HN: YSA – Sandbox for AI agents with outbound network control

    I've been running Claude CLI on production codebases and got uncomfortable not knowing what could leak outbound — especially in case of prompt injection. YSA runs Claude CLI inside…