Show HN: AI data analyst that runs Python in the browser
1–4 of 4 posts
Re: Show HN: AI data analyst that runs Python in the browser
#2Interesting approach! Quick question about the browser execution:
How are you handling security/sandboxing for the Python runtime?
I'm working on a similar AI coding service and we've found that
isolating code execution is critical.
Are you using Pyodide or a custom WASM implementation?
Looks promising - nice work!Re: Show HN: AI data analyst that runs Python in the browser
#3Interesting approach! Quick question about the browser execution: How are you handling security/sandboxing for the Python runtime? I'm working on a similar AI coding service and we've found that isolating code execution is critical. Are you using Pyodide or a custom WASM implementation? Looks promising - nice work!
Just Pyodide for now!
Re: Show HN: AI data analyst that runs Python in the browser
#4Interesting approach! Quick question about the browser execution: How are you handling security/sandboxing for the Python runtime? I'm working on a similar AI coding service and we've found that isolating code execution is critical. Are you using Pyodide or a custom WASM implementation? Looks promising - nice work!
Just Pyodide for now!
Keep it up. and keep us i formed here of your progress