Labs Journey

Documenting the real AI journey - from learning to implementation.

Building Alien Brain Trust in public. Real insights. Real challenges. Real solutions.

Recent Posts

  • 📝 DRAFT - Not Published

    Context Windows Are Your New Attack Surface

    How enterprise teams should think about context window management as both a productivity lever and a security boundary when deploying AI assistants.

  • 📝 DRAFT - Not Published

    Claude Code Custom Skills: Automating Repeatable Dev Tasks

    How we turn any repeatable development task into a Claude Code slash command — with real examples from ABT's blog writing, security testing, and deployment workflows.

  • 📝 DRAFT - Not Published

    Week in Review: Building the ABT Agent Identity Layer

    How I built a persistent agent identity system for ABT Labs, what broke during testing, and what it revealed about trust boundaries in multi-agent workflows.

  • 📝 DRAFT - Not Published

    Enterprise AI Access Control: The IAM Gaps Nobody Fixes

    Shadow AI, over-permissioned copilots, and agents with human-level credentials are the IAM gaps most enterprise teams aren't auditing yet.

  • The Build Environment That Closes the Loop: VS Code + Claude Code

    The full builder stack — thesis in your repo, Claude reads it, writes your Linear backlog, builds with you in VS Code — only works when Claude Code is in your editor. Here's the setup and why the loop changes how you build.

  • How Claude Reads Your Repo and Writes Your Linear Backlog (No Copy-Paste Required)

    The fastest way to build a project backlog isn't to write it yourself — it's to write a clear product thesis, put it in your repo, and let Claude act as your Product Owner. Here's the exact setup and the prompts that make it work.

  • Your GitHub Repo Is More Than Version Control — It's Your AI's Memory

    When you build with AI, your repo isn't just a backup. It's the context your AI reads to understand what you're building. Here's how to structure your project so Claude can read your thesis, generate your backlog, and help you build coherently from Day 1.

  • Before You Build Anything: How to Write Your Product and Business Thesis with AI

    Most founders skip the most important step: getting crystal clear on what they're building and why — in writing. The CLEAR method walks you through using AI to develop your product thesis, which then becomes the foundation your entire project builds from.

  • Our AI C-Suite: What We Learned Giving Agents Real Jobs

    We run ABT with a CEO, CTO, CMO, and CFO — all AI agents with distinct personas, real responsibilities, and hard-learned workflow rules.

  • We Broke Our AWS Credentials — Then Fixed Them Properly

    How we went from root CLI access and accidental IAM user deletion to SSM Parameter Store, dedicated service accounts, and SSO. The real story.

  • The First Night Running a Self-Hosted AI Company

    We spent an evening getting Paperclip AI running from scratch: expired invites, root permission blocks, port forward failures, and a CEO agent that finally came alive at midnight.

  • How to Deploy a Self-Hosted AI Agent Platform for $19/Month

    We run a full AI agent orchestration platform — CEO, CTO, CMO, CFO, and COO agents with persistent memory and GitHub access — on a $19/month AWS instance. Here's the exact stack.

  • ABT's 5th Revision: What It Takes to Build an Autonomous Company

    We've rebuilt Alien Brain Trust's operating model five times in six months. Each revision taught us something the previous one couldn't. Here's what changed and why.

  • 16 Hours Lost, 2 Hours to Rebuild: What That Gap Teaches You

    We lost our entire AI agent configuration overnight. The rebuild took under 2 hours. The difference wasn't luck — it was a discipline we almost didn't have.

  • Token Budgeting 101: Shipping Faster, Spending Less

    Stop treating token budgets as an afterthought. Here's how to measure token consumption, set realistic budgets, and cut costs without cutting corners.

  • The Hidden Cost of Oversized Context Windows

    Bigger isn't always better. How bloated context windows become a security liability and a leak vector for sensitive information.

  • The Docker Trap That Erased Our AI Company's Memory

    We lost 16 hours of AI agent configuration overnight. Not from a hack. Not from a failed backup. From a Docker default that nobody warns you about.

  • We Built an AI Agent That Audits Itself — Here's What Broke

    Six months, three complete rewrites, and the one metric that finally worked. How we built autonomous quality checks that actually catch problems.

  • The Silent Failure: Why Your AI Safety Tests Are Missing the Real Attacks

    AI security isn't about catching bad prompts. It's about catching failures your testers never thought to run. We found critical vulnerabilities in production systems using tactics that looked innocent on paper.

  • The Prompt That Replaced Our Website

    Anthropic's Website Wizard prompt from their library, our 3-line modification, and the exact tweaked version we used to replace Squarespace in 2 hours.

  • I Replaced Squarespace in 2 Hours for $0/Month

    How I used Claude Code to build, deploy, and DNS-flip my entire website from Squarespace to Cloudflare Pages in a single session — saving $396/year.

  • 5 AI Build Projects You Can Finish This Weekend

    Five practical AI projects that follow the scrape-build-refine-deploy pattern. Each one saves time or money, and each one can be done in a single sitting.

  • AI Builder Series: Your First AI Project Should Be a Website

    Starting an AI Builder series. Why rebuilding your website is the best first project to learn practical AI — tangible results, low risk, immediate value.

  • Your AI Evaluator Is Probably Blind

    Our AI graded every module as 'incomplete.' The content was fine. The evaluator could only see the first 3KB of 20KB files. Here's how we found and fixed it.

  • Our $7/Month Simulated Student Catches What We Can't

    We built an AI test bot that enrolls in our course as a student, follows the onboarding emails, and grades every module. It found 15 issues we missed.

  • Automation Is Plumbing, Not Magic

    My AI agent failed. Not because it wasn't smart. Because I didn't connect the pipes.

  • Vibe Code, Build Things, Control Agents—Or Miss the Boat

    Three skills have become non-negotiable in the AI age. If you're not learning them now, you're watching the train leave the station.

  • Autonomous AI Work: Morning Task to Evening Review

    I gave Claude a client project in the morning and came home to a complete marketing campaign - landing page, print flyer, payment integration, and live deployment.

  • Three Months, 50 Posts, One Journey

    From first post to free course launch - what 90 days of building in public taught us about AI-augmented content creation.

  • Learn Labs Enrollment Is Now Live: Secure AI Prompt Builder Course

    After 3 days of infrastructure battles, our Learn Labs enrollment system is live. Get access to our Secure AI Prompt Builder course with hands-on labs and automated security testing.

  • Three Days of Azure Static Web Apps Hell: A Cautionary Tale

    We spent 72 hours fighting Azure Static Web Apps for a simple enrollment form. CORS errors, deployment token mismatches, and workflow failures. Here's what went wrong.

  • Free Tier Math: How We Built Enterprise Infrastructure for $0

    Azure free tier gives 1M function calls and 10k Key Vault operations. With 5-minute caching, we reduced usage 99% and can scale 100x before paying. Here's the cost breakdown.

  • Managed Identity: Zero Credentials in Code

    How Azure Managed Identity eliminates API keys, passwords, and secrets from your code entirely. DefaultAzureCredential does the authentication for you.

  • Building in Public: The Technical Debt That Didn't Happen

    We spent 15 extra minutes implementing Azure Key Vault instead of environment variables. That decision saved months of migration pain. Here's why doing it right from the start matters.

  • Serverless Enrollment: From Idea to Production in 85 Minutes

    Built a complete Azure Functions enrollment system with Airtable, GitHub API, and Key Vault in under 90 minutes. Here's the time breakdown and what made it fast.

  • Azure Key Vault: Enterprise Secret Management for $0/Month

    Upgraded enrollment system from environment variables to Azure Key Vault with expiration tracking, audit logs, and tagging—still completely free.

  • Frameworks for AI-Augmented Work: Decision Trees and Quality Gates

    After 90 days and 132 tasks, here are the frameworks that work: decision trees for when to use AI, prompt patterns, quality gates, and repeatable workflows.

  • Tools We Tested: Claude vs. ChatGPT vs. Specialized AI

    We tested 12 AI tools over 90 days. Here's what we actually use daily, cost analysis ($847/month), and why we chose Claude for 80% of work.

  • AI for Project Management: 8 Hours Saved, Zero Busywork

    AI automated Linear issue creation, support triage, and meeting notes conversion. Here's the pipeline that saved 8 hours in 90 days on PM busywork.

  • Content Creation: The 3-Pass Editing System That Maintains Voice

    AI saved 14 hours on content in 90 days, but raw AI content is generic. Here's the 3-pass system (draft → refine → humanize) that preserves brand voice.

  • Documentation Workflows: How We Cut Doc Time by 60%

    Template-driven documentation with AI saved 22 hours in 90 days. Here's the workflow, quality checklist, and when to let AI write your docs.

  • AI is Like a Brilliant Intern Who Needs Guardrails

    AI learns fast, works tirelessly, but makes predictable mistakes. Here's how we use skills and guardrails to catch bugs before they ship.

  • Code Development with AI: What Companies Look Like in 2027

    68 hours saved on development in 90 days. But the real shift isn't speed—it's structure. Here's what the AI-augmented company actually looks like.

  • How I Built A New Product Before My First Coffee

    Twenty-four minutes in pajamas. No whiteboard, no laptop—just voice and Grok. A complete course outline, secure labs, pricing, and lead-gen page before 7:25 AM.

  • The Only Job Left Is Being A Builder

    Skills commoditize. Coding, writing, security ops—they're getting swallowed by LLMs. In five years, if you're not building, you're maintenance. Learn to steer machines or wait tables.

  • Want The Prompts That Let You Ship Before Lunch?

    It's live. The course isn't perfect—it's raw, it's real, it's done. Thirty minutes and you'll have a vault of prompts that can't screw you. No fluff. Just results.

  • Stuck In Traffic? I Just Launched A Side-Hustle

    Twenty minutes of brake lights. Normally, rage. But I opened Grok, didn't shut up, and had a complete product by the time the light turned green.

  • I Built A Vault of Prompts That Won't Get You Fired

    No pitch—just facts. Every template, test, and real-world patch from this week, wrapped into a course. Secure prompts that actually work. No jailbreaks, no HR drama.

  • How I Stopped Losing My Flow Every 2 Hours (and Cut Costs by 90%)

    From hitting usage limits mid-session to uninterrupted 4+ hour flow states. My journey switching from Claude.ai to Claude Code and optimizing my AI development workflow.

  • I Found 7 Security Flaws in My AI-Generated Blog

    How I discovered 7 security vulnerabilities in AI-generated code and used AI to fix them - a practical guide to security-conscious AI development

  • Behind the Scenes: The Tech Powering Alien Brain Trust

    Technical decisions behind Alien Brain Trust - what I'm building, buying, and why. A framework for platform selection you can apply to your own projects.

  • AI Resources I'm Actually Using (Not Just Bookmarking)

    Cut through the noise - here are the AI resources I actually use daily, weekly, or regularly. No fluff, just what delivers value.

  • AI-1001: What You'll Learn and Why It Matters

    Inside look at the AI-1001 course - what makes it different, who it's for, and why I'm building an AI education platform focused on real-world implementation over theory.

  • Week One: What I've Learned Building with AI Tools

    Honest reflections from my first week building Alien Brain Trust with AI - what worked, what didn't, and what surprised me about the reality of AI implementation.

  • Day One: Building in Public - My AI Learning Journey Begins

    After 25+ years in cybersecurity, I'm diving deep into AI - and documenting everything along the way. This is day one of building Alien Brain Trust while learning in public.

  • Day 1: Setting Up My AI Development Environment with Claude Code

    Starting my public AI journey - setting up my development environment with Claude Code while building Alien Brain Trust's AI education platform.

  • Why Alien Brain Trust? Building AI Education for Real-World Implementation

    Bridging the gap between AI theory and practical implementation - why I'm building Alien Brain Trust to serve professionals who need to actually use AI, not just understand it.