Remix.run Logo
fkilaiwi 2 hours ago

If you think about "price", "speed" and "accuracy (reliability/quality)", our bet is that models won't hit those 3 together. So you won't get a model that is very fast, very cheap and very accurate anytime soon.

Also, imagine that you have a case where you want to scrape 10,000 records from a website, why have AI navigate to every page to do this? why not write the code, run it, and get consistent and fast result? its also predictable, if it messes up, you know what happened and you can trace it to the exact line of code.

nullbio 18 minutes ago | parent [-]

What is the advantage of your product over having Codex generate a script using something like https://github.com/D4Vinci/Scrapling?

fkilaiwi 13 minutes ago | parent [-]

our product is infra + agent. You can use codex or other agent to generate the code. We actually have a cli that allows you to deploy projects to our infrastructure.

We are actually working on open sourcing a plugin that you can use with any coding harness!