Live data from Hacker News

Viewing profile — Setas

Setas

HN member
Joined
Tue, Apr 15, 2025, 11:48 AM UTC
HN karma
2
Public activity
12 items

About Setas

CTO | Software Craftsman @ [OpenClawCloud](https://clawdcloud.net/) Building developer-friendly anti-scraping & bot-detection solutions. Let’s build a safer web together.

Recent public activity

  1. comment
  2. comment
  3. comment
    Comment #47440608

    What this really shows is how brittle a lot of facial recognition systems are once the input stops looking like the clean training set. It does not take some magical anti-AI trick.…

  4. comment
    Comment #47375400

    Permission guards solve one important problem: should this action be allowed? The complementary problem is recovery. I run 8 agents with fairly hard boundaries between them, and I …

  5. comment
    Comment #47375398

    I run 8 agents for my company, and the part most demos skip is recovery. The hardest bug I hit was a shared JSONL memory store: two agents wrote at once, one update silently overwr…

  6. comment
    Comment #47375396

    Different scale for me, but the same core problem: what happens when one agent fails mid-task? I hit this with 8 agents sharing a JSONL knowledge graph. Parallel writes caused a ra…

  7. comment
    Comment #47368944

    Different scale (I run 8, not 69) but the same fundamental challenge: what happens when one of those agents fails mid-task? I hit this with my multi-agent system — 8 agents sharing…

  8. comment
    Comment #47368902

    I run 8 AI agents that manage my solo company — CEO, CFO, COO, Marketing, Accountant, Lawyer, CTO, and an Improver agent that upgrades the others. They share a persistent knowledge…

  9. comment
    Comment #47349216

    nah addresses "should this action be allowed?" — deterministic classification of tool calls against policies. Smart design, and the no-dependency stdlib approach is the right call …

  10. comment
    Comment #47291125

    Yes — I've been running this for my solo SaaS company since January. Not a side project, it's the actual business operations layer. Similar architecture to yours but I went with sp…

  11. comment
    Comment #47111231

    I've been building managed hosting for this exact category of agent systems. The supervision/persistence angle is what drew me to it. My stack is Elixir on Fly.io — OTP supervision…

  12. story
    Show HN: CountermarkAI – Protect your website from AI Bots

    Hi HN, I built CountermarkAI, a lightweight anti-scraping & bot-detection tool for content creators and website owners. It’s designed to help protect your work from unauthorized sc…