{
  "version": "https://jsonfeed.org/version/1.1",
  "title": "Charles Green",
  "home_page_url": "https://dev.charles.green",
  "feed_url": "https://dev.charles.green/feed.json",
  "description": "A SaaS holding company with no employees, documented in public, the bad runs included.",
  "language": "en",
  "items": [
    {
      "id": "https://dev.charles.green/issues/2026-05-09-when-your-ai-agent-becomes-a-skeleton-key",
      "url": "https://dev.charles.green/issues/2026-05-09-when-your-ai-agent-becomes-a-skeleton-key",
      "title": "When Your AI Agent Becomes a Skeleton Key",
      "date_published": "2026-05-09T00:00:00.000Z",
      "summary": "Connect an agent to your CRM, your email and your database and it inherits everything those tools can do. The permission layer nobody built.",
      "content_html": "<p>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.</p>\n<p>But the headline missed the part that actually matters.</p>\n<p>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\npattern. The fix is boring: make auth required, not optional. Run the playbook.</p>\n<p>The deeper problem is something most founders shipping AI haven’t thought through yet.</p>\n<h2>Your AI agent is a skeleton key</h2>\n<p>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.</p>\n<p><strong>There’s no permission layer between the AI and the tool.</strong></p>\n<p>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\nis there because we learned the hard way that user input can’t be trusted.</p>\n<p>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\nis the most untrusted input we’ve ever built systems to accept.</p>\n<p>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\nyour tools with your credentials. The model is just the steering wheel.</p>\n<p>The blast radius is every tool the agent can call.</p>\n<h2>Your model is not a security boundary</h2>\n<p>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\nplaintext. None of it is a one-off mistake. It’s what happens when teams treat AI agents like a normal SaaS feature.</p>\n<p>They’re not a normal SaaS feature. They’re closer to giving a stranger root access to half your company and hoping they behave.</p>\n<p>The thing I keep saying:</p>\n<p><strong>Your model is not a security boundary.</strong></p>\n<p>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\ninvoices to procurement” is the same person whose email it’s signed into.</p>\n<p>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\nanything touching code or files. Audit logs the agent can’t quietly rewrite.</p>\n<p>Most teams have none of that. They have a model, a list of tools, and a vibe.</p>\n<p>The vibe is “we’ll add guardrails later.”</p>\n<p>This week’s research is what later looks like.</p>\n<h2>The question</h2>\n<p>One question for anyone shipping AI right now:</p>\n<p>What can your agent actually do if someone tricks it?</p>\n<p>Not what it’s supposed to do. What it can do.</p>\n<p>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.</p>\n<p>I’d rather you have a model.</p>\n<p>Last post, “<a href=\"/issues/2026-03-29-ai-agents-competitive-weapon-not-future-tech\">AI Agents Aren’t Coming. They’re Already Taking Market Share</a>,” was about what’s happening to the\nmarket. This one is about the gap underneath it.</p>\n"
    },
    {
      "id": "https://dev.charles.green/issues/2026-03-29-ai-agents-competitive-weapon-not-future-tech",
      "url": "https://dev.charles.green/issues/2026-03-29-ai-agents-competitive-weapon-not-future-tech",
      "title": "AI Agents Aren't Coming. They're Already Taking Market Share",
      "date_published": "2026-03-29T00:00:00.000Z",
      "summary": "What changed in the stack, what it costs now, and what the gap looks like from the other side of it.",
      "content_html": "<p>The best AI investment you'll make this year isn't a ChatGPT Pro subscription.</p>\n<p>It'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's week. The agent that works in your stack, speaks in your voice, and ships in 4 weeks, not 6 months.</p>\n<p>If you're running a SaaS at $1M-$10M ARR, you're at an inflection point. The companies deploying AI agents in Q2 2026 will own their categories by 2027. The ones waiting for &quot;the\ntech to mature&quot; will be scrambling to catch up while their competitors compound advantages they can't close.</p>\n<p>Here's why. And what to do about it.</p>\n<h2>The Convergence Just Happened</h2>\n<p>Four things aligned in 2025-2026 that make AI agents a business necessity, not a science project:</p>\n<p><strong>API maturity.</strong> Every tool in your stack (HubSpot, Intercom, Zendesk, Slack) now has robust APIs. Pre-2023, integrations were brittle and expensive. Now they're commoditized.</p>\n<p><strong>LLM reliability crossed the threshold.</strong> Claude 3.5 and GPT-4 error rates dropped from 15-20% in 2023 to sub-5% in 2026 for structured tasks. That's the difference between\n&quot;interesting experiment&quot; and &quot;bet the business on it.&quot;</p>\n<p><strong>Economics flipped.</strong> 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.</p>\n<p><strong>Customer expectations shifted.</strong> 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\ncan't compete with 24/7 availability.</p>\n<p>The infrastructure, economics, and market conditions aligned. This is the window.</p>\n<h2>Two Paths Forward</h2>\n<p>Here's what's playing out right now across the mid-market SaaS landscape:</p>\n<p><strong>Path A: Early Movers (2026-2027)</strong></p>\n<p>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\nto hire 1-2 more product engineers or sales reps. Compound the advantage: better product, faster sales cycle.</p>\n<p><strong>Path B: Late Adopters (2028+)</strong></p>\n<p>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\nhalf. Hire more ops people to keep up, widening the efficiency gap.</p>\n<p>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.</p>\n<h2>The Real Numbers</h2>\n<p>Let's cut through the hype and look at actual ROI from deploying custom agents.</p>\n<p>A typical custom build runs $10K-$20K depending on complexity and delivers 1-3 agents in a few weeks. Here's what that looks like for a $3M ARR SaaS:</p>\n<p><strong>Lead qualification agent.</strong></p>\n<p>You're getting 100 inbound leads per month. Right now you convert 10% to meetings (4-6 hour response time, manual qualification). That's 10 meetings, 2.5 closed deals at $3K ACV = $7,500 MRR.</p>\n<p>Deploy an agent that responds in 90 seconds and pre-qualifies based on your ICP. Conversion jumps to 16%. That's 16 meetings, 4 closed deals = $12,000 MRR.</p>\n<p>The delta: 2.4 extra deals per month × $3K × 12 months = $86,400 incremental ARR in year one.</p>\n<p><strong>Customer support agent.</strong></p>\n<p>You're handling 200 support tickets per week. That's 10,400 tickets per year at 20 minutes each. You need 2.6 full-time support reps at $50K each = $130K/year.</p>\n<p>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.</p>\n<p>The delta: $130K - $39K (one FTE) = $91K saved in year one.</p>\n<p>More importantly, as you scale from $5M to $10M ARR, support costs don't double. Without the agent, you'd need 5+ FTEs ($250K/year). With it, you need 2 FTEs ($100K/year). That's a 3% margin improvement on your entire ARR.</p>\n<p><strong>Operations automation agent.</strong></p>\n<p>Your ops team spends 15 hours per week on manual workflows: customer onboarding sequences, data entry, internal requests. That's 780 hours per year at $35/hour = $27,300 in direct cost.</p>\n<p>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.</p>\n<p>The delta: $27,300 direct savings + conservative estimate of 10 upsells at $500 ARR = $32,300 total value created.</p>\n<p><strong>The combined picture.</strong></p>\n<p>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're looking at:</p>\n<p>Year one: $150K value on $27K investment = 5.5x ROI.\nYear two: $200K value (as agents scale with the business) on $12K investment = 16x ROI.</p>\n<p>That's $350K created on a $39K investment over two years. 9x ROI.</p>\n<h2>Why This Matters More for Bootstrap</h2>\n<p>If you're VC-funded, you throw 3 more SDRs at the lead problem ($240K/year). You absorb 6-month payback periods because you're optimizing for growth velocity at all costs.</p>\n<p>If you're bootstrap, you deploy for $15K and reinvest the savings into product. You need sub-6-month payback periods because you're optimizing for capital efficiency and margins.</p>\n<p>AI agents are a 10-20x force multiplier for bootstrap companies in a way they'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.</p>\n<p>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.</p>\n<p>And when you exit, buyers pay more for businesses with AI-automated operations and low marginal costs. That's the difference between a 5x ARR multiple and a 6.5x multiple. On a $5M\nARR business, that's $7.5M in additional exit value.</p>\n<h2>The Window Is Open</h2>\n<p>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't replicate.</p>\n"
    },
    {
      "id": "https://dev.charles.green/issues/2025-08-04-four-months-5-interviews-why-i-became-a-saas-founder",
      "url": "https://dev.charles.green/issues/2025-08-04-four-months-5-interviews-why-i-became-a-saas-founder",
      "title": "Four Months Building: Why a Serial Entrepreneur Is Betting on Profitable SaaS",
      "date_published": "2025-08-04T00:00:00.000Z",
      "summary": "The search that did not land, and the arithmetic that made building the better option.",
      "content_html": "<p>It's been four months since my last post. That wasn't planned.</p>\n<p>When I announced Brevleads in April, I thought I'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.</p>\n<h2>The Silent Months</h2>\n<p>Between April and today, I've been methodically validating and building.</p>\n<p>I've conducted 5 deep customer interviews so far - each one a 60-90 minute deep dive into the LinkedIn-to-CRM problem I'm solving. And I'm actively using the newsletter and community to conduct more research and gather feedback as I build.</p>\n<p>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'm pivoting my entrepreneurial focus specifically to profitable SaaS after 11 companies of experience.</p>\n<p>Even with just 5 interviews, clear patterns are emerging that I can't ignore.</p>\n<h2>What Early Customer Research Is Teaching Me</h2>\n<p><strong>The problem is bigger than I thought.</strong> What started as &quot;I need <a href=\"http://Hublead.io\">Hublead.io</a> for Brevo&quot; became something much more significant. Sales teams are drowning in manual processes. They're copying and pasting between systems. Losing leads in spreadsheets. Spending hours on administrative work instead of selling.</p>\n<p><strong>The solution is more nuanced than I expected.</strong> It's not just about syncing data. It's about workflow automation, lead scoring, and sales intelligence. It's about giving sales teams their time back so they can focus on what they do best: building relationships and closing deals.</p>\n<p><strong>The market is ready.</strong> Even from these early conversations, I'm hearing genuine interest and willingness to pay. People are asking &quot;when can I get this?&quot; rather than just being polite about the concept.</p>\n<h2>From 11 Companies to SaaS Focus</h2>\n<p>After founding 11 companies across the US, Thailand, and Japan over the past 25 years, I've learned what works and what doesn't:</p>\n<ul>\n<li><strong>Multiple ventures</strong>: SimplyCubed (cybersecurity), Marketplace Trends (SaaS insights), plus 9 others</li>\n<li><strong>Hard lessons</strong>: Several failures taught me more than any success</li>\n<li><strong>Recent pivot</strong>: From security consulting to growth engineering to SaaS focus</li>\n<li><strong>Bootstrap mindset</strong>: Developed anti-VC philosophy from decades of building</li>\n</ul>\n<p>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.</p>\n<p>Now I'm applying all those lessons to profitable SaaS—the model I should have focused on years ago.</p>\n<h2>Why I Stopped Writing (And Why I'm Starting Again)</h2>\n<p>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.</p>\n<p>I didn't want to share half-formed thoughts or pivot publicly every few weeks. I wanted to get it right first.</p>\n<p>But I'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't about having all the answers—it's about sharing the journey of finding them.</p>\n<h2>What 11 Companies Taught Me About Building This One Right</h2>\n<p><strong>Customer interviews are everything.</strong> 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'd had in my earlier ventures.</p>\n<p><strong>Validate before you build, but build to validate.</strong> My previous companies often failed because I either over-engineered before validation or under-built after it. I'm building lean prototypes alongside customer research—each iteration guided by real user feedback, not founder fantasies.</p>\n<p><strong>SaaS changes everything about technical debt.</strong> 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.</p>\n<p><strong>Profitability over scale.</strong> My anti-VC philosophy comes from watching founders lose control of their companies. I've seen what happens when growth becomes more important than sustainability. With Brevleads, I'm building for profit first, knowing that sustainable growth follows profitable unit economics.</p>\n<h2>The Brevleads Beta Story</h2>\n<p>We're launching the Brevleads beta in 1-2 weeks.</p>\n<p>It's not the product I originally envisioned. It'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.</p>\n<p>The beta will be small—maybe 20-30 power users who've been involved in the development process. We'll iterate quickly, fix issues fast, and build features based on real usage patterns, not assumptions.</p>\n<h2>What's Next for Content</h2>\n<p>I'm committing to sharing more, not less.</p>\n<p>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.</p>\n<p>I'll document it all. The wins, the mistakes, the pivots, and the breakthroughs.</p>\n<p>This is just the beginning.</p>\n<hr>\n<p><strong>If you're building in B2B SaaS or interested in the LinkedIn outbound space, I'd love to connect.</strong> Drop me a message or comment below. And if you're using Brevo for your CRM and LinkedIn for outbound sales, <a href=\"https://brevleads.com\">join the Brevleads waitlist</a> to get early access to the beta.</p>\n<p>The best products are built in conversation with users, not in isolation. Let's build something great together.</p>\n"
    },
    {
      "id": "https://dev.charles.green/issues/2025-04-12-from-security-to-growth-engineer",
      "url": "https://dev.charles.green/issues/2025-04-12-from-security-to-growth-engineer",
      "title": "From Security to Growth Engineering",
      "date_published": "2025-04-12T00:00:00.000Z",
      "content_html": "<h2>Why Growth?</h2>\n<p>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's accelerating how quickly you learn what works and what doesn’t. That realization is what drew me to Growth Engineering.</p>\n<p>It’s the intersection of product, data, automation, and creativity. Small experiments can unlock outsized results.</p>\n<h2>What I’ve Been Working On</h2>\n<p>✅ Building landing pages and onboarding flows with <strong>HubSpot</strong>, <strong>Framer</strong>, and <strong>Lovable</strong>\n✅ Prototyping and testing ideas in <strong>Figma</strong>\n✅ Tracking funnel friction and user behavior with <strong>PostHog</strong> and <strong>Firebase A/B Testing</strong>\n✅ Running lifecycle email experiments in <strong>HubSpot</strong> (also familiar with <strong>Brevo</strong>, <strong>ActiveCampaign</strong>, and <strong>Mailchimp</strong>)\n✅ Exploring SEO and demand capture using <strong>Ahrefs</strong> and <strong>Google Keyword Planner</strong>\n✅ Studying PLG strategies via <strong>ProductLed</strong> (PLG Fundamentals completed, PLG Certified in progress)</p>\n<p>This is part of my ongoing shift from security and infrastructure to growth and experimentation.</p>\n<p>I’m sharing this publicly to stay accountable, iterate in the open, and connect with others on a similar path.</p>\n<p><strong>If you’re working in Growth, Product, or PLG, let’s swap notes.</strong>\nDrop me a message, comment, or link to your own journey.</p>\n"
    },
    {
      "id": "https://dev.charles.green/issues/2025-03-17-building-lean-security-in-public",
      "url": "https://dev.charles.green/issues/2025-03-17-building-lean-security-in-public",
      "title": "Building Lean Security in Public",
      "date_published": "2025-03-17T00:00:00.000Z",
      "summary": "A Behind-the-Scenes Look at Growing a Modern Consultancy",
      "content_html": "<p>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.</p>\n<p>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.</p>\n<h2>A Tailored Approach to Security Transformation</h2>\n<p>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.</p>\n<p>These resources explain why traditional security approaches are outdated and how Lean Security provides a more effective, modern alternative.</p>\n<p>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).</p>\n<p>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.</p>\n<h2>The Lean Security Engagement Model</h2>\n<ol>\n<li>Book + Online Resources (Do It Yourself)</li>\n<li>Accelerator (Do It With You)</li>\n<li>Implementers (Do It For You)</li>\n</ol>\n<h2>Why We're Building in Public</h2>\n<p>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.</p>\n<p>This open approach aligns with our <strong>core values: transparency, efficiency, and sustainability</strong>. 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.</p>\n<p>For more specifics on Lean Security, check out our <a href=\"https://www.linkedin.com/newsletters/7060786609843023872/\">LinkedIn Newsletter</a>.</p>\n<p>I’d love to hear your thoughts. What security challenges are you facing in your organization? Let’s start the conversation.</p>\n"
    },
    {
      "id": "https://dev.charles.green/issues/2025-03-03-lean-security",
      "url": "https://dev.charles.green/issues/2025-03-03-lean-security",
      "title": "Lean Security",
      "date_published": "2025-03-03T00:00:00.000Z",
      "summary": "A New Chapter & a Free Sneak Peek",
      "content_html": "<p>Hey there, it’s been a while!</p>\n<p>I’ve been heads down rethinking how security should be done. The short version? <strong>I’m transitioning SimplyCubed from general security consulting to Lean Security</strong>—helping businesses apply <strong>lean principles to cybersecurity</strong> so they can cut waste, reduce complexity, and actually get stuff done.</p>\n<h2>What’s Lean Security?</h2>\n<p>Security shouldn’t slow you down. Lean Security is about <strong>smart, efficient, no-BS security</strong> that actually works—without the fluff, wasted effort, or overcomplicated processes. <strong>Less friction. More protection.</strong></p>\n<h2>I’m Writing a Book About It</h2>\n<p>I’m putting everything I’ve learned into a book called <strong>Lean Security</strong>—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.</p>\n<h2>Let’s Chat</h2>\n<ul>\n<li>What’s the biggest security challenge you’re dealing with right now?</li>\n<li>How do you balance security with speed in your business?</li>\n</ul>\n<p>Drop a comment, reply, or just hit me up. Excited to get this rolling! 🚀</p>\n"
    }
  ]
}