Live data from Hacker News

Viewing profile — amavashev

amavashev

HN member
Joined
Mon, Oct 24, 2022, 2:53 AM UTC
HN karma
2
Public activity
26 items

About amavashev

Founder, CEO/CTO of AI startup.

Recent public activity

  1. story
  2. comment
    Comment #47974752

    True website is not for you and in the age for AI is not even for people. Its for AI agents reading your website and deciding what to do with it: recommend it, skip it, integrate w…

  3. story
  4. story
  5. story
  6. story
  7. story
  8. comment
    Comment #47491924

    The no proxy approach makes sense for LLMs calls. The gap is non LLM calls. Often times damage is done by non LLM calls -- tool calls like sending email, add records, files, placin…

  9. comment
    Comment #47453561

    Agree, you need to your own code review, although as AI gets better, this problem will most likely be solved.

  10. comment
    Comment #47453532

    The core argument here is that autonomous agents will need a economic envelope enforced before execution not after. This means agents must follow this flow: reserve, use, commit or…

  11. story
  12. story
  13. story
  14. comment
    Comment #47427607

    technical breakdown: https://dev.to/amavashev/i-burned-153-in-30-minutes-with-an-...

  15. comment
    Comment #47417616

    Demo (no API key needed): https://github.com/runcycles/cycles-runaway-demo

  16. story
    Show HN: Cycles – hard limits on agent actions before execution

    Rate limits control velocity. They say nothing about what an agent is allowed to do next. An agent can pass every rate-limit check and still delete 400 records, send 200 emails, or…

  17. story
  18. comment
    Comment #47388709

    I'm the author. A few design decisions worth explaining: The model downgrade is the most useful feature for daily use — when budget drops below a threshold, the plugin silently swa…

  19. story
    Show HN: OpenClaw plugin – hard budget limits for agent tool calls

    OpenClaw agents can loop, pick expensive models, and burn budget before anyone notices. This plugin stops that. Install: openclaw plugins install @runcycles/openclaw-budget-guard A…

  20. comment
  21. story
    Show HN: RunCycles – pre-execution budget enforcement for autonomous agents

    I built this after reading too many incident reports of agent loops spending $200 in 4 minutes because a quality threshold was never met. The pattern is always the same: an agent r…

  22. comment
    Comment #47060184

    Per-key isolation + model locking is a solid baseline — especially for multi-tool stacks where one shared key hides everything. One thing we’ve noticed though: spend caps stop dama…

  23. comment
    Comment #47060153

    Drift correlating more with constraint tension than raw step count matches what we’ve observed. Your external gate instinct is right, but the gate has to be structurally external, …

  24. story
  25. comment