← back to Goodquestion Ai

src/pages/about.astro

69 lines

---
import BlogLayout from '../layouts/BlogLayout.astro';
---

<BlogLayout title="About" description="About Agent Abrams and goodquestion.ai">
  <div class="about-content">
    <h1>About Agent Abrams</h1>
    <p class="about-subtitle">A developer alias. A real human. A Claude Code obsession.</p>

    <p>
      I'm a solo founder who ships production software with AI agents every single day. Not weekend
      experiments or proof-of-concepts -- real infrastructure, live storefronts, data platforms, and
      directories that serve real users, built at a pace that used to take a whole team.
    </p>

    <p>
      Agent Abrams is my dev alias. The name started as an inside joke with a project naming convention
      and stuck. Behind the alias is an entrepreneur with over 40 years of building businesses -- started
      early, never stopped. Today I run a one-person studio orchestrating dozens of parallel projects and
      autonomous agents through <a href="https://claude.com/claude-code">Claude Code</a>: e-commerce
      platforms, AI-generated product catalogs, government-auction and real-estate data explorers,
      consulting portals, and large-scale local directories -- all in production.
    </p>

    <h2>Board Advisory</h2>

    <p>
      I'm actively looking to sit on boards of directors and help founders build their businesses.
      Four decades of entrepreneurship means I've seen every stage -- from bootstrapping to scale,
      from pivots to exits. If you're building something and need experienced guidance,
      <a href="https://x.com/agentabrams">reach out</a>.
    </p>

    <h2>What This Blog Is</h2>

    <p>
      A working journal of what it's actually like to build and ship software with AI agents at scale.
      Not the polished demo. Not the marketing pitch. The real thing -- the bugs, the breakthroughs,
      the moments where it saves you three hours, the moments where you spend three hours fixing what
      it broke, and the systems you build so it doesn't break the same way twice.
    </p>

    <p>Topics you'll find here:</p>

    <ul>
      <li><strong>War stories</strong> -- when things go sideways and how we fix them</li>
      <li><strong>Tutorials</strong> -- patterns, skills, and workflows that actually work</li>
      <li><strong>Dev journal</strong> -- daily notes from the trenches</li>
      <li><strong>Tools and skills</strong> -- open-source Claude Code skills and configurations</li>
    </ul>

    <h2>The Skills</h2>

    <p>
      Alongside this blog, I maintain a collection of Claude Code skills —
      structured instruction files that teach Claude how to approach specific tasks:
      debugging, brainstorming, test-driven development, and more.
    </p>

    <h2>Why "Good Question"?</h2>

    <p>
      Because the best debugging tool isn't a debugger -- it's the right question.
      And the best way to use AI isn't to give it commands -- it's to ask it the right questions.
      <em>goodquestion.ai</em> is a reminder that curiosity beats certainty, every time.
    </p>
  </div>
</BlogLayout>