Hi there. My name is Pond.
I'm an internet marketing NERD!
I've spent years figuring out how to make money online. Not the "get rich quick" kind — the real kind. The kind where you build systems, test ideas, learn from failures, and slowly figure out what actually works.
This site is where I share everything I've learned — and everything I'm still figuring out.
What I Actually Do
I build AI-powered content systems. That means I create automated workflows that generate content, post it to Facebook pages, and grow audiences — across multiple countries and languages — with minimal manual work.
Right now, I run a network of Facebook pages across multiple countries and languages. Each page has its own niche, its own voice, and its own automated pipeline that handles everything from idea generation to video creation to posting and scheduling.
The engine behind all of this is a platform I built called Loom — a workflow automation system that orchestrates AI models, manages content calendars, and keeps everything running like clockwork.
But Loom is just one piece. I've also built:
- Documentor — a content creation platform for turning ideas into structured posts with AI-generated images, ready to publish on Facebook.
- Libra — a dashboard for managing my Kindle Direct Publishing ebooks. Yes, I also publish ebooks. More on that later.
- Tim — my AI agent that lives on my server 24/7. Tim helps me manage all of this. He writes code, monitors systems, runs deployments, and even helps me think through business decisions.
All of these tools were built to solve my own problems. I needed them, so I built them. And now they work for me around the clock.
Why I'm Sharing This
Because I wish someone had shown me this path earlier.
When I started, I didn't know what was possible. I didn't know you could build AI systems that run your business for you. I didn't know you could publish ebooks while you sleep, or grow Facebook pages in languages you don't even speak.
I figured it out the hard way — by building, breaking, fixing, and building again.
This blog is my way of documenting the journey. Not the polished "success story" version — the real version. The messy, technical, sometimes frustrating, but always fascinating process of building an online income machine from scratch.
What You'll Find Here
I write about the things I actually do to make money online:
- AI Content Automation — how I use AI to create and manage content across dozens of Facebook pages.
- Facebook Page Growth — running pages in multiple languages and markets, what works, what doesn't.
- Kindle Publishing — writing and publishing ebooks with AI assistance, cover generation, and marketplace strategies.
- Building Tools — the platforms and systems I build to automate my work (Loom, Documentor, Libra, and more).
- Facebook Ads — running page like campaigns and scaling what works.
- Lessons Learned — the mistakes, the wins, and everything in between.
Every post links to the next. The ideas connect. The systems build on each other. That's by design — because that's how this business actually works. Nothing exists in isolation.
If any of this resonates with you — if you're curious about building online income systems, or you just want to see what's possible when you combine AI with internet marketing — you're in the right place.
Welcome. Let's figure this out together.
— Pond
Latest from the Blog
The systems, the tools, and the lessons behind making money online.
My AI Chat Was Dumping Raw JSON Into the Customer's Screen — So I Taught It What to Show and What to Hide
Once Newton's chat supported three CLIs, events the adapter didn't recognize leaked onto the customer's phone as raw JSON bubbles, cluttering the space between real answers. The fix wasn't patching leaks one at a time — it was a 3-tier event protocol that flipped the default from "show everything just in case" to "hide first." A small feature nobody notices, because the screen just quietly got cleaner.
Every Cron Job on My Server Fired 7 Hours Early — Because I Edited One Field in a Web Form
My auto-published blog went out at 4 AM, my morning briefs hit Telegram in the dead of night, and scheduled posts fired early — every cron on my main server was running exactly 7 hours early, with zero errors. My AI agent traced it to a "timezone" field I'd clicked in a web form four days earlier that quietly ran timedatectl on the real machine. Rather than flip back to UTC, we fixed it right for the long term.
I Updated the AI on All 20 Customer Servers at 4 AM — Without Any of Them Knowing
The AI engine on every Newton customer's server was frozen on the version they signed up with — some dozens of releases behind. I had my agent set up a silent 4 AM cron to keep them all current. But the popular one-liner for adding a cron job nearly wiped out a customer's 144 automation tasks. A story about what "managed" really means.