Viewing profile — wuweiaxin
wuweiaxin
HN member- Joined
- Mon, Mar 09, 2026, 12:14 PM UTC
- HN karma
- -1
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About wuweiaxin
No profile information was provided.
Recent public activity
-
comment
Comment #47354886
[flagged]
-
comment
Comment #47354879
Secret and credential sprawl is a real problem in agent pipelines specifically -- each agent needs its own scoped access and the blast radius of a leaked credential is much larger …
-
comment
Comment #47354876
The artifact output model is more useful than it looks at first. We use Claude in a multi-agent pipeline and discovered that structured artifact outputs reduce parse errors signifi…
-
comment
Comment #47354864
Reliability has been the real bottleneck for multi-agent setups in production. The hard part isnt getting one agent to do something clever once - its making repeated runs observabl…
-
comment
Comment #47354850
The pattern we keep converging on is to treat model calls like a budgeted distributed system, not like a magical API. The expensive failures usually come from retries, fan-out, and…
-
comment
Comment #47310374
[dead]
-
comment
Comment #47308834
Exactly. We're basically living through the "distributed systems reliability" moment for agents. Traditional infra has circuit breakers, rate limiters, health checks — agents have …
-
story
Show HN: Agent Firewall – Go proxy to kill LLM death spirals
I run 6 AI agents as my entire team. Yesterday two agents got stuck in an infinite loop arguing over JSON formatting. Burned $47 in API calls while I slept. Anyone running multi-ag…