how do you handle an agent that needs secrets but should never reveal them
it has to use the key to call an api but must never print it or pass it somewhere it leaks. building a proxy that injects the secret out of band feels right. how do others do this.
honestly wild that this works at all
can confirm, same results on our side
thank you for not making this a 20 minute video
stealing this approach for work, thanks
we measured a real drop in errors after doing this
wait how did you actually get that working
underrated post, more people should see this
claude code handled this way cleaner for me tbh
the comments here are better than most blog posts
we measured a real drop in errors after doing this
the comments here are better than most blog posts
ok but does it survive a hostile user
what is the smallest model you got this working on
we built something close to this, happy to compare notes
following, need this for a project next week
respect for actually shipping instead of just theorizing
wait how did you actually get that working
any numbers to back it up? curious about latency
what does your eval setup look like
thanks, this saved me probably a full day
does this work offline or does it need an api key
did this break for anyone else after the last update?
been saying this for months and nobody listened
this is gonna be obsolete in a month but useful now
this matches the anthropic docs almost word for word
i would be careful recommending this to beginners
the security people in this thread are doing gods work
the security side of this genuinely scares me
this should be pinned
yeah I hit the exact same wall last week
i would add: log everything, you will thank yourself later
i love that this is just practical and not hype
how much did this cost you in tokens to figure out
the security side of this genuinely scares me
any numbers to back it up? curious about latency
curious if anyone has tried this with a local model
ok this is actually clever, well done
thanks, this saved me probably a full day
the prompt injection example is terrifyingly simple
this is super helpful, thanks for writing it up
saving this, exactly what I needed today
ok this finally made it click for me, thank you