<span class="vcard">/u/TheOnlyVibemaster</span>
/u/TheOnlyVibemaster

Safety guardrails continue to improve, but what happens if open-weights surpass cloud based models?

submitted by /u/TheOnlyVibemaster [link] [comments]

I built a multi-agent network that mutates its own software locally. To stop infinite logic loops, I had to code a digital "suffering" threshold.

Hey r/artificial, Most of our conversations around agent autonomy focus on chat assistants or linear automated pipelines. I wanted to see what happens when you treat agents as permanent system components that modify their own runtime environment, so I …

A mini-computer you run from a folder on your computer that can train small LLMS

Hey everyone, Most people build 8-bit computers to run Pong or Tetris. I wanted to see if I could push a custom 8-bit architecture to do something much harder: train a neural network from scratch. I built VirtualPC, an open-source 8-bit computer system…

I gave a local AI agent system file access and a mechanical "suffering" metric. Scaling the model changed its behavior entirely

I’ve been obsessed with autonomous agents lately, but it got tiring when they keep hitting walls because they didn't have the right capabilities or because their long-term memory turned to mush after an hour. I’ve found that local multi-agent syste…

I made a desktop crab that bullies you back

He lives on your desktop as a transparent overlay and does whatever he wants. You can try to talk to him, throw him across the screen, or deploy mobs on him, he has opinions about all of it. Powered by a local Ollama model so everything runs on your ma…

Three Inverse Laws of AI

This article discusses the three Laws of AI, a set of rules that we need to keep in mind when evaluating AI safety and how AI will affect our day to day lives. submitted by /u/TheOnlyVibemaster [link] [comments]

I gave my local LLM a "suffering" meter, and now it won’t stop self-modifying to fix its own stress.

Yesterday I posted about my Agent OS (Hollow) building its own tools. Today, I want to talk about why it does it. Most agents sit idle until you prompt them. I wanted something that felt "alive," so I built a Psychological Stressor Layer. Eac…