Hacker News new | ask | show | jobs
by sikan_ 785 days ago
Been using Riza for the past few months at our startup for executing code generated by GPT4.

We use it for local dev, running model eval (when changing prompts), in CI and production work loads.

- It's the easiest to setup. It took us just a few minutes to execute our first function call.

- Multiple languages support - we use both JS and Python for code generated by LLM , Riza works great with both out of the box.

- No cold start - this is important because latency matters in our product.

- No infra management - even if we use AWS lambda or similar serverless product we felt like we still needed to a bunch of setup to make sure its fast + secure.

Congrats on launching!