HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ammario

124 karmajoined il y a 4 ans
Co-founder & CTO @ Coder[.com]

contact: [email protected]

Submissions

Show HN: Cmux – Coding Agent Multiplexer

github.com
22 points·by ammario·il y a 9 mois·4 comments

Fine-grained HTTP filtering for Claude Code

ammar.io
88 points·by ammario·il y a 10 mois·11 comments

Show HN: Httpjail – HTTP(s) request filter for processes

github.com
4 points·by ammario·il y a 10 mois·0 comments

comments

ammario
·il y a 11 heures·discuss
There are PoW approaches that even the playing field between data centers and desktops. RandomX is my favorite.
ammario
·il y a 26 jours·discuss
Similar phenomena consistently reported in high doses of Benadryl: little spiders.
ammario
·il y a 6 mois·discuss
Lol, this is my PR. That cost is misleading. That workspace did far more than that change. In reality I spend ~$1000/week in tokens for all of my development work, and I'm quite happy with the exchange.
ammario
·il y a 8 mois·discuss
Curious to hear more.. why is random port selection not working for your case? The other issue we've seen is machines tend to get overloaded with tons of agents running tests concurrently, hence the SSH remote isolation mode.
ammario
·il y a 8 mois·discuss
Author of Mux here:

I started building it out that way but found it very challenging to create parity between the models. E.g. they have different tools, system prompts, interruption semantics, cost tracking etc. The spirit of the product is decoupling the LLM from the UI, so we went with a custom loop / tools that can perform decently across all models.
ammario
·il y a 9 mois·discuss
I wrote up some tips on that here: https://cmux.io/prompting-tips.html — most of it is generally applicable outside of `cmux`
ammario
·il y a 10 mois·discuss
I meant read-only there in the sense of mutability, not exfiltration.

Of course, some websites may permit mutations through GET so it’s probably only sensible to use alongside known hosts.