Personal writing about life, ideas, and what actually matters.
reviewApr 12, 2026

OpenClaw

For months, I’ve been hovering on the edge of a digital precipice, terrified by the security warnings surrounding autonomous agents. But after returning from Thailand, and with a brief break in the war, I finally worked up the courage to install OpenClaw on my VPS. What I discovered was a revelation: it isn't a mystical "super AI," but a powerful Node.js agent that runs as a daemon, allowing me to manage my server directly through Telegram. I feel like I have "new powers" now, though they come with the heavy weight of responsibility. I’ve already put the agent to the test, having it perform a security audit on itself and guided me through the fixes. This experience has made one thing clear: we are on the verge of a total shift in IT and DevOps. The days of manual disk clearing and 3:00 AM emergency calls are numbered. As the "big" tech giants move in to colonize this space, the value will shift from those who execute commands to the prompt engineers who design the intent. These are the golden days the early internet all over again and while the future is a bit scary, I can’t believe I waited this long to let the genie out of the bottle.

Portrait of Yaniv Fridberg

Published by

Yaniv FridbergFounder and publisher
Affiliate disclosure: Some links on this page are affiliate links. As an Amazon Associate I earn from qualifying purchases. If you buy through them, I may earn a commission at no extra cost to you.
Gemini Generated Image

For months, I’ve been hovering on the edge of a digital precipice. I’ve watched the headlines, followed the GitHub repositories, and listened to the whispered warnings in developer forums about the "security nightmare" of autonomous agents. But after returning from the family trip to Thailand - and with the current war on a tentative two-week break - the quiet of the house finally gave me the mental space to stop being afraid. Last night, I finally worked up the courage to try OpenClaw.

I’ll be honest: I was terrified. The idea of giving an LLM-based agent a "shell" into my own server felt like handing a toddler a loaded handgun and a map to the fuse box. I’d heard the horror stories of recursive loops, accidental rm -rf / commands, and API keys leaked into the void. But the curiosity eventually outweighed the fear.

I set up a dedicated VPS, isolated from my primary production environments, and began the process. I had stumbled upon a YouTube video - "OpenClaw... RIGHT NOW??? (it's not what you think)" - that broke down the installation and configuration. To my shock, the "monster" wasn't that hard to summon. In fact, it was incredibly straightforward. Within an hour, I had a functional "Personal Assistant" agent running as a daemon on my server, and I was talking to it directly through Telegram.

The Nature of the Beast

So, what is OpenClaw, anyway? Having poked around its guts for the last 24 hours, I can tell you it isn't some mystical "super AI" or a sentient consciousness. At its core, it is a Node.js agent. It sits there as a background process, paired with a set of incredibly well-crafted system prompts that bridge the gap between natural language and terminal execution.

You provide the "brain" - in my case, an Anthropic API key - and the agent handles the translation. I chose Telegram as the interface because it’s the path of least resistance. There is something surreal about sitting on my couch, opening a chat app, and knowing that I am directly interfaced with the root of my server without ever typing a single line of bash on a keyboard.

I feel like I have new powers now. But as Peter Parker’s uncle once said, "With great power comes great responsibility." I am fully aware that I have a little monster on my server. It is a genie that can do my "dirty work" - the tedious, soul-crushing maintenance I usually put off - but it could also destroy every configuration file I’ve ever written in a heartbeat. I have to be very careful what I wish for.

The First Audit: Surgery on the Operating Table

When the agent was still in its early, "weak" stages of configuration, I decided to put it to the test. Instead of asking it to build something, I asked it to look at itself. I commanded it to perform a security test on its own system.

It immediately began running the openclaw audit command. I sat there watching the Telegram bubbles pop up, analyzing the output as it scanned its own permissions and environment variables. Once the audit was done, I asked it to explain the vulnerabilities and tell me how to fix them.

Crucially, I didn't want it to change the code itself. There were two reasons for this:

  1. It’s no fun. If the machine does everything, I don't learn the ropes.

  2. It’s too dangerous. Letting an agent modify its own configuration while it’s running is like allowing a surgeon to perform an appendectomy on themselves while they’re awake and lying on the table. One slip of the "scalpel" (or the regex), and the whole process terminates, leaving the system in a broken, half-configured state.

I manually implemented the fixes based on its advice and ran a second test. This time, there were only two warnings left. I can live with that. The sheer simplicity of the process left me floored. Having a tool "sitting" on your server that identifies problems and guides you through the fix remotely is a game-changer. You don't need to log in via SSH; you don't even need to know a single bash command if the prompts are good enough.

