Hacker Newsnew | past | comments | ask | show | jobs | submit | mkagenius's commentslogin

Has to be taken in light of median income too right?

I had the exact same idea but for AI agent harnesses.

I even created an app to explain it - https://news.ycombinator.com/item?id=47381803 (deleted the app as got no traction whatsoever)

Idea was that, the ai models like opus 4.6 and codex 5.4 have become so good at trying new ways to attack a problem, that even just Bash() tool is enough.

Continuing the idea, infact even File() operations are enough.

Again continuing the same line of thought, even just a Tape is enough. Given enough time, codex and opus will achieve your target.


I think you are absolutely right. (had to)

This is a bit restrictive, doesn't take screenshots. So you can't "say take screenshots of my homepage and send it to me via email"

It doesnt allow egress curl, apart from few hardcoded domains.

I have created Cronbox in the cloud which has a better utility than above. Did a "Show HN: Cronbox – Schedule AI Agents" a few days back.

https://cronbox.sh

and a pelican riding a bicycle job -

https://cronbox.sh/jobs/pelican-rides-a-bicycle?variant=term...


Had used cactus before - https://news.ycombinator.com/item?id=44524544

Then moved to pocket pal now for local llm.


Fwiw, my pixel 8 runs Qwen3.5 4B with 2 tok/s speed. Via pocketpal app. Somehow cactus app didn't work.

holding off update seems like reasonable step till the patch comes. I also run a .local for apple containers though not docker.


You could do that with say Claude Code too with rather much simpler set up.

OPs question was more around sandboxes though. To which, I would say that it's to limit unintended actions on host machine.


I want to be proven wrong, but every use case someone presents for OpenClaw is just a worse version of Claude Code, at least, so far.


Literally made the same app, 2 weeks back - https://news.ycombinator.com/item?id=47171499


What front-end framework did you use? I find the UI so visually appealing


FWIW, while I find it appealing, I also strongly associate it with "vibe coded webapp of dubious quality," so personally I'm not gonna try to replicate it myself.


Thanks. I actually used Google AI Studio for this. Prompted with my color choices and let it do the rest, turned out pretty good.


A way to run claude code inside a apple container -

  $ container system start

  $ container run -d --name myubuntu ubuntu:latest sleep infinity

  $ container exec myubuntu bash -c "apt-get update -qq && apt-get install -y openssh-server"

  $ container exec myubuntu bash -c "
    apt-get install -y curl &&
    curl -fsSL https://deb.nodesource.com/setup_lts.x |
  bash - &&
    apt-get install -y nodejs
  "

  $ container exec myubuntu npm install -g @anthropic-ai/claude-code

  $ container exec myubuntu claude --version


Thanks, hadn't heard of this! In homebrew, too.

https://github.com/apple/container


Shuru should do exactly what you want:

https://shuru.run


Lume is also a nice wrapper around it


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: