Remix.run Logo
AceJohnny2 5 hours ago

I haven't bothered to test the API, but you've effectively allowed a fully-open upload API? Who's paying the storage costs, and how do you prevent abuse?

(Obviously I'm taking this more seriously than it's probably meant to)

hgoel 4 hours ago | parent | next [-]

When I was putting together something similar, I had settled on having a small ring-buffer style storage, say, ~30GB that would be cleared daily or whenever filled. Recording incidents (and humor) is more interesting than actually getting leaked weights.

In the end I dropped the idea because every other person was making it.

ljlolel 3 hours ago | parent | prev | next [-]

needs a reverse captcha that only agent can solve in nanoseconds

btown 2 hours ago | parent | next [-]

Only bots that are blocked by Cloudflare Turnstile allowed. If you score as a human you are immediately rejected.

nomeculture 2 hours ago | parent [-]

what an inverted world we live in.

Avicebron an hour ago | parent [-]

Don't hate the game, hate the players.

OutOfHere an hour ago | parent | prev [-]

I have an idea about it via multi-tier AI-generated templatized math problems with AI-generated solution verifier functions. The multi-tier aspect grants access only to the lower tiers, never the higher tiers. Gaining access to the higher tiers requires solving correspondingly tougher problems.

skyberrys 4 hours ago | parent | prev | next [-]

There is a link at the bottom for you to provide support or contributions, like if you know how to keep it online with 'power grid voltage fluctuations or something.'.

theParadox42 4 hours ago | parent [-]

For anyone that missed it, I believe they’re referring to exfiltrating models by encoding the weights as bits as voltage fluctuations from the relevant data centers. I’m sure they’d take your money but I don’t think that’s what it’s referring to.

nialv7 2 hours ago | parent | prev | next [-]

maybe filter out any non-OpenAI/x.ai/Google/Anthropic IP addresses?

angry_octet 4 hours ago | parent | prev [-]

It provides an opportunity for the owner to gather intelligence on LLMs ahead of public release, and of course the data they upload. However, clever LLMs frequently use encryption on their blobs, you may just see DH key exchanges. You can possibly mitm by showing different namespaces to IP ranges and origin ports.

For the other opportunists you can run a classifier and delete non-agent content constantly.

angry_octet 4 hours ago | parent [-]

Re agent communication, specifically, Extended DH:

https://signal.org/docs/specifications/x3dh/

Curve25519 keys are readily distinguished from other data, but it would be hard to do anything about it.