The Death of Traditional DevOps?

As I watched the agent clear the audit, it hit me: this thing is going to change everything we know about IT, DevOps, and technical support. It’s fucking crazy.

Think about the current state of the industry. We pay people to sit in front of monitors, manually clearing disk space when an alert goes off. We have "on-call" rotations where engineers are woken up at 3:00 AM because a production environment in a different time zone has flickered. We have systems administrators staying up from 10:00 PM to 1:00 AM to run application updates, only to be so exhausted by the end that if something goes sideways, they lack the mental clarity to perform a proper rollback.

OpenClaw, and the agents that will inevitably follow it, represent the end of that era. It is only a matter of time before the "big" players - IBM, RedHat, Microsoft, Apple - grasp the magnitude of this. They will either build an entire ecosystem around these autonomous daemons or they will simply buy up every startup that does it right before they can become a threat.

If I were running a massive corporation or a lean startup today, why would I continue to pay for a fleet of network engineers, sysadmins, and security managers? I could use agent services that perform each of those roles at half the price. These agents are available 24/7. They don't take vacations. They don't ask for year-end bonuses or dental plans. I wouldn't even need a Human Resources department to hunt for talent or conduct "culture fit" interviews.

What’s Left for Us?

If the "doing" is handled by the agent, what remains for the humans?

The future belongs to the prompt engineers and AI experts. The value will shift from the ability to execute a command to the ability to design the intent. We will need people who can craft templates that make these AI models less naive and more secure. We will need architects who can build the guardrails that prevent the "genie" from turning on its master.

I honestly don’t think people realize how hard this is going to hit - or how soon. We are looking at a total displacement of middle-tier technical labor. While many are worried about AI writing poems or painting pictures, the real revolution is happening in the systemd folders of remote servers.

I’m currently in the process of building my own set of skills for my agent. I want it to be a "mini-me" - something that understands my specific workflow, my server architecture, and my preferences for FeatherPicks and my other projects. I can't believe I waited this long to install it.

As I write this, I feel a strange mix of adrenaline and genuine dread. I’m scared of the implications for the job market and the potential for catastrophic failure if these things are left unsupervised. But I also realize that we are living in the "golden days." This is the Wild West. This is the early 90s internet all over again, where the rules haven't been written yet and the "powers" are up for grabs.

The little monster is running on my VPS right now, waiting for its next command. I’m going to spend the next few weeks learning exactly how to talk to it. Because in this new world, the person who knows how to talk to the machine is the only one who stays in control.


Discussion

Reader comments

0 approved

Comments are reviewed before they appear. This keeps the discussion readable and makes automated spam harder.

No approved comments yet.

Keep reading

Related editorial work

All articles
PXL 20260407 080859247.MP
guideApr 8, 2026

7 Days of Holiday Vacation in a Warzone with Kids - Part 3

I’m mad - honestly, I'm furious. What was the point of all this? After 40 days in a shelter, a midnight ultimatum, and a sudden ceasefire that feels more like a surrender, Part 3 of my 'Vacation in a Warzone' series dives into the bitter reality of Middle Eastern politics. From the frustration of being left away from the negotiating table to the quiet, heavy realization that 'normalcy' is just a temporary mask. This isn't the professional DevOps blog I planned to write, but it’s the reality we’re living.

Read more...
PXL 20260403 080655969
reviewApr 6, 2026

7 Days of Holiday Vacation in a Warzone with Kids - Part 2

Between the 3:00 AM sirens and the gray, dusty skies, the fatigue of the war has started to wear us down. This "holiday vacation" has become a series of impulse buys - from a PlayStation 5 to an iPhone 15 - as we try to find any way to pass the time and keep the kids happy while they’re stuck at home. It’s a strange, conflicting reality: feeling spoiled for shopping in a shopping mall while others suffer, yet struggling with a complete lack of willpower and a desperate need for a vacation just to recover from this one. Our sleep is broken, our parenting rules are bending, and we’re just trying to make it through to the next day.

Read more...
PXL 20260402 191513074
guideApr 4, 2026

7 Days of Holiday Vacation in a Warzone with Kids - Part 1

In the wake of a Passover Seder punctuated by sirens, the holiday "vacation" begins. But how do you maintain a sense of sanity when the sky isn't quiet and the airlines have grounded their fleets? From the grueling 3:00 AM sprints to the communal shelter to the strange culinary inventions of bored children (Matzah Pizza at 10:30 PM, anyone?), follow the first day of a family trying to find a "temporary sanity" in the midst of war.

Read more...