Partnering with Daytona | Riza Blog
We've partnered with Daytona to provide a new home for Riza's users to continue running LLM-generated Python and JavaScript in a safe, isolated cloud environment.
riza.io/blog/partner...
All Riza users will get a unique coupon code to redeem $1,000 in Daytona cloud credits when they migrate.
11.08.2025 16:09 β π 1 π 0 π¬ 0 π 0
Shutting down the Code Interpter API | Riza Blog
Some important news: we're shutting down the hosted Code Interpreter API on October 1st, 2025. Please use the time to migrate your projects to an alternative provider.
Read more here: riza.io/blog/shuttin...
28.07.2025 17:52 β π 0 π 0 π¬ 0 π 0
YouTube video by Riza
How to Add Integrations to Claude (Remote MCP Server)
Yesterday, @anthropic.com shipped a big upgrade: You can now add any remote MCP server to Claude by dropping in a URL.
So it's now super easy to add powerful code execution capabilities to Claude with Riza.
ποΈ For a quick demo, check out our new video: www.youtube.com/watch?v=CU6E...
02.05.2025 17:35 β π 1 π 1 π¬ 0 π 0
Funding announcement graphic: Riza - $2.7M seed round
Iβm stoked to announce @riza.io's $2.7 million seed funding led by matrix.vc with participation from 43 and a handful of our favorite angels.
riza.io/blog/riza-ra...
16.04.2025 17:02 β π 1 π 1 π¬ 1 π 0
PromptLayer empowers users to customize AI agents & evals with Riza | Riza Customers
Results in just 3 months:
βΊ 1M+ code executions
βΊ Fewer feature requests
βΊ New user-driven workflows
Get the full scoop: riza.io/customers/pr...
28.03.2025 18:08 β π 0 π 0 π¬ 0 π 0
So they integrated Riza to enable custom code execution in 2 products:
πΉEvals - So users can build custom scoring functions
πΉAgents - So users can freely fetch and manipulate data, invoke callbacks, and more
28.03.2025 18:08 β π 0 π 0 π¬ 1 π 0
PromptLayer's users needed flexibility beyond the 20+ predefined transformation types offered in their AI workflow builders.
28.03.2025 18:08 β π 0 π 0 π¬ 1 π 0
The best AI systems aren't built by engineers alone. Prompt engineering requires iteration, testingβand domain expertise.
That's why PromptLayer is designed to let domain experts like lawyers, doctors, and therapists tune prompts.
28.03.2025 18:08 β π 0 π 0 π¬ 1 π 0
We chatted with PromptLayer to learn how they've enabled users to customize AI workflows and evalsβwith Riza. riza.io/customers/pr...
28.03.2025 18:08 β π 1 π 0 π¬ 1 π 1
A presentation I gave at Founder's Garage. Current slide is a photo of me giving a presentation when I worked at Twilio in 2012.
Gave a quick talk about Claude and it's ability to not only use tools, but write its own on the fly (powered by @riza.io of course).
07.03.2025 23:21 β π 6 π 1 π¬ 0 π 0
Data Extraction - Riza
Run LLM-generated code to extract data from a website
Try it yourself!
π 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...
07.03.2025 21:10 β π 0 π 0 π¬ 0 π 0
Riza runs Python, JavaScript, Ruby, and PHP securely with any libraries you want to use.
In this example, Riza empowered the LLM to write and run extraction code using BeautifulSoup.
07.03.2025 21:10 β π 1 π 0 π¬ 1 π 0
To securely execute code written by LLMs, use @riza.io
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.
07.03.2025 21:10 β π 2 π 0 π¬ 1 π 0
The workflow is simple:
07.03.2025 21:10 β π 1 π 0 π¬ 1 π 0
Why? Two major benefits:
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
07.03.2025 21:10 β π 1 π 0 π¬ 1 π 0
The key insight:
Don't ask LLMs to extract the data directly. Ask them to write the extraction code.
07.03.2025 21:10 β π 0 π 0 π¬ 1 π 0
Instead, here's how we solved it:
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
07.03.2025 21:10 β π 1 π 0 π¬ 1 π 0
Manual scraping is tediousβespecially when you're extracting data from many different websites.
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.
07.03.2025 21:10 β π 0 π 0 π¬ 1 π 0
The California Bureau of Real Estate Appraisers provides a list of all current and recently-licensed appraisers (link below π).
13,000 appraisers are shown in batches of 300, with no bulk download option:
07.03.2025 21:10 β π 1 π 0 π¬ 1 π 0
A lot of commercially-useful data is stuck online: in government sites to enterprise portals.
LLMs can help you extract it, fast.
Let's see an example:
07.03.2025 21:10 β π 3 π 1 π¬ 1 π 0
Data Analysis - Riza
Run LLM-generated code to analyze data and produce graphs
Try it yourself!
π 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
28.02.2025 17:10 β π 0 π 0 π¬ 0 π 0
In this example, Riza empowered Claude to run Python code using `pandas`, `matplotlib`, and `seaborn`.
Riza executes Python, JavaScript, Ruby, and PHP securely with any libraries you want to use.
28.02.2025 16:49 β π 0 π 0 π¬ 1 π 0
To securely execute code written by LLMs, use Riza's Execute Function API.
This API handles structured inputs / outputs, so your data analysis pipeline is reliable and debuggable.
28.02.2025 16:49 β π 1 π 0 π¬ 1 π 0
The workflow is simple:
28.02.2025 16:49 β π 0 π 0 π¬ 1 π 0
Instead, here's how we made the 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
28.02.2025 16:49 β π 0 π 0 π¬ 1 π 0
Data is everywhere: from personal to business to government.
But data is time-consuming to analyze by hand.
For example, San Francisco publishes all city employee salaries (link below π).
In the past, you had to do a lot of work to make this data useful.
28.02.2025 16:49 β π 0 π 0 π¬ 1 π 0
Have more data than data scientists? LLMs can help.
Here's a chart Anthropic's Claude generated using Riza that shows trends in San Francisco city employee salaries.
And you can repeat this infinitely over other data.
Here's how:
28.02.2025 16:49 β π 2 π 2 π¬ 1 π 0
Instead, here's how we made the 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
28.02.2025 16:45 β π 0 π 0 π¬ 0 π 0
Data is everywhere: from personal to business to government.
But data is time-consuming to analyze by hand.
For example, San Francisco publishes all city employee salaries (link below π).
In the past, you had to do a lot of work to make this data useful.
28.02.2025 16:45 β π 0 π 0 π¬ 1 π 0
Shipped a new version of the @riza.io self-hosted container image that can handle way more interesting JavaScript workloads.
What JS/TS libraries are good for plotting graphs these days?
14.02.2025 20:10 β π 1 π 1 π¬ 1 π 0