Viewing profile — Setas
Setas
HN member- Joined
- Tue, Apr 15, 2025, 11:48 AM UTC
- HN karma
- 2
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About Setas
Recent public activity
-
comment
Comment #47716434
[dead]
-
comment
Comment #47716431
[dead]
-
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.…
-
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 …
-
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…
-
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…
-
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…
-
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…
-
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 …
-
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…
-
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…
-
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…