► 1M+ code executions
► Fewer feature requests
► New user-driven workflows
Get the full scoop: riza.io/customers/pr...
► 1M+ code executions
► Fewer feature requests
► New user-driven workflows
Get the full scoop: riza.io/customers/pr...
🔹Evals - So users can build custom scoring functions
🔹Agents - So users can freely fetch and manipulate data, invoke callbacks, and more
🔹Evals - So users can build custom scoring functions
🔹Agents - So users can freely fetch and manipulate data, invoke callbacks, and more
That's why PromptLayer is designed to let domain experts like lawyers, doctors, and therapists tune prompts.
That's why PromptLayer is designed to let domain experts like lawyers, doctors, and therapists tune prompts.
📚 Full guide with links to the data: docs.riza.io/guides/use-c...
💻 GitHub example: github.com/riza-io/exam...
New to Riza? Get started here: docs.riza.io/introduction...
📚 Full guide with links to the data: docs.riza.io/guides/use-c...
💻 GitHub example: github.com/riza-io/exam...
New to Riza? Get started here: docs.riza.io/introduction...
In this example, Riza empowered the LLM to write and run extraction code using BeautifulSoup.
In this example, Riza empowered the LLM to write and run extraction code using BeautifulSoup.
Code written by LLMs is "untrusted"—it might contain harmful side-effects. You protect your systems by running that code on Riza, not your production environment.
Code written by LLMs is "untrusted"—it might contain harmful side-effects. You protect your systems by running that code on Riza, not your production environment.
1️⃣ Reliability: LLMs often miss data when extracting directly
2️⃣ Speed & cost savings: Make just 1 call to an LLM to generate code, using a small subset of data
1️⃣ Reliability: LLMs often miss data when extracting directly
2️⃣ Speed & cost savings: Make just 1 call to an LLM to generate code, using a small subset of data
1️⃣ We fed sample HTML from the site to an LLM
2️⃣ We had the LLM write targeted extraction code
3️⃣ Riza executed that code securely
4️⃣ We got back clean, structured CSV data
1️⃣ We fed sample HTML from the site to an LLM
2️⃣ We had the LLM write targeted extraction code
3️⃣ Riza executed that code securely
4️⃣ We got back clean, structured CSV data
LLMs can help. But when we asked OpenAI to extract a list of all the appraisers from the full HTML, it gave us a partial list.
LLMs can help. But when we asked OpenAI to extract a list of all the appraisers from the full HTML, it gave us a partial list.
13,000 appraisers are shown in batches of 300, with no bulk download option:
13,000 appraisers are shown in batches of 300, with no bulk download option:
📚 Full guide, with code and links to full SF employee salary dataset: docs.riza.io/guides/use-c...
💻 GitHub: github.com/riza-io/exam...
New to Riza? Get started here: docs.riza.io/introduction
📚 Full guide, with code and links to full SF employee salary dataset: docs.riza.io/guides/use-c...
💻 GitHub: github.com/riza-io/exam...
New to Riza? Get started here: docs.riza.io/introduction
Riza executes Python, JavaScript, Ruby, and PHP securely with any libraries you want to use.
Riza executes Python, JavaScript, Ruby, and PHP securely with any libraries you want to use.
This API handles structured inputs / outputs, so your data analysis pipeline is reliable and debuggable.
This API handles structured inputs / outputs, so your data analysis pipeline is reliable and debuggable.
1. 🔎We fed a few lines of the salary data to an LLM (Claude)
2. ⭐The LLM wrote Python code to analyze and visualize trends
3. 🔒Riza executed that code securely
4. 📊We got back a clear chart
1. 🔎We fed a few lines of the salary data to an LLM (Claude)
2. ⭐The LLM wrote Python code to analyze and visualize trends
3. 🔒Riza executed that code securely
4. 📊We got back a clear chart