19 comments

  • esaym3 hours ago
    Outside of the article&#x27;s mentioned graphics development, there is no reason to isolate an agent using actual hardware. I threw together this script[0] using libvirt to give claude its own graphical desktop env to be able to do user acceptance testing with Chrome. It has full root and can do what ever. If it makes a mess, I can dump and reinstall in seconds.<p>0: <a href="https:&#x2F;&#x2F;gist.github.com&#x2F;smith153&#x2F;04b4068b5a2d7b234f1c3d5992dafe25" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;smith153&#x2F;04b4068b5a2d7b234f1c3d5992d...</a>
    • andai1 hour ago
      Nice. I just have<p><pre><code> sudo useradd agent sudo su agent </code></pre> So it can blow up its own files, but not mine.<p>It was also doing some kind of headless Chrome stuff in there. I don&#x27;t know how that works, but it was taking screenshots iirc.<p>I did also set up VNC at some point but didn&#x27;t find it worth using.<p>&gt;If it makes a mess, I can dump and reinstall in seconds.<p>This is also true of a $3 VPS, where I found it very amusing to give my agent root. What&#x27;s the worst that could happen ;)
    • jfb3 hours ago
      You can run macOS in a VM guest on a Mac host; Apple explicitly allows this.
    • hangrybear6669 minutes ago
      You mean you had claude throw together a script because this is heavily generated. Lost interest after about 250 lines, it&#x27;s just tiresome reading through this incoherent amalgamation
    • mmh00003 hours ago
      This is neat, and thank you for sharing!<p>I&#x27;ve been wanting to set up something exactly like this for my own use, but... You know, time is limited.<p>This is just enough scaffolding to have a little project for Monday morning!
      • esaym2 hours ago
        There are many ways and tools on linux to get a &quot;VM&quot; up and running. But with libvirt you can easy script out what the initial environment and network stack is. The heart of it is just running the &#x27;virt-install&#x27; command, but as you can see I&#x27;ve got a bunch of other opinionated stuff going on before that.
  • catoc4 hours ago
    I just cannot come up with a good <i>AI-is-actually-24&#x2F;7-helping-me-out</i> use case.<p>Please help: I wánt to need this!
    • ianm2183 hours ago
      Many Claude Code power users don’t really use IDEs anymore, so the only purpose of them working from their laptop instead of a phone is because that is the normal way to do it.<p>Here is a real use case: you are are responsible for some alerting channel. You have datadog&#x2F; cloud logging&#x2F; github all connected. You see a bunch of alerts come through while you are out and about and you prompt CC to investigate - Claude triages and says “all of the sudden you are getting time outs from this bank API your company partners with, this started an hour ago. It’s happening on ~15% of requests”. So you ping the guy at your company who does vendor relationships and go back to your weekend.<p>This is a non hypothetical example. Obviously it would be better if your job had a real on call rotation and more robust alerting and you wouldn’t be getting slack alerts on the weekend… but I take the approach this job affords me a lot of nice flexibility so it’s ok
      • thwarted2 hours ago
        You don&#x27;t have an on-call rotation but do have people dedicated to vendor relationships, and that guy works on the weekend? I&#x27;m not sure how you completely avoid getting alerts on the weekend for third-party payment processor issues, which can happen anytime, if you actually want to transact business on the weekend.
      • hangrybear6663 minutes ago
        Yeah good luck being employed in 3 years once this bubble popped when all you do is type some natural language into a phone screen. People being proud of not using an IDE anymore is such a foreign concept to me, who enjoys coding and got into the profession because of the love of that.
    • amelius17 minutes ago
      Letting it control a browser and searching for a pair of pants of a given size and length and color and style.<p>Yes, surprisingly, this is something Google cannot do yet.
    • voidingw3 hours ago
      I&#x27;ve used it for the following when I&#x27;ve had tokens to burn:<p><pre><code> - Fuzzing with the goal for it to apply domain-specific and source-informed knowledge to choose specific fuzzing approaches. - More generally, any optimization problem that benefits from domain-specific or source informed knowledge. - Running Microsoft&#x27;s SkillOpt [0]. </code></pre> [0]: <a href="https:&#x2F;&#x2F;github.com&#x2F;microsoft&#x2F;SkillOpt" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;microsoft&#x2F;SkillOpt</a>
    • trentor56 minutes ago
      I changed all smart speakers to retrofitted old radios with an amp and a pi. The hot word detection runs on the pi itself but whisper and LLM&#x2F;task orchestrations goes over my local server with a 4080.
    • vcf3 hours ago
      I run a lot of data science-type analyses that can take up to hours at a time to run, so Claude is « monitoring » tasks most of the time. I have it on remote-control so I get notified when a task is done or need clarification, but most importantly whenever I have a new idea, I can just ask Claude to queue it up. Most of the time my hardware is the bottleneck, not the subscription quotas.
      • troupo26 minutes ago
        &gt; take up to hours at a time to run, so Claude is « monitoring » tasks most of the tim<p>How is Claude monitoring them for hours? Claude runs out of context and extremely long sessions are prohibitively expensive even according to Anthropic (after they dispense with the marketing bullshit of long running tasks)?
      • catoc3 hours ago
        That makes sense - thanks. Do you use hooks for this?
        • vcf32 minutes ago
          I used to have some hooks for local notification, but lately I find that claude is pretty good at notifying through the app with remote control (but definitely not perfect)
    • hamdingers3 hours ago
      They help folks on fixed rate plans consistently hit their usage limits which provides them the feeling of getting their money&#x27;s worth.
    • kushie3 hours ago
      i like using &#x2F;remote-control to keep vibe dev running smoothly against my usage limits and deadlines
      • catoc3 hours ago
        Running Claude code 24&#x2F;7 on a code base on that “second Mac” so you can always continue after a usage limit reset, from your main device or from your phone?
    • j452 hours ago
      It&#x27;s less about 24&#x2F;7. It&#x27;s more about it can&#x27;t work when your laptop is in your bag and in transit and there is something that you have set up and want to run.
      • hangrybear6661 minute ago
        Oh yeah sounds great working in your free time and while traveling to buy groceries to feed yourself so you can continue working.
    • bagels1 hour ago
      Do you do software development? Is there any work left at the end of the day? Have it do that stuff.
      • troupo24 minutes ago
        I always have to correct its hallucinations <i>during the day</i>. Why would I ever let it run unsupervised overnight?
    • popalchemist1 hour ago
      Generating leads for new work, if you are a freelance. Automatically answering customer support emails, if you own a SaaS. Monitoring competitors&#x27; socials, websites, etc for new features you have to compete with. Monitoring updates on software you depend on for breaking change &#x2F; deprecation announcements.
    • overgard1 hour ago
      I think the main use case for AI bros is to setup a goofy looking dashboard, name it Jarvis to cosplay being Tony stark, and display stats for all the generated videos they&#x27;re posting to social media.<p>(I wish I was joking)
    • ProofHouse3 hours ago
      ask AI to help
    • msh4 hours ago
      Same here
  • arxari4 hours ago
    &gt; setting up your spare Mac<p>as one has
    • ProofHouse3 hours ago
      i once thought the same
      • j452 hours ago
        They seem to hang around.
  • brandnewideas4 hours ago
    You people are too far gone
    • bagels1 hour ago
      You&#x27;re being left behind.
  • somewhatrandom93 hours ago
    Though it doesn&#x27;t get by all the hurdles mentioned, it is alternatively possible to run Mac OS in a VM on your Mac using UTM and install Claude Code within the UTM VM. UTM can be run under a non-admin Mac account. This can allow you to use most Mac-native tooling, at least. The interactive performance of using the Claude Code ui on the VM isn&#x27;t great, however. I&#x27;m not sure if you can log into the VM via terminal on the host from the non-root admin account to avoid the ui performance issues.
    • booi3 hours ago
      An argument against this method is UTM doesn&#x27;t support graphics acceleration so browser support will be hobbled. Even if you don&#x27;t need the acceleration, I&#x27;ve found browsers in UTM virtualized OS&#x27;s can&#x27;t get past some modern captchas and other browser fingerprinting checkpoints :\. It&#x27;s terrible but that&#x27;s the way it is.
      • fsflover3 hours ago
        &gt; browsers in UTM virtualized OS&#x27;s can&#x27;t get past some modern captchas and other browser fingerprinting checkpoints :\<p>I&#x27;m using Qubes OS, where <i>everything</i> runs in VMs without GPU acceleration, and never experienced this.
  • addajones5 hours ago
    I currently have Claude Desktop installed on a separate Mac mini M4 and control it with Dispatch. Is there a reason to do this method, it still seems the way I have it setup it has full control over the local account I gave it on the Mac mini.
    • tyre4 hours ago
      Why would you need an M4 for this? If most of the &quot;thinking&quot; is happening on Anthropic&#x27;s side, are you running particularly resource-intensive apps?
    • theptip4 hours ago
      I found Dispatch to be less capable than RC. The latter is more like the direct Code experience (though there are some gaps in RC mode vs in a Claude-owned sandbox).<p>I’d love to just have Claude use my machine as a sandbox host instead of having to run RC on each host session. (In case you are listening Boris ;) ).<p>In the meantime I have a janky master RC session that creates new tmux windows and Claude RC sessions for each new code trajectory that I want to run.<p>The other benefit here is you can drop down and use termux to use Code directly if you hit a RC bug, I found permissions UX to be a bit flaky in the iOS UI.
    • hahajk5 hours ago
      Dispatch&#x2F;Cowork is basically claude code in a container. The section &quot;Why not run it in a container?&quot; would address your question in the post. One example I run into is that Cowork won&#x27;t download and fill out or read pdfs or other files due to container permissions. Vanilla claude code has no problem using curl and wget.
      • _puk3 hours ago
        Cowork gets tangled with git as well. Fails, and then can&#x27;t delete lock files.<p>Running a helper from the terminal, making Claude work in a working directory, and then create a .commit file has been my workaround for this for a while now.<p>Imagine there&#x27;s a better solution nowadays, but this allows me to use dispatch building on Vercel, so I can check it out from wherever, without too much pain.
    • j452 hours ago
      Claude dispatch does things differently than this. Dispatch is very convenient for somethings (including connectors).<p>But increasingly it seems like dispatch was slapped on top of cowork incrementally, when there was not an integrated and cohesive strategy across cowork between mobile&#x2F;desktop&#x2F;laptop. This is kind of what many of us get&#x2F;got to learn in our 20&#x27;s.
  • dchuk4 hours ago
    I just redid my homelab&#x2F;media server (switched from an old NUC I couldn’t figure out how to stop overheating even with some decent modification work, now using an hp elitedesk with an i5 processor that is handling my stack nicely). Thinking about setting up a vm on the base ubuntu install for isolation to run Claude in. May play with dispatch, may just put raw Claude code then use Moshi app on my iPhone and iPad.
    • mead54321 hour ago
      I have a similar setup with Claude on an Ubuntu VM. It handles scheduled things that might otherwise be in a routine.<p>I haven’t set up dispatch yet. I wonder what a Mac gets me over this set up if I don’t need iMessage
  • spikk3 hours ago
    If I had one I would definitely try creating a separate VLAN for it to control, otherwise it&#x27;s isolated from your files but still has access to your network and devices in it.
    • Gareth3212 hours ago
      Put it in a faraday cage with some kind of explosive device set to trip if it escapes containment. It&#x27;s the only way to be sure.
  • rootsudo4 hours ago
    I’ve been doing something similar with an old m2. It isn’t powerful enough for local models, well sufficient local models but for openclaw and Claude it’s been perfect.<p>MacBook m1&#x2F;m2 also are cheap enough now vs an Mac mini which I was surprised about, not too surprised but yeah..
    • lizardking4 hours ago
      My setup is sort of reversed. The powerful machine (framework desktop) is my headless AI machine and M1 mbp is my daily driver. Works well!
    • trollbridge4 hours ago
      I am sorry to report that 16GB+ MacBook Airs&#x2F;MacBooks have become unreasonably expensive - probably from use cases like this.
  • drnick13 hours ago
    Giving sudo permissions to an agent seems reckless. Claude gets his own unprivileged UNIX account, no more. I don&#x27;t bother with containers or VMs however.
    • majorbugger3 hours ago
      I mean, what&#x27;s the worst that can happen? A complete takeover of the box by a hacker via prompt injection or something similar?
  • TekMol3 hours ago
    Why a laptop at all?<p>Why not just use a VM in the cloud and just a CLI interface?
    • j452 hours ago
      This can work, but increasingly there is benefit from local, including places that want data to be secure and not in the cloud. This is a thing. It&#x27;s normal. It&#x27;s just new to people who haven&#x27;t realized how common it is.
  • schainks5 hours ago
    Dispatch works great, and I have reversed the setup so Claude can ssh-spawn sessions on my homelab for non-Mac dependent work
  • weard_beard4 hours ago
    I&#x27;ve been putting off learning Claude and this article had me strongly considering jumping in. Then I looked up Anthropic pricing and its 100x more convoluted than cloud services management. Its a goddamn full time job and independent skill set figuring out how to prevent going bankrupt from AI usage!<p>I think I&#x27;m gonna be a late adopter on this one until the industry figures out a less cumbersome pricing model.
    • iambenm3 hours ago
      Look at the subscriptions. That&#x27;s how anyone using the stuff as an individual should be approaching it today if they are dealing directly with Anthropic or OpenAI.<p>With the $200 Claude subscription I was able to get around $13-15k of API equivalent usage in one month (note: this was during the &quot;+50% usage&quot; promotion that they have kept extending since May). When you hit your usage limit for a given time period you get cut off until the time period resets; don&#x27;t bother paying for additional usage credits, you will be disappointed.
      • weard_beard2 hours ago
        What I’m reading is this use case is for 3-5 days a week full time dev if you stick to off hours US time. That you can save significantly if you have spiky usage 1-2 days a week by going the ad hoc API route if you’re new and you need to install a bunch of monitoring tools to tell you how best to save week to eeek as your usage patterns change and you risk surprise bills in the 10s of thousands if you get it wrong.
        • iambenm2 hours ago
          The approach I took was to start with the $20 plan, then when it became clear it wasn&#x27;t sufficient I upgraded to the $100 plan. The $20 plan didn&#x27;t cover one night of coding. With the $100 plan I started bumping into the 5 hour usage limits after ramping up over a week or two.<p>My average API equivalent use is around $30-40&#x2F;hr. I would just bite the bullet on a plan for one month, then use that to calibrate your expectations around usage and cost optimization. The plans are heavily subsidized.
          • weard_beard2 hours ago
            Thanks for the insight! Really wish they had easier cheaper ways to learn.
  • guluarte4 hours ago
    i just use terminus + wireguard + tmux and works great, i can control claude&#x2F;codex from my phone while working out
    • dionian2 hours ago
      same, blink iOS app + tailscale + mosh
  • deadbabe4 hours ago
    I still don&#x27;t understand what these freaks are doing running these agents 24&#x2F;7 on machines. What are they doing? Managing a todo list? You mean crossing items off as you complete them? Research tasks? To do what?<p>Never really get good answers. There is no killer app. Just bikeshedding.
    • artisinal4 hours ago
      Swiping Tinder. It takes about 5000 matches to get a date. It’s easier to just automate it. It automatically adds dates to my calendar, all I have to do is show up. I get a summary of our chat history (well, what the agent wrote to her) in the notes section of the calendar entry and some pointers and talking points for the date.<p>Maybe I should have the agent also do a background check.<p>PS: This is a joke, but feel free to steal this idea.
      • wishfish6 minutes ago
        I could almost see this as a romcom. Woman has a series of comically bad dates. Decides to get her revenge by setting up an AI-automated conversation bots on online dating. Wasting the time of the men who contact her. Just like her bad dates wasted her time.<p>Meanwhile, a very shy man doesn&#x27;t know what to say but really wants to meet someone. Sets up a bot who can be eloquent in his place. Somehow, his bot and her bot start chatting.<p>Both the girl and the boy read the transcripts. They know their own side is fake but they somehow--please suspend disbelief here--don&#x27;t realize the other is fake as well. They each fall hard for the fake persona of the other.<p>Not sure where the story would go from here, but I&#x27;m sure there will be many hijinks and false starts. Almost a Cyrano de Bergerac rip off but with the twist of it being a double Cyrano, with both Cyrano&#x27;s being played by robots.
      • kurthr4 hours ago
        Any sufficiently advanced satire...
        • deadbabe3 hours ago
          Good news about hell: it doesn&#x27;t exist. Bad news: Humans can pretty much create whatever they can imagine.
      • 20k3 hours ago
        The future is agents chatting to each other on tinder and automating the initial getting to know you part. I can imagine that while that&#x27;s going on, we could add like a little text chat box for the humans to chit chat with each other a bit and pass the time, before they can go on a date
      • rootsudo3 hours ago
        It works well enough for bumble web, just make sure you have rate limiting..<p>Then the openclaw WhatsApp module…<p>Kidding of course.
      • mystifyingpoi4 hours ago
        Crap, I totally believed this. We live in a dystopia already.
        • artisinal3 hours ago
          Someone apparently made this<p><a href="https:&#x2F;&#x2F;github.com&#x2F;Grigorij-Dudnik&#x2F;TinderGPT" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Grigorij-Dudnik&#x2F;TinderGPT</a><p>&gt; TinderGPT automates the process of writing and arranging dates with girls on Tinder, enabling you to generate romantic meetings with almost zero effort. Your only role is to like the profiles that catch your eye. After that, TinderGPT comes into the play. It initiates a conversation with the girl, using details from her profile, continues by building an emotional bond and highlighting your attractive traits, and finishes by arranging a meeting and giving you a push-up on your phone with her number.
          • lionkor3 hours ago
            This is a sure way to get girls! Girls love being entirely commoditized and objectified, famously that&#x27;s a great way to date! &#x2F;s
            • artisinal3 hours ago
              I’m surprised that the author didn’t even refer to them as females.
    • kdheiwns4 hours ago
      It seems the main use case is having Claude automatically write blogposts about how great using Claude is, then submit them wherever necessary.<p>There&#x27;s lots of news about the billions AI companies spend on data center construction, but it feels like it&#x27;s not even a fraction of the money they&#x27;re spending on endless nonstop blogs about how great their app is at doing... things. Things that will never be defined.
      • deadbabe3 hours ago
        It really feels to me like this OpenClaw type stuff is the new &quot;I built a static site generator!&quot; type blogs that just post a few articles about how they built their generator.
    • leokennis4 hours ago
      Exact same question as you. When the new ChatGPT app dropped it suggested to me to set up a task something like (paraphrased) “every Monday read my Gmail and Slack an make a summary and task list for the week”.<p>Why would I need an LLM to do this for me? That’s 5 minutes of work max, and doing it gets me in the flow of work again, to see what’s going on and needs to be done.
      • phil214 hours ago
        For a lot of folks summarizing a few days of work email and especially slack chats is way more than 5 minutes. Some work environments do not have great communication hygiene so it can be overwhelming to try to keep up with 500 emails a day and 38 Slack channels.<p>For the folks I talk to who use a LLM for this that seems to be the case. Takes a huge cognitive load off every morning and saves them an hour or two.<p>More or less a very expensive band aid over a bad work environment.<p>I kinda use it the same way in a sense. I have a little skill I run against our (horrible) task management system to summarize things and give me a punchlist to work through sorted by priority. This saves me thousands of clicks to do the same thing in the horrible web UI. A proper system in the first place would be a lot better!<p>At some point I’ll probably just take that to the next logical step and have the LLM write my own web interface to abstract and replace the horrible one entirely for me.
        • croes4 hours ago
          And how can they be sure the summary correct and doesn’t miss anything important?
          • lionkor3 hours ago
            This is very much just laundering not giving a shit through an LLM so you can blame it after the fact.
      • moron4hire4 hours ago
        Because then OpenAI can read your emails and project communications and eventually build a model they will sell as an automated consultant. The CEOs will uncritically eat it up just long enough to cut the footing out from the industry. Once everyone is used to the sorry state of software, nobody will be able to imagine putting people to the task anymore and we&#x27;ll have the new world order that Altman and Theil have been talking about creating.
    • vessenes1 hour ago
      Let me guess -- in your day job you don&#x27;t manage people. I have agents parsing messages, building out document sets, evaluating existing document sets, one is currently fixing a giant backlog of bugs and feature requests for a multi year personal coding project, one is exploring some ideas on speeding up inference at the edge..<p>If you put yourself in a position where you need more leverage (technical or operating) I think you might find you get some value.
    • greggsy4 hours ago
      I set it up out of curiosity a few months ago and realised I had no requirement for it whatsoever.<p>I’m actually very time-poor, so figured it could help be clawed back time doing… what exactly?
    • fooster4 hours ago
      I think you need to open your mind to the possibilities? For example:<p>- scanning logs for errors and<p>- opening issues which are then auto-triaged and<p>- PRs are opened for them and auto-reviewed and<p>- merged (and deployed).<p>This workflow alone is immensely powerful, and takes alot of burden off the team.
      • closeparen26 minutes ago
        A company at the scale to benefit from this almost certainly has some kind of development sandbox environment and&#x2F;or periodic job runner that&#x27;s integrated into its environment and maintained by a team, not random Mac Minis.
      • airstrike4 hours ago
        <i>&gt; This workflow alone is immensely powerful, and takes alot of burden off the team.</i><p>ITSM those unsupervised workflows are essentially an attempt at purported productivity in the near term at the expense of meaningful incremental long term burden for teams.<p>The only ostensible benefit is in the eyes of the AI-psychotic tinkerer, who knows no better, or in those of the clout-chasing developer farming likes on their LinkedIn posts.
        • fooster1 hour ago
          Really they&#x27;re not. But it seems you have decided that you, above all, know best.
      • lionkor3 hours ago
        None of these are things I want or need in the product I maintain with a team, there&#x27;s really no point to any of this unless you run a vibe coded SaaS (?)
        • fooster1 hour ago
          You want your team spending their time fixing these simple errors? The secret sauce is in the triage. We&#x27;ve adopted solutions alot like this, and now our team spends its time on much more meaningful work.
          • dingaling45 minutes ago
            Why are the errors occurring, though? That&#x27;s what boring analyse-and-fix addresses, through familiarity, recognition of patterns and &quot;hang onnn...&quot; moments.<p>It&#x27;s like your AI agent is just plugging the leaks in the dyke each time, instead of fixing the architecture of the dam.
      • troupo20 minutes ago
        &gt; scanning logs for errors<p>famously a good job for a tool that takes 10-50k logs to run out of context and forget what it&#x27;s doing.
      • mystifyingpoi4 hours ago
        None of this requires running it 24&#x2F;7.
    • theptip3 hours ago
      If you can’t think up enough coding projects to keep an agent busy in the background that’s a skill issue on your side.
      • lionkor3 hours ago
        I am aware this is likely sarcasm, but in case it isn&#x27;t, what do you gain from doing side projects this way?
        • theptip2 hours ago
          No sarcasm, I am completely serious.<p>I don’t have time for much leisure coding these days. I do have time to kick off a few tasks in the morning to progress my many side projects. Nothing public &#x2F; oss, just code that I find useful&#x2F;interesting like home automation, content pipelines, games, etc.<p>There are a bunch of cases where remote control from iOS onto a Mac Mini is simply nicer than using iOS Claude Code sandboxes.<p>It’s the same pattern as you (hopefully) apply at $dayjob. If you are not defining a &#x2F;goal and letting your agent crank you are not making full use of the models’ capabilities.
          • lionkor2 hours ago
            Well I am fully of the opinion that LLMs can help in software programming, it&#x27;s not something that I feel provides any value unless it has a human in the loop. The overhead of having to figure out if the agent did a good job, if the agent is actually done or not, and if the thing it built is shit or not, is worth simply avoiding by having a human in the loop.<p>So I wouldn&#x27;t agree that the agent should be cranking out code all the time, in fact that seems more like a waste of resources compared to the work it creates. But I do understand home automation software can be very one-off and simple. But then again, a properly programmed home automation suite doesn&#x27;t need a SOTA model to modify it, I think.
          • troupo15 minutes ago
            On all projects I&#x27;ve run any of the models they:<p>- infinitely duplicate any and all code, helpers and components<p>- infinitely duplicate CSS (because they duplicate components)<p>- continuously write code like &quot;read the entire db into memory and run a filter function on retrieved data&quot;<p>- continuously write code like &quot;call db with multiple queries for each element in a list&quot;<p>- etc. etc.<p>Why the hell would I ever want to run them unsupervised?
    • ronbenton4 hours ago
      Have it work down my jira tickets while I’m sitting on the porcelain throne
  • threethirtytwo4 hours ago
    What&#x27;s a good way to give a limited amount of money to the LLM, say like 2k or 5k or something. But keep it completely separate from my identity.<p>Like I want the LLM to have a bank account and he can do ANYTHING with that bank account that he wants. But he can&#x27;t fuck anything up that has to so with me. He only has 2 - 5k
    • chasd003 hours ago
      Idk how you could at least in the US. Closest thing off the top of my head would be one of those checking accounts you can setup for kids. It would still be tied to you.
      • mmh00003 hours ago
        If you want Anthropic (or others) but anonymously, what you do is use <a href="https:&#x2F;&#x2F;openrouter.ai&#x2F;pricing" rel="nofollow">https:&#x2F;&#x2F;openrouter.ai&#x2F;pricing</a> and fund your account from any of your preferred cryptos.
    • vessenes1 hour ago
      Solana&#x2F;Ethereum
  • mohammad0omar1 hour ago
    [flagged]
  • theturtle5 hours ago
    [dead]