<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Charles Green</title><description>A SaaS holding company with no employees, where AI agents run the operations and the owner holds the gates.</description><link>https://charles.green</link><item><title>What Breaks First When the Machine Runs Operations</title><link>https://charles.green/issues/2026-08-17-what-breaks-first-when-the-machine-runs-operations</link><guid isPermaLink="true">https://charles.green/issues/2026-08-17-what-breaks-first-when-the-machine-runs-operations</guid><description>Three things broke before the model ever did: a decision filed where the machine never reads, an alarm that had never gone red, and an approval that had quietly become a formality.</description><pubDate>Mon, 17 Aug 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Ask an operator what worries them about handing daily operations to AI agents and the answer is almost always the same. The model will do something stupid. It will hallucinate a number, email the wrong person, delete the wrong branch.&lt;/p&gt;
&lt;p&gt;That is not what breaks first.&lt;/p&gt;
&lt;p&gt;I run a SaaS holding company with no employees. The agents pull funnel numbers, hunt gaps in the products, open pull requests, draft outreach, and write the board report. I approve the control points. Nothing sends, spends, deploys, or merges without me pressing the button.&lt;/p&gt;
&lt;p&gt;That setup has been running long enough to produce a real failure list. Three things broke before the model ever did, and all three were mine.&lt;/p&gt;
&lt;h2&gt;1. The decision that lives where the machine never reads&lt;/h2&gt;
&lt;p&gt;The first one cost two days of wrong work, and it was a filing error.&lt;/p&gt;
&lt;p&gt;I made a positioning call and recorded it in the company brief. The routines that run each product do not read the company brief. They read that product&apos;s operating model, which still carried the old definition of what counted as a paying customer. So every scheduled run for the next two days executed the pre-decision spec, correctly, against instructions I had already replaced.&lt;/p&gt;
&lt;p&gt;Nothing malfunctioned. The agents did exactly what the operative document said. The document was just not the one I had updated.&lt;/p&gt;
&lt;p&gt;This is the failure mode nobody warns you about, because in a company with employees it barely exists. People overhear decisions. Someone in standup says &amp;quot;wait, didn&apos;t we change that last week,&amp;quot; and the drift gets caught by hallway friction. Agents have no hallway. They read the file. If the decision is not in the file the routine opens, the decision is not in force.&lt;/p&gt;
&lt;p&gt;The fix is a rule, not a prompt. A decision is not in force until the document the machine reads carries it. Every company-level decision now ships with the product-repo change that puts it into effect. The daily loop&apos;s first job is to diff the two and either open the change that closes the gap or refuse to run and name the decision that has not landed. Deciding and assuming are not allowed in the same motion.&lt;/p&gt;
&lt;h2&gt;2. The monitor that has never gone red&lt;/h2&gt;
&lt;p&gt;The second failure is quieter, because it looks like success.&lt;/p&gt;
&lt;p&gt;You wire up a check. Cost ceiling, error-rate alarm, a gate that is supposed to stop a deploy when the tests are unhappy. It sits there. Weeks pass. Nothing fires. Every readout comes back clean, and each clean readout makes you slightly more comfortable extending the loop a little further.&lt;/p&gt;
&lt;p&gt;An alarm that has never gone red is not evidence of safety. It is an untested claim. There are two explanations for the silence and you cannot tell them apart from the outside: either nothing bad happened, or the check does not work.&lt;/p&gt;
&lt;p&gt;So a monitor does not count here until it has been demonstrated red. Deliberately break the condition. Watch the alarm trip. Watch the escalation land where an escalation is supposed to land. Then, and only then, the check is allowed into the set of things I trust when I am deciding how much autonomy a surface gets.&lt;/p&gt;
&lt;p&gt;This is the cheapest verification work in the company and the easiest to skip, because skipping it produces the identical dashboard. Green either way. The difference shows up once, on the day it mattered.&lt;/p&gt;
&lt;h2&gt;3. The approval point that quietly became a rubber stamp&lt;/h2&gt;
&lt;p&gt;The third one is the human, and it is the one I watch most closely.&lt;/p&gt;
&lt;p&gt;The control plane is simple to state. Nothing sends, spends, deploys, or publishes without me. The problem is that a control plane made of my attention has a fixed daily capacity, and the machine&apos;s output does not.&lt;/p&gt;
&lt;p&gt;When the approval queue is short, I read every item properly. When it is long, something worse than a bottleneck happens. I start pattern-matching. Item six looks like item five, item five looked fine, so item six gets approved on the strength of item five. The gate is still there in the diagram. It is still logged as an approval. It has stopped being a check and become a formality with a timestamp.&lt;/p&gt;
&lt;p&gt;An approval that always says yes is not a control. It is a delay.&lt;/p&gt;
&lt;p&gt;The countermeasure is to treat owner attention as the scarcest input in the company and design around the scarcity rather than pretending it away. That means a small number of surfaces where autonomy is genuinely earned, so those items never reach the queue. It means the queue is ranked, so the items that could actually hurt sit at the top while I am still reading carefully. It means when I catch myself approving in a rhythm, that batch is the signal to stop, not the proof that things are going well.&lt;/p&gt;
&lt;p&gt;Zero employees is not zero control. It is a control budget with one person in it, and a budget you never audit is a budget you are overspending.&lt;/p&gt;
&lt;h2&gt;What a gate is actually for&lt;/h2&gt;
&lt;p&gt;The pattern underneath all three is the same. The engineering of autonomous operations is not in the prompt. It is in the check that stops the loop.&lt;/p&gt;
&lt;p&gt;A loop without a gate is a liability. It does not fail loudly. It executes a stale instruction, or reports clean from an alarm that was never wired, or collects an approval from someone who has stopped reading. Ungated automation breaks politely, and expensively, and you find out later than you would have with a person doing the work badly.&lt;/p&gt;
&lt;p&gt;So the standing rule is that when a gate reads red, the machine escalates. Push through is not on the list of available actions. Not with a justification, not with a confidence score, not because the run is nearly done. Red means it stops and I get a decision to make. That is my whole job now. The unit of owner work is the decision, not the task. If I am doing tasks, the system is misbuilt.&lt;/p&gt;
&lt;h2&gt;The question worth asking today&lt;/h2&gt;
&lt;p&gt;None of this requires running an AI-operated company to be useful. If you have agents doing real work in your business right now, one question is worth more than any framework:&lt;/p&gt;
&lt;p&gt;Where is the instruction your machine executed this morning actually written, and when did you last read it back?&lt;/p&gt;
&lt;p&gt;If the answer is a document you have not opened since you changed your mind about it, you already have the first failure. It has just not billed you yet.&lt;/p&gt;
&lt;hr&gt;
</content:encoded></item><item><title>When Your AI Agent Becomes a Skeleton Key</title><link>https://charles.green/issues/2026-05-09-when-your-ai-agent-becomes-a-skeleton-key</link><guid isPermaLink="true">https://charles.green/issues/2026-05-09-when-your-ai-agent-becomes-a-skeleton-key</guid><description>Connect an agent to your CRM, your email and your database and it inherits everything those tools can do. The permission layer nobody built.</description><pubDate>Sat, 09 May 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;A security firm scanned a million AI services on the open internet this week. The headline was that most of them shipped with no authentication. It’s a clean stat. It traveled.&lt;/p&gt;
&lt;p&gt;But the headline missed the part that actually matters.&lt;/p&gt;
&lt;p&gt;Auth-off-by-default is bad, but it’s not new. We saw it with MongoDB, Elasticsearch, every database tool that shipped open and got burned a few years later. The industry knows this
pattern. The fix is boring: make auth required, not optional. Run the playbook.&lt;/p&gt;
&lt;p&gt;The deeper problem is something most founders shipping AI haven’t thought through yet.&lt;/p&gt;
&lt;h2&gt;Your AI agent is a skeleton key&lt;/h2&gt;
&lt;p&gt;Connect an AI to your CRM, your email, your files, your database, and the agent inherits everything those tools can do. It calls them on your behalf. It uses your credentials.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;There’s no permission layer between the AI and the tool.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In normal software, there are layers between a user and an action. Authentication, authorization, role-based access, input validation. We didn’t build all that for fun. Every layer
is there because we learned the hard way that user input can’t be trusted.&lt;/p&gt;
&lt;p&gt;AI agents skip most of it. The agent isn’t a user. It’s a process running with the full permissions of every tool you connected. And the input driving it is natural language, which
is the most untrusted input we’ve ever built systems to accept.&lt;/p&gt;
&lt;p&gt;So when someone tricks the AI, through prompt injection, a poisoned document, an email it summarizes, a support ticket it reads, they’re not manipulating the AI. They’re operating
your tools with your credentials. The model is just the steering wheel.&lt;/p&gt;
&lt;p&gt;The blast radius is every tool the agent can call.&lt;/p&gt;
&lt;h2&gt;Your model is not a security boundary&lt;/h2&gt;
&lt;p&gt;This is what the research is really showing. Agent platforms exposing their business logic. Inference servers wrapping paid frontier models. Workflow tools with credentials in
plaintext. None of it is a one-off mistake. It’s what happens when teams treat AI agents like a normal SaaS feature.&lt;/p&gt;
&lt;p&gt;They’re not a normal SaaS feature. They’re closer to giving a stranger root access to half your company and hoping they behave.&lt;/p&gt;
&lt;p&gt;The thing I keep saying:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Your model is not a security boundary.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The model parses intent and calls tools. That’s the job. It’s not checking what’s safe. It’s not enforcing your business rules. It’s not validating that the person asking to “send
invoices to procurement” is the same person whose email it’s signed into.&lt;/p&gt;
&lt;p&gt;The boundary has to live somewhere else. In the infrastructure between the model and the tools. Permission layers. Tool allowlists that validate parameters. Sandboxed execution for
anything touching code or files. Audit logs the agent can’t quietly rewrite.&lt;/p&gt;
&lt;p&gt;Most teams have none of that. They have a model, a list of tools, and a vibe.&lt;/p&gt;
&lt;p&gt;The vibe is “we’ll add guardrails later.”&lt;/p&gt;
&lt;p&gt;This week’s research is what later looks like.&lt;/p&gt;
&lt;h2&gt;The question&lt;/h2&gt;
&lt;p&gt;One question for anyone shipping AI right now:&lt;/p&gt;
&lt;p&gt;What can your agent actually do if someone tricks it?&lt;/p&gt;
&lt;p&gt;Not what it’s supposed to do. What it can do.&lt;/p&gt;
&lt;p&gt;If you can’t answer that in thirty seconds, naming the tools, the parameters, the data sources, the side effects, you don’t have a security model. You have a hope.&lt;/p&gt;
&lt;p&gt;I’d rather you have a model.&lt;/p&gt;
&lt;p&gt;Last post, “&lt;a href=&quot;/issues/2026-03-29-ai-agents-competitive-weapon-not-future-tech&quot;&gt;AI Agents Aren’t Coming. They’re Already Taking Market Share&lt;/a&gt;,” was about what’s happening to the
market. This one is about the gap underneath it.&lt;/p&gt;
</content:encoded></item><item><title>AI Agents Aren&apos;t Coming. They&apos;re Already Taking Market Share</title><link>https://charles.green/issues/2026-03-29-ai-agents-competitive-weapon-not-future-tech</link><guid isPermaLink="true">https://charles.green/issues/2026-03-29-ai-agents-competitive-weapon-not-future-tech</guid><description>What changed in the stack, what it costs now, and what the gap looks like from the other side of it.</description><pubDate>Sun, 29 Mar 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;The best AI investment you&apos;ll make this year isn&apos;t a ChatGPT Pro subscription.&lt;/p&gt;
&lt;p&gt;It&apos;s the custom AI agent that qualifies your leads at 2 AM, deflects 70% of your support tickets, or automates the workflow eating 15 hours of your ops team&apos;s week. The agent that works in your stack, speaks in your voice, and ships in 4 weeks, not 6 months.&lt;/p&gt;
&lt;p&gt;If you&apos;re running a SaaS at $1M-$10M ARR, you&apos;re at an inflection point. The companies deploying AI agents in Q2 2026 will own their categories by 2027. The ones waiting for &amp;quot;the
tech to mature&amp;quot; will be scrambling to catch up while their competitors compound advantages they can&apos;t close.&lt;/p&gt;
&lt;p&gt;Here&apos;s why. And what to do about it.&lt;/p&gt;
&lt;h2&gt;The Convergence Just Happened&lt;/h2&gt;
&lt;p&gt;Four things aligned in 2025-2026 that make AI agents a business necessity, not a science project:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;API maturity.&lt;/strong&gt; Every tool in your stack (HubSpot, Intercom, Zendesk, Slack) now has robust APIs. Pre-2023, integrations were brittle and expensive. Now they&apos;re commoditized.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;LLM reliability crossed the threshold.&lt;/strong&gt; Claude 3.5 and GPT-4 error rates dropped from 15-20% in 2023 to sub-5% in 2026 for structured tasks. That&apos;s the difference between
&amp;quot;interesting experiment&amp;quot; and &amp;quot;bet the business on it.&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Economics flipped.&lt;/strong&gt; LLM costs dropped 90% since 2023. A lead qualification conversation that cost $2 in 2023 now costs $0.15. That changes the unit economics completely.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Customer expectations shifted.&lt;/strong&gt; B2B buyers now expect instant response. The company that replies in 5 minutes wins the deal over the one that takes 5 hours. Humans working 9-5
can&apos;t compete with 24/7 availability.&lt;/p&gt;
&lt;p&gt;The infrastructure, economics, and market conditions aligned. This is the window.&lt;/p&gt;
&lt;h2&gt;Two Paths Forward&lt;/h2&gt;
&lt;p&gt;Here&apos;s what&apos;s playing out right now across the mid-market SaaS landscape:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Path A: Early Movers (2026-2027)&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Deploy AI agents for lead qualification, support deflection, and ops automation. Achieve 2-3x improvement in response time and 40-60% cost reduction in operations. Use the savings
to hire 1-2 more product engineers or sales reps. Compound the advantage: better product, faster sales cycle.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Path B: Late Adopters (2028+)&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Watch competitors respond to leads instantly while you take 4-6 hours. Lose 20-30% of inbound deals to faster competitors. Watch support costs stay flat while theirs get cut in
half. Hire more ops people to keep up, widening the efficiency gap.&lt;/p&gt;
&lt;p&gt;The moat is time. You get a 12-18 month window to build advantages that compound into better unit economics, faster growth, and market share gains before everyone else catches up.&lt;/p&gt;
&lt;h2&gt;The Real Numbers&lt;/h2&gt;
&lt;p&gt;Let&apos;s cut through the hype and look at actual ROI from deploying custom agents.&lt;/p&gt;
&lt;p&gt;A typical custom build runs $10K-$20K depending on complexity and delivers 1-3 agents in a few weeks. Here&apos;s what that looks like for a $3M ARR SaaS:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Lead qualification agent.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;You&apos;re getting 100 inbound leads per month. Right now you convert 10% to meetings (4-6 hour response time, manual qualification). That&apos;s 10 meetings, 2.5 closed deals at $3K ACV = $7,500 MRR.&lt;/p&gt;
&lt;p&gt;Deploy an agent that responds in 90 seconds and pre-qualifies based on your ICP. Conversion jumps to 16%. That&apos;s 16 meetings, 4 closed deals = $12,000 MRR.&lt;/p&gt;
&lt;p&gt;The delta: 2.4 extra deals per month × $3K × 12 months = $86,400 incremental ARR in year one.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Customer support agent.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;You&apos;re handling 200 support tickets per week. That&apos;s 10,400 tickets per year at 20 minutes each. You need 2.6 full-time support reps at $50K each = $130K/year.&lt;/p&gt;
&lt;p&gt;Deploy an agent trained on your docs and past tickets. It handles 70% of Tier 1 tickets automatically. Your team handles the remaining 3,120 tickets = 0.78 FTEs.&lt;/p&gt;
&lt;p&gt;The delta: $130K - $39K (one FTE) = $91K saved in year one.&lt;/p&gt;
&lt;p&gt;More importantly, as you scale from $5M to $10M ARR, support costs don&apos;t double. Without the agent, you&apos;d need 5+ FTEs ($250K/year). With it, you need 2 FTEs ($100K/year). That&apos;s a 3% margin improvement on your entire ARR.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Operations automation agent.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Your ops team spends 15 hours per week on manual workflows: customer onboarding sequences, data entry, internal requests. That&apos;s 780 hours per year at $35/hour = $27,300 in direct cost.&lt;/p&gt;
&lt;p&gt;Deploy an agent that automates 85% of these workflows. Your team gets 15 hours per week back to focus on strategic work: customer success outreach, upsell conversations, product feedback collection.&lt;/p&gt;
&lt;p&gt;The delta: $27,300 direct savings + conservative estimate of 10 upsells at $500 ARR = $32,300 total value created.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The combined picture.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;A single build that addresses your two highest-impact bottlenecks creates $150K+ in year one value. Factor in $12K/year for ongoing optimization, and you&apos;re looking at:&lt;/p&gt;
&lt;p&gt;Year one: $150K value on $27K investment = 5.5x ROI.
Year two: $200K value (as agents scale with the business) on $12K investment = 16x ROI.&lt;/p&gt;
&lt;p&gt;That&apos;s $350K created on a $39K investment over two years. 9x ROI.&lt;/p&gt;
&lt;h2&gt;Why This Matters More for Bootstrap&lt;/h2&gt;
&lt;p&gt;If you&apos;re VC-funded, you throw 3 more SDRs at the lead problem ($240K/year). You absorb 6-month payback periods because you&apos;re optimizing for growth velocity at all costs.&lt;/p&gt;
&lt;p&gt;If you&apos;re bootstrap, you deploy for $15K and reinvest the savings into product. You need sub-6-month payback periods because you&apos;re optimizing for capital efficiency and margins.&lt;/p&gt;
&lt;p&gt;AI agents are a 10-20x force multiplier for bootstrap companies in a way they&apos;re not for VC-funded competitors. You get the same operational leverage without the dilution, the board approvals, or the 6-month vendor evaluation cycles. You decide in one meeting and ship in 4 weeks.&lt;/p&gt;
&lt;p&gt;Every dollar you save on ops headcount is a dollar you keep as equity. Every margin point you gain compounds into more runway, more reinvestment, or more founder salary.&lt;/p&gt;
&lt;p&gt;And when you exit, buyers pay more for businesses with AI-automated operations and low marginal costs. That&apos;s the difference between a 5x ARR multiple and a 6.5x multiple. On a $5M
ARR business, that&apos;s $7.5M in additional exit value.&lt;/p&gt;
&lt;h2&gt;The Window Is Open&lt;/h2&gt;
&lt;p&gt;The companies that move now will have compounded their advantages by the time their competitors wake up. The ones that wait will spend 2028 playing catch-up against competitors with superior unit economics, faster growth rates, and battle-tested AI systems they can&apos;t replicate.&lt;/p&gt;
</content:encoded></item><item><title>Four Months Building: Why a Serial Entrepreneur Is Betting on Profitable SaaS</title><link>https://charles.green/issues/2025-08-04-four-months-5-interviews-why-i-became-a-saas-founder</link><guid isPermaLink="true">https://charles.green/issues/2025-08-04-four-months-5-interviews-why-i-became-a-saas-founder</guid><description>The search that did not land, and the arithmetic that made building the better option.</description><pubDate>Mon, 04 Aug 2025 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;It&apos;s been four months since my last post. That wasn&apos;t planned.&lt;/p&gt;
&lt;p&gt;When I announced Brevleads in April, I thought I&apos;d keep writing about the journey. Document the ups and downs. Share the lessons. But something unexpected happened: I got completely absorbed in building the right thing.&lt;/p&gt;
&lt;h2&gt;The Silent Months&lt;/h2&gt;
&lt;p&gt;Between April and today, I&apos;ve been methodically validating and building.&lt;/p&gt;
&lt;p&gt;I&apos;ve conducted 5 deep customer interviews so far - each one a 60-90 minute deep dive into the LinkedIn-to-CRM problem I&apos;m solving. And I&apos;m actively using the newsletter and community to conduct more research and gather feedback as I build.&lt;/p&gt;
&lt;p&gt;Each conversation has taught me something crucial about what sales teams actually need, not what I think they need. And each one has reinforced why I&apos;m pivoting my entrepreneurial focus specifically to profitable SaaS after 11 companies of experience.&lt;/p&gt;
&lt;p&gt;Even with just 5 interviews, clear patterns are emerging that I can&apos;t ignore.&lt;/p&gt;
&lt;h2&gt;What Early Customer Research Is Teaching Me&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;The problem is bigger than I thought.&lt;/strong&gt; What started as &amp;quot;I need &lt;a href=&quot;http://Hublead.io&quot;&gt;Hublead.io&lt;/a&gt; for Brevo&amp;quot; became something much more significant. Sales teams are drowning in manual processes. They&apos;re copying and pasting between systems. Losing leads in spreadsheets. Spending hours on administrative work instead of selling.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The solution is more nuanced than I expected.&lt;/strong&gt; It&apos;s not just about syncing data. It&apos;s about workflow automation, lead scoring, and sales intelligence. It&apos;s about giving sales teams their time back so they can focus on what they do best: building relationships and closing deals.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The market is ready.&lt;/strong&gt; Even from these early conversations, I&apos;m hearing genuine interest and willingness to pay. People are asking &amp;quot;when can I get this?&amp;quot; rather than just being polite about the concept.&lt;/p&gt;
&lt;h2&gt;From 11 Companies to SaaS Focus&lt;/h2&gt;
&lt;p&gt;After founding 11 companies across the US, Thailand, and Japan over the past 25 years, I&apos;ve learned what works and what doesn&apos;t:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Multiple ventures&lt;/strong&gt;: SimplyCubed (cybersecurity), Marketplace Trends (SaaS insights), plus 9 others&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Hard lessons&lt;/strong&gt;: Several failures taught me more than any success&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Recent pivot&lt;/strong&gt;: From security consulting to growth engineering to SaaS focus&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Bootstrap mindset&lt;/strong&gt;: Developed anti-VC philosophy from decades of building&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Each company taught me something crucial. Early ventures taught me to move fast. Security work taught me to think in systems. Recent failures taught me to validate before building. Growth engineering taught me to think in experiments.&lt;/p&gt;
&lt;p&gt;Now I&apos;m applying all those lessons to profitable SaaS—the model I should have focused on years ago.&lt;/p&gt;
&lt;h2&gt;Why I Stopped Writing (And Why I&apos;m Starting Again)&lt;/h2&gt;
&lt;p&gt;I stopped writing because I was learning so fast that documenting it felt premature. Each customer interview shifted my understanding. Every conversation added nuance to the problem.&lt;/p&gt;
&lt;p&gt;I didn&apos;t want to share half-formed thoughts or pivot publicly every few weeks. I wanted to get it right first.&lt;/p&gt;
&lt;p&gt;But I&apos;ve realized that was the wrong approach. The uncertainty is part of the story. The evolution is part of the value. Building in public isn&apos;t about having all the answers—it&apos;s about sharing the journey of finding them.&lt;/p&gt;
&lt;h2&gt;What 11 Companies Taught Me About Building This One Right&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Customer interviews are everything.&lt;/strong&gt; After multiple company failures, I know the cost of building on assumptions. These 5 deep conversations have already taught me more than months of my own opinions. My goal is to reach 25-50 interviews—a discipline I wish I&apos;d had in my earlier ventures.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Validate before you build, but build to validate.&lt;/strong&gt; My previous companies often failed because I either over-engineered before validation or under-built after it. I&apos;m building lean prototypes alongside customer research—each iteration guided by real user feedback, not founder fantasies.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;SaaS changes everything about technical debt.&lt;/strong&gt; In my consulting businesses, technical shortcuts were manageable. In my previous product attempts, they killed momentum. With SaaS, every shortcut compounds exponentially. After 11 companies, I know the difference between smart constraints and destructive corners.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Profitability over scale.&lt;/strong&gt; My anti-VC philosophy comes from watching founders lose control of their companies. I&apos;ve seen what happens when growth becomes more important than sustainability. With Brevleads, I&apos;m building for profit first, knowing that sustainable growth follows profitable unit economics.&lt;/p&gt;
&lt;h2&gt;The Brevleads Beta Story&lt;/h2&gt;
&lt;p&gt;We&apos;re launching the Brevleads beta in 1-2 weeks.&lt;/p&gt;
&lt;p&gt;It&apos;s not the product I originally envisioned. It&apos;s already more focused and valuable thanks to early customer feedback. As I continue gathering insights through the newsletter and community, the product will keep evolving based on real user needs.&lt;/p&gt;
&lt;p&gt;The beta will be small—maybe 20-30 power users who&apos;ve been involved in the development process. We&apos;ll iterate quickly, fix issues fast, and build features based on real usage patterns, not assumptions.&lt;/p&gt;
&lt;h2&gt;What&apos;s Next for Content&lt;/h2&gt;
&lt;p&gt;I&apos;m committing to sharing more, not less.&lt;/p&gt;
&lt;p&gt;The next few months will be a masterclass in applying 25 years of entrepreneurial lessons to profitable SaaS. Deepening customer research through the newsletter community. Validating product-market fit with real users. Building from beta to launch with the discipline that comes from multiple failures and the wisdom that comes from hard experience.&lt;/p&gt;
&lt;p&gt;I&apos;ll document it all. The wins, the mistakes, the pivots, and the breakthroughs.&lt;/p&gt;
&lt;p&gt;This is just the beginning.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;If you&apos;re building in B2B SaaS or interested in the LinkedIn outbound space, I&apos;d love to connect.&lt;/strong&gt; Drop me a message or comment below. And if you&apos;re using Brevo for your CRM and LinkedIn for outbound sales, &lt;a href=&quot;https://brevleads.com&quot;&gt;join the Brevleads waitlist&lt;/a&gt; to get early access to the beta.&lt;/p&gt;
&lt;p&gt;The best products are built in conversation with users, not in isolation. Let&apos;s build something great together.&lt;/p&gt;
</content:encoded></item><item><title>From Security to Growth Engineering</title><link>https://charles.green/issues/2025-04-12-from-security-to-growth-engineer</link><guid isPermaLink="true">https://charles.green/issues/2025-04-12-from-security-to-growth-engineer</guid><description>After a decade building secure systems, the conclusion that the most valuable work is shortening the loop between experiment and answer. A public log of the shift, tools included.</description><pubDate>Sat, 12 Apr 2025 00:00:00 GMT</pubDate><content:encoded>&lt;h2&gt;Why Growth?&lt;/h2&gt;
&lt;p&gt;After 10+ years building secure, scalable systems for fintech and SaaS companies, I realized something: the most valuable work isn’t just keeping systems running. It&apos;s accelerating how quickly you learn what works and what doesn’t. That realization is what drew me to Growth Engineering.&lt;/p&gt;
&lt;p&gt;It’s the intersection of product, data, automation, and creativity. Small experiments can unlock outsized results.&lt;/p&gt;
&lt;h2&gt;What I’ve Been Working On&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[x] Building landing pages and onboarding flows with &lt;strong&gt;HubSpot&lt;/strong&gt;, &lt;strong&gt;Framer&lt;/strong&gt;, and &lt;strong&gt;Lovable&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;[x] Prototyping and testing ideas in &lt;strong&gt;Figma&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;[x] Tracking funnel friction and user behavior with &lt;strong&gt;PostHog&lt;/strong&gt; and &lt;strong&gt;Firebase A/B Testing&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;[x] Running lifecycle email experiments in &lt;strong&gt;HubSpot&lt;/strong&gt; (also familiar with &lt;strong&gt;Brevo&lt;/strong&gt;, &lt;strong&gt;ActiveCampaign&lt;/strong&gt;, and &lt;strong&gt;Mailchimp&lt;/strong&gt;)&lt;/li&gt;
&lt;li&gt;[x] Exploring SEO and demand capture using &lt;strong&gt;Ahrefs&lt;/strong&gt; and &lt;strong&gt;Google Keyword Planner&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;[x] Studying PLG strategies via &lt;strong&gt;ProductLed&lt;/strong&gt; (PLG Fundamentals completed, PLG Certified in progress)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This is part of my ongoing shift from security and infrastructure to growth and experimentation.&lt;/p&gt;
&lt;p&gt;I’m sharing this publicly to stay accountable, iterate in the open, and connect with others on a similar path.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;If you’re working in Growth, Product, or PLG, let’s swap notes.&lt;/strong&gt;
Drop me a message, comment, or link to your own journey.&lt;/p&gt;
</content:encoded></item><item><title>Building Lean Security in Public</title><link>https://charles.green/issues/2025-03-17-building-lean-security-in-public</link><guid isPermaLink="true">https://charles.green/issues/2025-03-17-building-lean-security-in-public</guid><description>The rebrand explained as a three-rung ladder: do it yourself, do it with you, do it for you. And why the method was refined in public instead of behind closed doors.</description><pubDate>Mon, 17 Mar 2025 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;In my last newsletter, I shared that SimplyCubed has been rebranded as Lean Security. While our core work remains the same, it is now structured and delivered in a way that provides more value to clients.&lt;/p&gt;
&lt;p&gt;Compared to SimplyCubed, Lean Security is highly differentiated, with a clear intellectual property (IP) framework and a growing ecosystem of products that support clients at various stages of their security journey.&lt;/p&gt;
&lt;h2&gt;A Tailored Approach to Security Transformation&lt;/h2&gt;
&lt;p&gt;For security teams and leaders who are problem-aware (i.e., they recognize that traditional security is bloated, expensive, and slow) but are still searching for a solution, we offer the Lean Security book, videos, and guides.&lt;/p&gt;
&lt;p&gt;These resources explain why traditional security approaches are outdated and how Lean Security provides a more effective, modern alternative.&lt;/p&gt;
&lt;p&gt;As clients engage with our content and see the value in Lean Security, they can take the next step with the Lean Security Accelerator. The Accelerator offers hands-on guidance through daily and weekly calls, helping clients implement best practices, automate processes, and eliminate guesswork with proven standard operating procedures (SOPs).&lt;/p&gt;
&lt;p&gt;For organizations needing dedicated, hands-on support, we offer Lean Security Implementers. These are Lean Security specialists who work directly with clients to accelerate implementation, further reducing the time and effort required for transformation.&lt;/p&gt;
&lt;h2&gt;The Lean Security Engagement Model&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Book + Online Resources (Do It Yourself)&lt;/li&gt;
&lt;li&gt;Accelerator (Do It With You)&lt;/li&gt;
&lt;li&gt;Implementers (Do It For You)&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Why We&apos;re Building in Public&lt;/h2&gt;
&lt;p&gt;Lean Security isn’t just a service, it’s a movement. By sharing our process, insights, and lessons learned, we’re not only helping businesses adopt a leaner approach to security but also refining our own methodologies through real-world feedback.&lt;/p&gt;
&lt;p&gt;This open approach aligns with our &lt;strong&gt;core values: transparency, efficiency, and sustainability&lt;/strong&gt;. As we continue to build, we’ll be sharing more about what works, what doesn’t, and how businesses can take control of their security without unnecessary complexity.&lt;/p&gt;
&lt;p&gt;For more specifics on Lean Security, check out our &lt;a href=&quot;https://www.linkedin.com/newsletters/7060786609843023872/&quot;&gt;LinkedIn Newsletter&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I’d love to hear your thoughts. What security challenges are you facing in your organization? Let’s start the conversation.&lt;/p&gt;
</content:encoded></item><item><title>Lean Security</title><link>https://charles.green/issues/2025-03-03-lean-security</link><guid isPermaLink="true">https://charles.green/issues/2025-03-03-lean-security</guid><description>The shift from general security consulting to Lean Security: lean principles aimed at cutting waste and friction out of the security function, with a book being written alongside it.</description><pubDate>Mon, 03 Mar 2025 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey there, it’s been a while!&lt;/p&gt;
&lt;p&gt;I’ve been heads down rethinking how security should be done. The short version? &lt;strong&gt;I’m transitioning SimplyCubed from general security consulting to Lean Security&lt;/strong&gt;—helping businesses apply &lt;strong&gt;lean principles to cybersecurity&lt;/strong&gt; so they can cut waste, reduce complexity, and actually get stuff done.&lt;/p&gt;
&lt;h2&gt;What’s Lean Security?&lt;/h2&gt;
&lt;p&gt;Security shouldn’t slow you down. Lean Security is about &lt;strong&gt;smart, efficient, no-BS security&lt;/strong&gt; that actually works—without the fluff, wasted effort, or overcomplicated processes. &lt;strong&gt;Less friction. More protection.&lt;/strong&gt;&lt;/p&gt;
&lt;h2&gt;I’m Writing a Book About It&lt;/h2&gt;
&lt;p&gt;I’m putting everything I’ve learned into a book called &lt;strong&gt;Lean Security&lt;/strong&gt;—and the first chapter is almost ready. If you want a sneak peek, let me know. I’d love to get your thoughts before I finalize it.&lt;/p&gt;
&lt;h2&gt;Let’s Chat&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;What’s the biggest security challenge you’re dealing with right now?&lt;/li&gt;
&lt;li&gt;How do you balance security with speed in your business?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Drop a comment, reply, or just hit me up. Excited to get this rolling! 🚀&lt;/p&gt;
</content:encoded></item></channel></rss>