HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ammario

124 karmajoined 4 года назад
Co-founder & CTO @ Coder[.com]

contact: [email protected]

Submissions

Show HN: Cmux – Coding Agent Multiplexer

github.com
22 points·by ammario·9 месяцев назад·4 comments

Fine-grained HTTP filtering for Claude Code

ammar.io
88 points·by ammario·10 месяцев назад·11 comments

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

github.com
4 points·by ammario·10 месяцев назад·0 comments

comments

ammario
·9 часов назад·discuss
There are PoW approaches that even the playing field between data centers and desktops. RandomX is my favorite.
ammario
·26 дней назад·discuss
Similar phenomena consistently reported in high doses of Benadryl: little spiders.
ammario
·6 месяцев назад·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
·8 месяцев назад·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
·8 месяцев назад·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
·9 месяцев назад·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
·10 месяцев назад·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.