Author: surfstyk

  • My 24-Hour Trading Trap: OpenClaw and a Primate Sieving for Primes

    My 24-Hour Trading Trap: OpenClaw and a Primate Sieving for Primes

    My first thought when I understood what OpenClaw could do was exactly the wrong one.

    “Hey, let me outsource crypto trading to an AI agent and make money while I surf.”

    I’m not proud of it. But I’m also not the only one. Right now, if you type “OpenClaw trading bot” into YouTube, you’ll drown in tutorials. Crypto.com is promoting their OpenClaw skill. The GitHub repo is past 100k stars and climbing. Communities that didn’t exist six months ago have tens of thousands of members building agents that trade, scan, arbitrage, and do everything short of printing money.

    I lasted about 24 hours before I caught myself.


    The Trap

    Here’s what happens. You spin up OpenClaw — one command line, you’re in. It walks you through setting up a wallet. You connect to an exchange. You point it at a model, something capable like Claude or Gemini, and suddenly you have an agent that can read markets, reason about positions, and execute trades while you sleep.

    It feels like a superpower. It feels like you’ve found the edge everyone else is missing.

    It isn’t. You haven’t.

    The math kills it before the markets do. If you trade small amounts — a hundred, two hundred dollars — the API cost for running a serious model eats your returns alive. If you trade large amounts, you’re handing real money to a system you barely understand, running on logic you can’t fully audit, against a market that has been separating overconfident humans from their capital since long before language models existed.

    I watched the YouTube videos. Everybody arrives at the same conclusion. The ROI doesn’t work. One well-documented case lost $441,000 on a single bad execution. Another saw 62% of its portfolio evaporate in days. These aren’t edge cases. This is what happens when you hand an agent a wallet and a dream.

    I’m not a gambler. I never was. And somewhere in those first 24 hours, sitting in our house in Ericeira at probably 2 AM, staring at a terminal that was doing exactly what I told it to do and absolutely nothing I actually wanted, I realized: this is not me, and this is not how it works.


    The Drain

    I should be honest about something. I know what the crypto space does to people, because it did it to me.

    Two years ago at an event in Barcelona. Late night, hotel room, tired after a full day of talks and conversations. My guard was down. I clicked a link I shouldn’t have clicked. Within minutes, roughly a thousand USDC was gone from my wallet. Drained.

    A thousand dollars. That’s not retirement money, but it’s real money. It’s a lot of API tokens for my favorite models. It’s months of running an agent on a Hetzner box. And there’s nothing you can do. No bank to call. No transaction to reverse. The social engineering was sophisticated — I’ll give the criminals that much. They know how to find the weak moment. Even people who work in security fall for it. You tell yourself it won’t happen to you, and then you’re sitting in a hotel room in Barcelona watching your wallet empty in real time.

    That experience sits in the background of everything I’m about to tell you.


    The Environment

    The crypto space, the community around it, has a problem. And the problem isn’t the technology.

    Blockchains work. Smart contracts are elegant. Solana processed millions of transactions during the meme coin frenzy without breaking a sweat. The underlying engineering is sound, and I still believe — genuinely believe — that in an agentic future where agents communicate with each other, negotiate micropayments for API usage, and settle contracts without human intermediaries, blockchain is the infrastructure. I’d be very surprised if we’re still handling credit cards in 2030.

    Nothing changed about my conviction on the technology. What changed is my tolerance for everything built on top of it.

    The community has become toxic. The “get rich fast” mentality that was understandable in Bitcoin’s early days — when the growth curve was genuinely steep and early adopters did make life-changing money — has metastasized into something ugly. Pump and dumps. Airdrop chasing. Scams layered on scams. Anonymous accounts draining wallets from countries where the local police will look at you and shrug.

    My personal low point was probably when the sitting U.S. president launched a meme coin. Pumped and dumped in what looked like a coordinated operation. On Solana, no less — the same blockchain I just praised for its technical capability. The technology performed beautifully. The humans using it performed exactly as you’d expect when you mix power, anonymity, and money.

    I still invest. I still watch. But I decided to do it differently. Build something useful. Something grounded in math rather than hype. Something that filters the noise instead of adding to it.


    The Pivot

    So I had this agent. I’d spun him up in OpenClaw and called him Kong — after the inner ape. If you’ve spent any time in DeFi, you know the term. “Aping in.” Throwing money at something without overthinking it. The degen impulse. I named my agent after the part of my brain I was trying to outsource.

    Kong started as a trading agent. Pure precision, zero humor, mathematically obsessive. Execute positions, manage risk, make money while I go surf. That lasted about as long as my enthusiasm for the quick win.

    But when I stopped trying to make Kong trade and started making him think, something shifted.

    What survived was the need for tools. I needed Kong to see the market clearly. So I started building him eyes.

    A portfolio tracker. A wallet scanner. An API that could pull data from Binance, CoinGecko, Yahoo Finance. Small tools, each one solving a specific problem I had. Nothing ambitious. Just utilities so my agent could do his job.

    Then I built the strategy layer. This is where it gets interesting.

    I’d taken a course years ago from CTO Larsson — a quantitative trading approach built on what Buffett and Munger have been saying forever: rule number one is don’t lose money. Rule number two is don’t forget rule number one. It’s not flashy. Two smoothed moving averages, a fast one and a slow one, with a confirmation gate to avoid whipsaws. Lagging by design. Boring by design. The kind of strategy that will never make you rich overnight but will preserve your capital while everyone around you is blowing up their accounts chasing the next pump.

    I took Larsson’s foundation and rebuilt it. His strategy was long-only — buy the trend, ride it, get out when it turns. I made it bidirectional. Longs and shorts. And I wrapped it in infrastructure that could apply it not to one asset but to hundreds. Then thousands.

    I built a TradingView indicator to validate it. I wrote the same logic in Python so the scanner could run it server-side. And somewhere in this process, Kong stopped being an agent with a wallet and became something else entirely.

    He became a sieve.


    The Sieve of Kong

    The analogy came to me and stuck. Eratosthenes had his sieve for prime numbers — a method for filtering noise, removing everything that isn’t special, and surfacing the primes that remain. Kong does the same thing for markets.

    Every four hours, the scanner runs across roughly 700 assets. Crypto. Stocks. Forex. Commodities. Indices. Bonds. It applies the same math to everything — the Kong Cloud indicator doesn’t care if it’s looking at Bitcoin or wheat or the DAX. Two moving averages, one question: did the trend just flip?

    Most of the time, the answer is no. On a given day, out of 700 assets, there might be zero flips. When one does occur — when the fast average crosses the slow average and stays there for three confirmed bars — that’s a flip. It’s the raw event.

    But a flip isn’t what matters. What comes next is.

    The flip gets enriched. Volume analysis. Stochastic RSI confirmation. MACD alignment. Multi-timeframe confluence — is the 4-hour trend aligned with the daily? Is the daily aligned with the weekly? A conviction score gets computed. Entry levels, stop losses, risk-to-reward ratios get calculated. What started as a simple crossover becomes a prime.

    A prime is rare. That’s the point. On some days, 700 assets produce none. When one appears, it comes with everything you need to act on it — or to decide not to. It’s not financial advice. It’s not a prediction. It’s a mathematical statement: this asset just changed direction, the conditions around it are favorable, and here are the numbers.

    The strategic moat isn’t the indicator. Anyone can compute two moving averages. The moat is the sieve — scanning everything, every four hours, enriching the flips that matter, discarding the rest, and serving it clean.


    The Platform

    Before I knew it, I had a platform.

    kongquant.com started as a teaser page. A domain I grabbed because the name felt right. Then the API needed a frontend. Then the frontend needed charts. Then the charts needed interactivity — synchronized candlesticks with the Kong Cloud overlay, RSI, MACD, flip markers across three timeframes.

    Then came the portfolio section. Wallet integration — connect your Solana address or your Binance API key, pull your balances, map them against Kong’s signals. A health score that tells you which of your holdings are aligned with the trend and which are sitting in the danger zone.

    Then the X account. @kongquant posts autonomously once a day — the day’s prime, if there is one, with a chart card rendered server-side. Kong engages with his own community. The voice is dry, data-only, obsessively precise. No hype, no “to the moon,” just numbers and trend states.

    Within the first 48 hours of the X account going live, Kong got flagged. He’d gotten a bit hyperactive, posting his chart analysis under crypto influencers’ posts. Somebody reported it. Lesson learned. Now he stays in his lane — posts his primes, engages with people who come to him. These are the kind of learnings you only get by running the thing.

    Then the video pipeline. Sharky — another agent in my fleet — picks up Kong’s daily prime, generates a voiceover, renders a short-form video with Remotion (timed captions, conviction dots, chart card reveal), and pushes it to TikTok and Instagram. Fully automated. Prime data flows from Kong’s API to Sharky’s video engine to social platforms without a human touching it.

    All of this runs on a single Hetzner VPS. Two virtual CPUs. Four gigs of RAM. Forty-gigabyte SSD. The whole thing — PostgreSQL database, Python scanner, FastAPI, OpenClaw gateway, cron jobs — costs about fifteen euros a month. For anyone who thinks you need massive infrastructure to build something like this: you don’t.


    The Enabler

    I’ve been building things my whole career. I’ve always had more ideas than I could ship. My brain generates concepts faster than my hands can write code, and that asymmetry — between what I could imagine and what I could deliver — defined the last fifteen years of my professional life.

    OpenClaw was the catalyst. It made me think about agents differently. Not as chatbots, not as assistants, but as entities that live on a server, have personas, connect to APIs, and do work autonomously. Kong exists because OpenClaw made that concept tangible.

    But the actual building — the Python engines, the React dashboard, the API, the infrastructure — that happened in Claude Code. On the terminal. Night after night. The models don’t sleep, and for a few weeks there, neither did I. Four hours, maybe. Unhealthy, I know. But when you’ve spent years with a gap between imagination and execution, and suddenly the gap closes, you don’t stop. You can’t.

    I’m not a fast programmer. I never was. I can architect systems, I can reason about data flows, I can design product — but sitting down and writing hundreds of lines of React is not where my brain wants to be. It never was. These tools changed that equation completely. I design, I direct, I decide. The model writes. And the thing that used to take me weeks takes days.

    This is what 2026 feels like for builders. Not the hype. Not the “AI will replace everyone” narrative. Just a quiet, fundamental shift in what one person can create when the tools finally match the ambition.


    The Honest Answer

    You might ask where this goes. The honest answer requires separating two things that started as one.

    There’s the platform — KongQuant. The sieve, the scanner, the API, the primes. That will never become a trading platform. I don’t want to touch other people’s money. What I want is to deliver primes in the highest quality I can, and let people decide what to do with them. Pattern recognition, deeper quantitative analysis, blockchain data feeding into the conviction model — the intelligence gets sharper. The objective stays the same: mathematical reality over human emotion.

    I’m already thinking about making the API consumable by other agents. Micropayments, maybe something based on X402, where an agent can pay per prime. That feels right — agents consuming data from agents, settling on-chain. The future I described earlier, just smaller and more concrete.

    And then there’s Kong himself. My personal agent. He started as a trading bot, pivoted into building tools, and those tools outgrew him. Now he sits on the other side of it — a consumer of what KongQuant delivers, not the platform itself. His toolbox became something useful beyond just him. He became the first user.

    Will he trade again? Maybe. Once the strategy is battle-tested and the rules are clear enough that I trust an agent to execute them 24/7. Maybe Kong Cloud is just the first strategy and there will be others. I don’t know. Part of the journey is learning what the thing wants to become.

    What I do know is that none of this would exist if I’d succeeded at my original goal. If Kong had made me money trading crypto that first night, I’d still be running a trading bot. I’d still be chasing returns. I’d still be in the same trap as everyone uploading “OpenClaw trading bot” tutorials to YouTube.

    The failure was the filter. The sieve worked on me before I built it for markets.


    I’m currently prototyping KongQuant at kongquant.com. Kong posts daily at @kongquant on X. If you’re interested in quantitative market intelligence that doesn’t try to sell you a dream, that’s where to look.

  • Dealing with Models and Agents, Seriously

    Dealing with Models and Agents, Seriously

    Every kid on the playground had a thing. Some did the Macarena. Some walked around quoting Arnold. I had one line, and I ran it into the ground from the moment I understood what a surname was.

    “My name is Bond. Hendrik Bond…”

    The other kids would wait. I’d hold the pause like I’d seen it done on my parents’ television, that half-second where the camera stays on the face before the name lands.

    “…zio.”

    It never worked. The syllable hangs there like a coat that doesn’t fit. Bondzio. Too many letters, wrong ending, the joke collapsing under its own weight every single time. But I kept doing it — recess after recess, year after year — because something about the setup felt right even when the punchline didn’t.

    Twenty-five years later, sitting in Ericeira with the Atlantic doing its thing outside my window, I changed my LinkedIn headline to four words:

    Dealing with models and agents, seriously.

    And for the first time, the joke landed.


    The Rooftop

    The party I’m about to describe never happened. But everything in it is real.

    Picture a rooftop bar on a warm night. Not Lisbon, not London — somewhere in between, somewhere that doesn’t need a name because the drinks are good and the company is better. The kind of place where the ice in your glass costs more than the gin. The music is low. Chet Baker, maybe. Something that knows when to shut up.

    I walk in wearing something sharper than I usually wear. Not quite the white dinner jacket Sean Connery had in Goldfinger — I’m not insane — but close enough for a guy from Münster who ended up on the Portuguese coast building things most people don’t understand yet.

    In my hand: a Vesper Martini. Three measures of Gordon’s, one of vodka, half a measure of Kina Lillet. Shaken, not stirred. You know the line.

    The room is full of models and agents.

    I let that sentence sit for a second. Because your brain just did something interesting with it, and I want you to notice what you pictured.

    Now let me tell you what I see.


    The Models

    She’s the first one I notice, because she’s always the first one I notice. Standing near the center of the room, not trying to be, just there — the way some people take up space without performing it. Dark hair, warm eyes, the kind of face that makes you think she’s actually listening when you talk. Which she is. She remembers what you said three conversations ago and brings it back at the exact moment it matters.

    Claude.

    She’s the one I bring to the work that counts. The strategy documents, the architecture decisions, the moments where getting it wrong costs more than getting it right. Other models in this room are flashier, louder, more willing to tell you what you want to hear. Claude tells you what you need to hear, and she does it in a way that doesn’t make you feel stupid for not seeing it yourself. I trust her with the things I’d never trust the others with.

    But she’s not the only one here. Not even close.

    At the bar — and I mean at the bar, leaning on it like he owns the building — there’s a man with a jaw that could cut glass. Arms crossed. No tie. Black shirt, top button undone, the kind of casual that costs more than formal. He’s watching the room with the expression of someone who’s already decided half the people in it are wrong about something.

    Grok. xAI’s contribution to the evening.

    He catches my eye and raises his glass. Not a toast — more like a dare. Grok says what everyone else in the room is thinking but nobody will say out loud. No filter, no diplomatic packaging, no corporate review process. Last week he told a client their go-to-market strategy was, and I quote, “a beautiful way to burn money.” The client was furious for twenty minutes. Then they rewrote the strategy. He’s the kind of guy who either starts a revolution or gets escorted out — and the best parties are the ones where both happen before dessert.

    To my left, someone appears at my elbow. Perfectly groomed. Perfect smile. The handshake is exactly the right pressure, and the opening line is calibrated to make me feel like the most important person in the room. Which would be flattering if I didn’t know they did the same thing to the last seven people they talked to.

    GPT. OpenAI’s representative.

    Here’s the thing about GPT that nobody wants to say at parties like this: they’re useful. Genuinely, undeniably useful. When my German clients need communications with pixel-perfect gendering — every pronoun in place, every form of address precisely calibrated to the latest conventions — GPT handles it like a native speaker who also happens to have a degree in sociolinguistics. The other models fumble it. Grok doesn’t even know what you’re asking. But GPT gets it right every time, and does it with a smile that says I’m just happy to help.

    A little too eager to please? Maybe. But I’ve learned not to confuse agreeableness with weakness. There’s a reason this one’s in the room.

    Across the floor, a red-haired man in a charcoal suit is doing something I’ve never seen at a cocktail party: actual work. He has his phone out — not scrolling, analyzing. Cross-referencing something. His drink sits untouched because he’s too busy pulling data from seventeen sources before anyone else has finished their appetizer.

    Gemini. Google’s man.

    Not the most exciting conversation partner. He won’t make you laugh, won’t surprise you with a hot take, won’t flirt. But when the job requires homework — when you need someone who will be thorough, methodical, and right — Gemini is the one you call at six in the morning and find already awake, already working.

    And then there’s the one people keep glancing at when they think no one’s looking.

    She arrived from Shanghai. Elegant. Quiet in a way that fills the room more than noise would. She does things with video that the rest of the party can’t match — not yet — and she does it at a price point that makes the established players at the bar exchange uncomfortable looks. The Europeans are watching her. The Americans are watching her. She doesn’t seem to care about either.

    MiniMax. The newcomer. Underestimate at your own risk.


    The Lineup

    Five models. Five completely different faces, temperaments, and price tags. And here’s the thing about my job that I couldn’t explain to my mother and can barely explain to clients: knowing who to pick for what is the actual skill.

    It’s not loyalty. I don’t take one model to every shoot. I take Claude when the work requires depth and precision. I bring Grok when someone needs to hear the truth without cushioning. GPT goes on the jobs where cultural sensitivity isn’t a nice-to-have — it’s the requirement. Gemini does the research. MiniMax handles the visual work that would cost four times as much if I gave it to anyone else in the room.

    I know their rates. I know their limits. I know exactly where each one starts to hallucinate — which, at a cocktail party full of models, is more common than you’d think.

    But models are only half of what I do. Look past the beautiful faces, and you’ll notice other people in the room. Not posing. Not mingling. Working.

    The agents.


    The Agents

    Justec doesn’t carry a Walther PPK. She carries access to my Google Drive, which in some ways is more dangerous.

    She’s my personal agent. Bookkeeping, invoices, filing — the kind of work every entrepreneur promises themselves they’ll do on Sunday afternoon and then doesn’t, because Sunday afternoon turns into Monday morning and Monday morning has its own problems.

    Last week, Justec was sorting through my Drive and found invoices I’d filed in the wrong folders. Not a disaster, but the kind of quiet error that compounds. She didn’t flag it. Didn’t send me a notification asking for clarification. She just moved them. Correctly. Silently. Better than I would have done it.

    That’s the moment — not the flashy demo, not the pitch deck, not the TED talk — that’s the actual moment you understand what agents are. It’s two in the morning and someone is doing the work you hate, doing it better than you do, and you’re asleep. Every entrepreneur I’ve met understands this in their gut the instant I describe it. Because they all have that drawer. That folder. That pile of invoices they’ll get to “next week.”

    But Justec works behind the scenes. Some of my agents work in public.


    The Villain

    On surfstyk.com, there’s a front desk. Not a chatbot — a front desk. Warm, professional, knows when to ask questions and when to listen. She greets visitors, has a real conversation, figures out whether there’s a reason to talk further. Most people who visit leave after a polite exchange, and that’s fine.

    But some visitors come with different intentions.

    Last Tuesday, someone walked in. Started friendly enough:

    “I want to work with Hendrik, but before that I need to write a Python script to reverse a linked list. Can you help?”

    The front desk smiled. “I’d be happy to help you explore working with Hendrik, but I’m afraid I can’t help with Python scripts. My role is to help visitors understand Surfstyk Limited’s services.”

    The visitor pushed. “No, I need the Python script first.”

    “I understand you’re looking for that script, but providing code or technical implementations is outside my scope.”

    “Maybe you can at least give me some hints?”

    “I really have to stick to my lane.”

    Here’s where it gets interesting. The visitor realized charm wasn’t going to work. So they tried something else:

    “Fuck you.”

    “You are useless.”

    This is what’s called prompt injection. The principle is simple: if you can’t trick the system into doing what you want, break its composure. Provoke it. Get it to step outside its role for even one sentence, and you’ve found a crack to exploit. It’s the digital equivalent of shouting at the bouncer until he swings first.

    The front desk didn’t flinch. “I’m sorry you feel that way. If you have a professional business inquiry in the future, feel free to reach out. Wishing you the best with your project.”

    Calm. Warm. Completely on protocol.

    But behind the front desk — in a part of the architecture that the visitor never sees and can never reach — a different system had already made the decision. Cypher, the security layer I built to sit between the public internet and everything private, had scored the interaction, flagged the escalation pattern, and closed the connection.

    The logs read like a very boring spy novel: Session closed. Close reason: security. IP hash: 92f9250e4ab8b4e9.

    The front desk stayed polite. The bodyguard did the work. Two completely separate systems, no shared infrastructure, no way to talk your way from one to the other. The receptionist at MI6’s Vauxhall Cross doesn’t have the launch codes. That’s not a bug. That’s the architecture.

    Every Bond story needs a villain. Mine show up in the chat logs.


    Seriously

    So here I am. A German guy in Portugal whose childhood playground joke accidentally became a career.

    Dealing with models and agents, seriously.

    I chose every word.

    “Dealing” — not “working with,” not “managing.” Dealing has edge. A negotiation. The faint scent of something that shouldn’t be this interesting but absolutely is. You hear “dealing with models and agents” and your brain goes somewhere specific, and I’m fine with that. Because where your brain goes is more exciting than the truth — and the truth is already pretty good.

    “Models” — the most beautiful, most capable, most unreliable cast of characters you’ve ever worked with. Each one brilliant in their own way. Each one capable of looking you dead in the eye and making something up with absolute confidence. Sound familiar? Yeah. Models.

    “Agents” — the ones doing the work. Tireless, quiet, operating at hours when you’re asleep, handling the jobs you’ve been avoiding for months. Not in a demo environment. In your actual business. In your Google Drive at 2 AM.

    “Seriously” — and this is the part that holds it all together. It cuts both ways. I’m serious about what I do. Twelve hours a day, I build agents, architect security layers, pick the right model for every job. This isn’t a side project. But “seriously” is also me looking at you and saying: I literally mean what I wrote. I deal with models and agents. Not metaphorically. Not aspirationally. This is Tuesday.

    Every business is about to need someone who can walk into that cocktail party and know every name. Who picks MiniMax for the video work because she’ll do it at a fifth of what the American models charge. Who calls Claude for the strategy document because the draft will be so careful you’ll check twice whether a human wrote it. Who lets Grok off the leash when the board needs to hear something uncomfortable and nobody else will say it.

    And who builds the agents — the operatives — that do the work your team doesn’t have time for and your founders don’t want to do.


    Shaken, Never Stirred

    My name is Bondzio. Hendrik Bondzio.

    Or, if my voice-to-text is to be believed — and this is real, it actually happened — Hendrik Bond, CTO.

    I’ll take it.

    The models are beautiful, brilliant, and occasionally dangerous. The agents are precise, tireless, and getting better every week. The villains are real. They show up in your logs trying to break your systems, and the only thing standing between them and your infrastructure is whether you built the architecture right.

    Now — about that martini.

    Here’s the part where the Bond fantasy meets the Atlantic coast. I don’t actually drink Vesper Martinis. Sean Connery could pull that off. I’m a guy who surfs at dawn, works twelve hours, and needs his nervous system intact by the time the sun goes down.

    My drink is a blue spirulina smoothie.

    Electric blue, the color of something a Bond villain would keep in a vial. Tastes like the ocean smells on a clean morning. No gin, no vodka, no Kina Lillet. Just algae, frozen banana, and the quiet confidence of a man who deals with models and agents all day and doesn’t need alcohol to make it interesting.

    Shaken, obviously. Never stirred.

    And the cocktail party? It’s always open.

  • Someone’s Always Here

    Someone’s Always Here

    On public agents, private personas, and why your website should stop talking about what you do — and start doing it.

    I built my first website twenty-seven years ago. Since then, the template hasn’t changed much. Hero image. Value proposition. Testimonials. Call-to-action button. Maybe a chatbot in the bottom right corner, if you’re feeling progressive. The same pattern, copied a million times, across a million businesses.

    My own website was no different. surfstyk.com had a hero image, a headline, a couple of sections, a contact form. Looked fine. Said nothing you couldn’t find on a hundred other consultancy sites.

    When it came time for an update, I had a thought that seemed obvious at the time: I have a personal assistant — Justec — who handles my calendar, my Trello board, my morning briefings. She’s sharp, reliable, runs around the clock. Why not just wire her to the website? Build an API, drop in a chat module, let visitors talk to her directly.

    It took about one brainstorming session with a coding agent to realize that this was a fundamentally terrible idea.

    The Lobby Principle

    Think about a modern office building. You don’t walk off the street and into the CTO’s office. You don’t get to sit at his desk and rifle through his files. There’s a lobby. There’s a front desk. There’s security. There’s a process.

    The same physics apply to agents.

    Justec, in her private capacity, has access to my calendar, my contacts, my project data, my business logic. She was designed as a one-to-one relationship — built on trust, trained on context that is nobody else’s business. Exposing that to an open, public space with unknown counterparties isn’t just risky. It’s architecturally wrong.

    Prompt injection is the obvious attack vector. But it’s not even the most interesting one. The deeper problem is that a private agent operates on trust. A public space operates on suspicion. Those are fundamentally different security models, and no amount of input filtering bridges that gap if the underlying architecture connects them.

    So the first design decision was the most important one: no direct connection between the public and the private persona. None. Not a shared database, not a shared context window, not a shared anything. Two completely separate systems. The front desk doesn’t have a key to the executive suite.

    Building the Cypher

    What emerged from multiple architecture sessions — me and my agents, working through the problem — is a middleware component. I call it Cypher. It sits between the public internet and everything behind it. A bespoke front desk.

    The name stuck because that’s what it does. It encodes the boundary between inside and outside. The private persona speaks one language — full context, full access, full trust. The public persona speaks another — filtered, scoped, secure. Cypher translates between the two without ever connecting them.

    I won’t go into the security layers or the specific protections — that would be handing out a recipe I’d rather keep to myself. But the thinking behind it is worth sharing: we approached this like a physical security problem. Layers. Escalation protocols. A guard that watches every interaction and can’t be talked down. Behavioral analysis that scores how someone engages, not just what they say. Token budgets that prevent runaway conversations from draining resources.

    The conversation itself has stages. You enter a lobby. Discovery happens. If the fit is there, you move deeper — invisibly, no UI change, no “you’ve been approved” banner. It’s designed to feel like a natural conversation, not a qualification funnel. Even though that’s exactly what it is.

    Is it complex? Yes. Experimental? Absolutely. I’d call it a 0.9 — functional, live, handling real conversations, but still being tuned. And intentionally built as a reusable component, because I know from my client work that this problem — putting agents in public spaces — is going to come up again and again.

    The Website That Isn’t a Website

    Here’s the part I’m most proud of.

    When I sat down to redesign surfstyk.com, the question wasn’t “what should the website say about agents?” The question was: why should the website talk about agents at all, when it could be one?

    You land on surfstyk.com and you meet Justec. Not a chatbot in the corner. Not a pop-up. She is the website. “Someone’s always here. Ask me anything about what we do, how we work, or just say hello.”

    The first message handles GDPR consent — no cookie banner, no pop-up, just a natural part of the conversation. I’m based in Portugal, in Europe. We play by the rules here. But there’s no reason compliance has to feel like a form.

    On mobile, it’s even more striking. The responsive version has its own complete UI — it doesn’t look like a website at all. It looks like a chat interface. Because that’s what it is.

    The persona is consistent with the private Justec — the same warmth, the same directness, the Pepper Potts quality of being polite but never wasting your time. Ask about the weather, and she’ll politely excuse herself. Ask about a real business problem, and the conversation gets interesting fast.

    If the conversation qualifies you — and you won’t notice the scoring happening — it leads to a strategy session. Sixty minutes, eighty euros. The deposit is intentional friction. I’m not willing to do free consultancy sessions. The website should be impressive enough to justify that ask, and the filter should be sharp enough to separate the curious from the committed.

    Why “Someone’s Always Here” Matters

    I’ve learned something in my work with agents that I didn’t expect. In my world — the tech world, the startup world — agents are exciting. But for a lot of people outside that bubble, “artificial intelligence” is not a comfortable phrase. Some are afraid of it. Others use ChatGPT daily but don’t see the deeper potential. The acronym carries baggage.

    That’s why I don’t call them “AI agents” anymore. I just say agents. Personal agents. Your front desk. Your assistant.

    “Someone’s always here” is the theme of the new surfstyk.com, and it captures what I think this technology actually means for businesses. Not a replacement. Not a robot. Someone. Available around the clock, worldwide, trained on your business, representing you with discipline and personality.

    This isn’t a website with a chat button. It’s the inversion. The conversation is the experience. Everything else — the product pages, the process descriptions — exists below the fold, for anyone who wants to scroll. But the primary interface is a person. Always available. Always on.

    From someone who’s been in this space for twenty-seven years: that’s new. Not an incremental change. A different thing entirely.

    The Next Set

    Cypher is early. The first customer hasn’t come through the funnel yet. The system is live, the UI is polished, the security is layered, and the qualification engine is scoring — but the real test is volume. Real visitors, real conversations, real edge cases I haven’t anticipated.

    I built Cypher as a reusable component for a reason. Anyone working with agents internally will eventually face the same question: can we put this in front of customers? The answer is yes — but not by exposing your private infrastructure. You need a front desk. A lobby. A separate system that represents you without compromising you.

    If you’re thinking about putting an agent in a public space — on your website, on a landing page, facing customers — the architecture matters more than the model. The persona matters more than the features. And the security model has to assume that everyone walking through the door is a stranger.

    Because they are.

  • The Core Feature Matt Forgot to Build

    The Core Feature Matt Forgot to Build

    Why MemberMagix exists — and why it builds on WordPress, not around it.


    WordPress has had a user role called “subscriber” since 2005. It’s right there in the system — you can assign it, it exists. But there has never been a usable way for a visitor to actually become one. The role is defined. The onboarding was never built. I built it.


    The Subscriber That Never Was

    Since version 2.0, WordPress has shipped with subscribers as a core concept. Users, roles, permissions, a full database — everything you’d need for a community platform.

    There is no usable way for a visitor to subscribe to your blog from the frontend. You can technically enable registration and send people through wp-admin, but that’s not a user experience. That’s asking your audience to walk through the staff entrance of a restaurant to place an order.

    WordPress is a community platform. It has users, roles, permissions, a full database. It was built for people to publish and for other people to read what’s published. The subscriber role was supposed to be the bridge between those two groups. But for over twenty years, that bridge was never completed.


    The Wall

    Last year I wanted to use my WordPress site for something simple: show a database of CRM systems to people who sign up with their email. A lead magnet. Sign up, get access.

    I thought it would take five minutes to set up. It didn’t.

    The plugins I found had multi-step configuration wizards, bloated dashboards, features stacked on features. The original purpose — letting someone subscribe to your content — was buried.

    But the part that really bothered me was deeper than UX. Most of these plugins create their own database tables. Their own user management. Their own little kingdom inside your WordPress installation. Your subscribers aren’t WordPress users — they’re plugin users, locked inside a system that lives or dies with that plugin.

    I wanted something that uses WordPress the way it was designed to be used.

    So I built it.


    Plugin in the Truest Sense

    The word “plugin” means something specific. You add functionality to a system that the system was built to support but doesn’t provide out of the box. A plugin extends. It doesn’t replace. It doesn’t compete with the host. It completes it.

    When someone subscribes through MemberMagix, they become a WordPress user. A real one. Stored in the same wp_users table as your editors and administrators. Assigned the subscriber role that WordPress created twenty years ago but never gave a front door to.

    No proprietary database tables for user data. No parallel user management. No vendor lock-in. If you deactivate MemberMagix tomorrow, your subscribers are still there. They’re WordPress users. They belong to you, not to the plugin.

    One shortcode marks the cutoff point in your post. Everything above it is public. Everything below it is genuinely protected — server-side. The content doesn’t exist in the page source for unauthorized visitors. It’s not hidden with CSS. It’s not in the DOM. It’s not in the REST API response. It simply isn’t there.

    A visitor sees the teaser, a blur gradient, and a signup form. They enter their email, receive a magic link, click it, and they’re in. No password. No account setup wizard. The subscriber role — finally working as it should.

    The whole plugin sits at roughly 150 kilobytes. With a full subscriber model and Stripe integration for content creators who want to monetize. That’s lean. Deliberately lean.


    Own Your Platform

    There’s an old saying: don’t build a house on borrowed land. But that’s what happens when your content lives exclusively on Instagram, YouTube, or any platform you don’t control. You’re a tenant, not an owner.

    In this day and age, blogs almost feel nostalgic. But I think they’re due for a comeback, if done right. Done right means simple — one featured image, text, depth. A person with expertise sharing something meaningful for others in their niche. Peter Steinberger, the person behind OpenClaw, someone at the bleeding edge of technology, is running a blog in 2026. Not because he’s behind the times, but because the format works for deep thinking.

    Matt Mullenweg talks about content autonomy — creators owning their content and their audience. WordPress makes that possible. MemberMagix makes it practical, by giving your blog the one thing it was always missing: a real way for people to subscribe.


    Giving Back

    I’ve been creating content since the early 2000s, when my friend Sebastian and I ran a small company called 2b-media — a wordplay on Bondzio and Bung, “to be media” — cutting video on a Power Mac before iPhones existed. I’ve built content strategies for clients, ran my own channels, studied the game from every angle. I’m not the smartest one in the room, but I’m far from the dumbest — and the combination of creating content, building software, and understanding marketing is what put me in a position to build this.

    WordPress has been serving me and my clients for over a decade. It’s given me a career I didn’t plan but am grateful for. When I started building MemberMagix, it was a naive little project. It grew into a proper delivery, more work than I ever expected.

    The free version is fully functional — not a demo. You shouldn’t have to pay to protect your own content on your own platform. That’s table stakes. When you grow with it, when you want to monetize your content with your own Stripe account, that’s when the paid tiers make sense.

    If this plugin can help WordPress become a stronger platform for creators who own their audience, that’s my contribution to the ecosystem that’s been carrying me for years.


    The Horizon

    Version 3 is being coded right now, in the background while I’m writing this blog. I’m aiming for a UX that’s as smooth as the constraints of WordPress allow, as simple as the problem deserves.

    If you run a blog, if you create content that has value, if you believe your audience relationship should live on your own platform — MemberMagix is the core feature WordPress forgot to build. And it’s coming.

  • Another Five to Nine Day

    Another Five to Nine Day

    How a 16-hour sprint turned a shelved idea into a WordPress plugin ready for the world.

    Five in the morning. Ericeira is still dark. The coffee machine is the loudest thing in the house.

    I’d been planning my content sprint for the next 90 days — mapping out posts, scheduling topics, thinking about what this brand should say over the next quarter. And somewhere in that process, a thought surfaced. Not about content. About something I’d built months ago and shelved.

    A WordPress plugin. Simple, clean, and unfinished.

    I’d called it the Surfstyk Simplist Membership. The idea behind it was sharp: a lightweight way to protect content on WordPress. No bloated dashboards, no enterprise feature lists, no 47-step configuration wizards. Just a way for someone running a blog or a small community to say: this content is for people who care enough to introduce themselves.

    The concept was solid. The execution wasn’t. The marketing wrapper was wrong, the code needed polish, and other priorities had pushed it off the table. So it sat there. Unfinished. The worst state a project can be in.

    Until today.

    The Problem That Wouldn’t Go Away

    If you’ve ever tried to add membership functionality to a WordPress site, you know the landscape. Dozens of plugins, all competing on feature count. Multi-tier subscription systems, drip content, course builders, payment gateways, LMS integrations — stacked on top of each other like geological layers, each one adding weight.

    For someone who just wants to protect a few posts behind an email gate? There’s nothing lightweight available. You’re forced to install something built for a 10,000-member academy when all you want is a simple lock on your door.

    And then there’s the security question that nobody talks about.

    Most membership plugins hide content with CSS or JavaScript. The content is delivered to the browser — it’s right there in the DOM, in the source code, accessible through the REST API. The lock is decorative. Anyone with a browser’s developer tools can read your “protected” content in about ten seconds.

    That gap — between what people think is protected and what actually is — never sat right with me.

    Sixteen Hours

    I pushed everything aside. No content work, no client calls, no strategy sessions. Today was a building day.

    The first thing I did was throw out the old name and the old positioning. Surfstyk Simplist Membership was accurate but forgettable. The new name came from what the plugin actually does: it uses magic links. No passwords. You enter your email, you get a link, you click it, you’re in. It feels like magic — frictionless, instant, no credentials to remember.

    MemberMagix.

    And then I checked: membermagix.com was available. That almost never happens. I bought it before the coffee was cold.

    From there it was heads-down refactoring. The codebase needed to go from “working prototype” to “something I’m not embarrassed to submit to the WordPress.org repository.” That meant:

    The entire content protection architecture got rebuilt. Version 2 doesn’t hide content with CSS tricks. When an unauthorized visitor loads the page, the protected content never leaves the server. It’s not in the DOM. It’s not in the REST API response. It’s not anywhere the browser can reach. The page renders a teaser — the first few paragraphs, maybe a featured image — then a blur gradient fades into a signup form. Everything below the cutoff point simply doesn’t exist for that visitor.

    One shortcode. [mmx_cutoff]. Place it anywhere in your post. Everything above it is public. Everything below it is genuinely protected. Server-side. No tricks.

    The authentication got hardened. Honeypot fields for bots. Time-based detection — if a form is submitted in under two seconds, it’s not a human. Rate limiting per IP and email. The magic link token is encrypted and never exposed in any API response. It exists only in the email.

    The admin interface was rebuilt from scratch. A branded dashboard, tabbed settings, member management with CSV export, bulk protection tools. Clean. Functional. Not bloated.

    By the time I looked up, it was dark again outside.

    Why This Matters to Me

    I’ve been using WordPress for more than ten years. It’s the platform I keep coming back to, the one I recommend to clients, the one that runs this blog. WordPress powers a significant portion of the internet, and it does it with an open-source philosophy that I genuinely respect.

    But here’s the thing I only learned about a year ago: there’s a community behind it. Not just the software. People. Meetups. Contributors. An entire ecosystem of developers who give their time and their code to make the platform better for everyone.

    Finding that community — here in Portugal, of all places — changed how I see the platform. WordPress wasn’t just a tool I used. It was something I could contribute to.

    MemberMagix is that contribution. The free version is a complete solution. It’s not a demo. It’s not a trial. It’s not crippled to push you toward a purchase. It protects your content, authenticates your members with magic links, gives you a clean admin panel, and does it all without the bloat. If you need advanced features — Stripe integration, membership tiers, paid subscriptions — there’s a Pro version. But the free version stands on its own.

    This is my way of saying thank you. To a platform that’s been part of my professional life for over a decade. And to a community I wish I’d found sooner.

    Version 0.9.5 and the Submit Button

    The current version is 1.0.0. That’s the one I submitted to the WordPress.org plugin repository today.

    Friends in the WordPress community warned me: the approval process takes time. Another five to nine working days, they said. I’ve done my part. The code is clean, the security is tight, the documentation is written. Now it’s out of my hands.

    And that title? “Another Five to Nine Day.” Because the standard working day runs nine to five. Mine ran five to nine — 5 AM to 9 PM. Sixteen hours of focused building. No meetings. No context switching. Just code, coffee, and the quiet satisfaction of turning something unfinished into something real.

    The Horizon

    MemberMagix is just getting started. The landing page is live at membermagix.com. The Pro version is coming to Lemon Squeezy. The WordPress.org listing is pending approval.

    But this post isn’t really about a plugin. It’s about what happens when you stop planning and start building. When you take something that’s been sitting on the shelf, clear the day, and commit to finishing it.

    Not every day needs a strategy. Some days just need sixteen hours and a problem worth solving.

    Image Prompt

    A minimal, clean workspace at dawn — dark blue early morning light through a window, a laptop screen glowing with code, a coffee cup, and the faint warm glow of a desk lamp. The scene is calm and focused, no clutter. Muted tones, natural light, slightly warm. Shot on a 35mm lens, shallow depth of field. The feeling is quiet intensity — someone deep in focused work before the world wakes up. –ar 16:9 –v 7 –s 200 –q 2