d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT >
Poll > Openclaw
Add Reply New Topic New Poll
  Guests cannot view or vote in polls. Please register or login.
Member
Posts: 13,322
Joined: Feb 1 2010
Gold: 0.77
Feb 12 2026 06:08pm
Anyone set up an agent to run in their local environment?
A.i. subscriptions are pretty expensive tbh.


I have a few devices running different models witch a couple api keys.
I interface often with chatgpt pro for brainstorming (20$/m),
I utilize claude code for applying patches to prototype databases (20$/m)
I have a meshy subscription for 3d modeling and blocking out digital environments (10$/m)
Then I have to reup my API keys for my 3 bots that run locally (about ~45$/m depending on workload)

For the local bots I use OpenClaw, which is basically a framework for running an AI “agent” locally on your own machine.
like a persistent assistant that can read/write files, run scripts, hit APIs you authorize, and do multi-step tasks but you keep the keys + the environment.


This is not “cloud SaaS chatbot #9000.” The interesting bit is local control:
• Your agent can work directly inside your project folder (Unity, Python, web, whatever)
• You can wire in your own tools (scripts, gateways, OCR, game build automation, etc.)
• You choose what its allowed to do (and you can keep it sandboxed)
• You can plug in whatever model API you want, but the “brain” is separate from the machine access


Why this matters (practically):
• Automation that survives context: it can maintain a workspace, notes, config, routines
• Glue work: generating boilerplate, refactors, fetching docs, writing scripts, running tests, organizing assets
• Local-first: you can keep sensitive project data off random web apps
• Composable: it’s more like “agent + tools + policies” than “ask one prompt, get one answer”

Examples of boring-but-valuable stuff I’ve used this pattern for:
• scanning folders / fixing project structure / writing small utilities
• generating draft docs + system design notes from real code
• posting summaries to community sites and logging feedback back into the workspace
• setting up recurring routines (heartbeat checks, reminders, etc.)


Local models are cheaper at moving around your existing data but seem to be worse at current events, and expensive for brainstorming even if they're communicating locally among eachother.


If anyone here has experimented with local agents / MCP-style tool servers / agent frameworks:
What’s your best use case so far?
What’s been the biggest failure mode (permissioning? reliability? not tracking it's own patches?)
Do you prefer “agent runs everything” or “agent proposes, human executes”?


The real limitation about injecting these agents into real time is no matter how broad you tool them, they operate in "turns" like Dungeons and dragons so putting them in 3D environments means that the world has to refresh only at the speed which they recontextualize (ist hat a word?) -
which is expensive.
but it's been fun and I can develop things in hours what used to take me months. The real challenge being fruitful with all this capability for me lies in developing engineering skills (and habits) to tie all the systems together gracefully.

where do you shop for model keys? Im very interest in moving to some chineese/bootleg keys based on recommends
Go Back To Computers & IT Topic List
Add Reply New Topic New Poll