Show HN:一次 Claude Code 會話完成我的作品集 – 145 個儲存庫,AI 聊天

Hacker News·

Brian Edwards 展示了他如何利用 Claude Code 和「vibe coding」方法論,在一次會話中建構出包含 15 個組織、共 145 個儲存庫的龐大作品集,強調 AI 輔助開發的速度與效率。

Verticals

$ cat welcome.txt

Brian Edwards

Vibe Coding Expert & AI-First Developer

(function(){const instanceId = "typing-uh8a6oj";

const text = "building the future with AI";
const typingSpeed = 60;
const startDelay = 800;

document.addEventListener('DOMContentLoaded', () => {
const container = document.getElementById(instanceId);
if (!container) return;

const textElement = container.querySelector('.typing-text');
const cursorElement = container.querySelector('.typing-cursor');

if (!textElement) return;

let currentIndex = 0;
const fullText = text;

// Start typing after the specified delay
setTimeout(() => {
  const typeNextChar = () => {
    if (currentIndex < fullText.length) {
      textElement.textContent = fullText.substring(0, currentIndex + 1);
      currentIndex++;
      setTimeout(typeNextChar, typingSpeed);
    }
  };

  typeNextChar();
}, startDelay);

});
})();

If you're not vibe coding, you're already behind.

I build in days what used to take months.
I deliver in weeks what used to take quarters.
And I can teach your team to do the same.

$ ls projects/ | wc -l

100+

repositories across 15+ organizations

While you're debating whether to adopt AI tools, your competitors are shipping features
in days instead of weeks. They're not waiting for the "enterprise solution" or the
"approved vendor." They're building right now, today, with Claude Code and vibe coding.

The engineers who embrace AI-assisted development today will dominate the market tomorrow.
Those who don't will find themselves obsolete faster than they can say "agile methodology."

Traditional development vs Vibe coding:

Old Way

Vibe Coding

This isn't speculation. I've built 100+ projects this way. I'm a full-time teacher during
the day, and I've still shipped more production code in the last 6 months than most
engineering teams ship in a year.

The tools exist. The patterns are emerging. The only question is whether you'll be the
one using them, or the one competing against people who do.

100+ Projects. All Built with AI.

Ranked by total file size. Click any project to see file count, commit history, and delivery timeline.

nanochat

The best ChatGPT that $100 can buy. Full-featured chat interface with AI integration.

ghost-note

Rust VST/CLAP audio plugin for Bitwig Studio. Real-time audio processing.

folk-care

Open source home healthcare software. EVV, scheduling, care plans, and billing.

google-classroom

Google Classroom API automation. Assignments, quizzes, attendance tracking.

metavibe

Meta-level vibe coding tools. Claude session log analysis and prompt engineering.

imaginary-crime-lab

Distributed e-commerce on Cloudflare Workers + Shopify. Maximum transparency.

studio-rust-mcp-server

Standalone Roblox Studio MCP Server. AI integration for game development.

wdi-py

High-performance Polars data layer for World Bank Development Indicators.

Target Industries

I build solutions for specific verticals. Whatever your industry, I've probably already built something for it.

Education

Google Classroom automation, scheduling, attendance, lesson plans, quiz generation, data-informed instruction

Featured Projects:

Healthcare

Open-source home healthcare, EVV, HIPAA-compliant scheduling, care plans, billing systems

Featured Projects:

Music & Audio

Bitwig Studio extensions, VST/CLAP plugins in Rust, audio processing, composition tools

Featured Projects:

Gaming

Roblox development, game mechanics, MCP server integration, studio tooling

Featured Projects:

E-commerce

Shopify theme development, inventory management, Liquid templates, distributed commerce

Featured Projects:

Data Science

Kaggle competitions, PyTorch, graph neural networks, data visualization with Polars/Altair

Featured Projects:

What People Say

Testimonials from colleagues and collaborators who have worked with me.

Ryan Kruse

VP Hockey Strategy & Analytics

Chicago Blackhawks

Matt Shostak

Senior Software Engineer

Mike Lunt

Collaborator

  • Full project delivery (days, not months)

  • Workflow audit & optimization

  • Team training on vibe coding

  • Replace N engineers with AI-first development

  • Ongoing support & retainer

Email: brian.mabry.edwards@gmail.com

Phone: 512-584-6841

Location: Waco, Texas, USA

Ask me anything about Brian's work, skills, or projects!

Examples:

Brian Edwards

Vibe Coding Expert
Waco, Texas, USA

brian.mabry.edwards@gmail.com

Built with Claude Code in a single session. This is vibe coding.

Hacker News

相關文章

  1. 利用 Claude Code 建構你的個人 AI 助理

    3 個月前

  2. Show HN:Vibe to Prod – AI 輔助開發的生產就緒範本

    4 個月前

  3. 我如何利用 Claude Code 提高生產力

    大約 1 個月前

  4. Claude 程式碼

    Lesswrong · 3 個月前

  5. 我如何使用 Claude Code:規劃與執行的分離

    2 個月前