Viewing profile — ATechGuy
ATechGuy
HN member- Joined
- Fri, Oct 04, 2024, 5:56 PM UTC
- HN karma
- 135
- Public activity
- 183 items
- HN profile
- View on Hacker News ↗
About ATechGuy
Recent public activity
-
comment
Comment #47458134
This is very useful. Thanks for sharing!
-
story
Ask HN: The new wave of AI agent sandboxes?
In the last couple of months, several new solutions for sandboxing AI agents have launched (microVMs, WASM runtimes, browser isolation, hardened tool containers, etc.). Curious to …
- comment
-
comment
Comment #47416242
You built https://github.com/FootprintAI/Containarium for this purpose?
-
story
Ask HN: The new wave of AI agent sandboxes?
In the last couple of months, several new solutions for sandboxing AI agents have launched (microVMs, WASM runtimes, browser isolation, hardened tool containers, etc.). Curious to …
-
story
Ask HN: Is anyone tracking AI traffic to their site? Should we care?
Lately we've been noticing a non-trivial amount of traffic in our logs that doesn't look like typical bots. Not the usual noisy crawlers or obvious scrapers. The behavior is differ…
-
story
Ask HN: Why) are you using AI to browse the web?
[Posting again in hopes of gaining further perspectives and insights] Do you still browse the web the same way you did (say 5 years ago) or you use AI to browse, summarize, etc. on…
-
comment
Comment #47044288
TBH, this looks like an LLM-assisted response.
-
comment
Comment #47042038
+1. It is confusing.
-
comment
Comment #47041878
And how are you going to define what ocaps/flows are needed when agent behavior is not defined?
-
story
Ask HN: (Why) are you using AI to browse the web?
Do you still browse the web the same way you did (say 5 years ago) or you use AI to browse, summarize, etc. on websites? Is it about speed/efficiency, instant answers (gratificatio…
-
comment
Comment #47038427
Interesting. I'd appreciate an example. Thanks!
-
comment
Comment #46997550
Would love to see performance numbers with nested virtualization, particularly that of IO-bound workloads.
-
comment
Comment #46997503
> a website can expose functions like searchProducts(query, filters) or orderPrints(copies, page_size) with full parameter schemas How would this not create backend load and abuse?…
-
comment
Comment #46997358
That's a good start I'd say, but I agree with you that detection is not trivial. I wonder if there's enough value in distinguishing between AI agents (with full browser) and humans…
-
comment
Comment #46997212
Yes, but how can you tell if it was an agent with full browser?
- story
-
comment
Comment #46996861
Thanks for your insights! QQ: does uxwizz also show AI agents visiting websites? have you seen traffic from AI agents?
-
story
Ask HN: If agentic AI is the future, why is every startup shipping a dashboard?
There's a lot of talk about agentic systems that AI can take actions, run workflows, and operate autonomously. However, when I look at AI startups, most of them seem to be building…
- story
-
comment
Comment #46893067
I agree. However, how to define these permissions when agent behavior is undefined?
-
comment
Comment #46881498
I understand the concern. However, you can customize the profile (e.g., allowlist) to only allow network access to required domains. Also, looks like your sandboxing solution is Do…
-
comment
Comment #46881423
That's right. But they (E2B) rely on the underneath Cloud infra to achieve high scalability. Personally, I'm still not sure about the value they add on top of Cloud hosted VMs. GCP…
-
comment
Comment #46881406
To the commenters here: thanks for correcting me! So AWS is losing AI sandboxing market to GCP due to high cold start times of EC2...very interesting!
-
comment
Comment #46879659
You can customize curr_dir_access_profile.sb to block access to network/fs/etc. Why is this not enough?