Skip to content

Instantly share code, notes, and snippets.

View cedrickchee's full-sized avatar
⚒️
⚡ 🦀 🐿️ 🐘 🐳 ⬡ ⚛️ 🚢 🚀 🦄 🍵

Cedric Chee cedrickchee

⚒️
⚡ 🦀 🐿️ 🐘 🐳 ⬡ ⚛️ 🚢 🚀 🦄 🍵
View GitHub Profile
@cedrickchee
cedrickchee / VSDD.md
Created March 7, 2026 04:33 — forked from dollspace-gay/VSDD.md
Verified Spec-Driven Development

Verified Spec-Driven Development (VSDD)

The Fusion: VDD × TDD × SDD for AI-Native Engineering

Overview

Verified Spec-Driven Development (VSDD) is a unified software engineering methodology that fuses three proven paradigms into a single AI-orchestrated pipeline:

  • Spec-Driven Development (SDD): Define the contract before writing a single line of implementation. Specs are the source of truth.
  • Test-Driven Development (TDD): Tests are written before code. Red → Green → Refactor. No code exists without a failing test that demanded it.
@cedrickchee
cedrickchee / the-ai-is-the-computer.md
Created March 6, 2026 23:32
The AI is the Computer

The AI is the Computer

A new AI product launches that sparks a market panic. It’s a new initiative, or an agent or something. Whatever it is, I can tell you one thing it can’t do.

Even with the best AI model in the world, the one thing it can’t do is its best work for you.

How do I know? Because the state of frontier models has gotten so advanced that to get the best talents out of any of them, you need different models to work together. The biggest weakness of Claude is that it only coworks with Claude

No one model family can do its best work for you without the talents of others. As models get more powerful, we’re seeing them specialize. The future state of AI is your best work will get done when there are different models working together.

@cedrickchee
cedrickchee / gpt-5.4-and-codex-5.4-released.md
Created March 6, 2026 08:27
GPT-5.4 and the Emergence of the Agent Operating System

GPT-5.4 and the Emergence of the Agent Operating System

OpenAI just released GPT-5.4 and Codex 5.4, and the early reactions from developers are unusually strong.

Some report that it solved bugs earlier models failed to fix after dozens of prompts. Others describe it refactoring entire codebases in a single run. A few say it has already become their daily driver for coding and knowledge work.

But none of those anecdotes capture the real significance of this release.

@cedrickchee
cedrickchee / SKILL.md
Created January 26, 2026 02:28 — forked from kieranklaassen/SKILL.md
Claude Code Swarm Orchestration Skill - Complete guide to multi-agent coordination with TeammateTool, Task system, and all patterns
name description
orchestrating-swarms
Master multi-agent orchestration using Claude Code's TeammateTool and Task system. Use when coordinating multiple agents, running parallel code reviews, creating pipeline workflows with dependencies, building self-organizing task queues, or any task benefiting from divide-and-conquer patterns.

Claude Code Swarm Orchestration

Master multi-agent orchestration using Claude Code's TeammateTool and Task system.


Claude Code TeammateTool - Source Code Analysis

This is not a proposal. This documents existing but hidden functionality found in Claude Code v2.1.19 binary, plus speculation on how it could be used.


Executive Summary

TeammateTool already exists in Claude Code. We extracted this from the compiled binary at ~/.local/share/claude/versions/2.1.19 using strings analysis. The feature is fully implemented but gated behind feature flags (I9() && qFB()).

@cedrickchee
cedrickchee / llm-as-operating-system.md
Created January 22, 2026 06:01
Language Model as Operating System

Language Model as Operating System

A system where the large language model (LLM) serves as the brain, natural language is the programming interface, and tools function as devices.

Classical OS Claude Code
Kernel Claude (reasoning engine)
Memory Context-window
Shell Natural language
Process spawning Sub-agents
@cedrickchee
cedrickchee / til_agent_skills.md
Created January 13, 2026 10:24
TIL: Agent Skills

TIL: Agent Skills

I'm learning to author and use Agent Skills in Claude and Codex. I gained some insights and I would like to share them here today.

Three types of Skill content, three levels of loading

Skill content comes in three types: instructions, scripts, and resources. Skills are organized as files/folders that Claude can draw from via a filesystem-style interface. Claude does progressive disclosure: it does not need to load the entire Skill into the context window upfront, and can fetch only the relevant files as needed. [^1]

Skill content types have different strengths:

@cedrickchee
cedrickchee / claude_code_tutorial.md
Created January 11, 2026 13:02
Claude Code 101

Claude Code 101

I've been a SWE for 7 years, between Amazon, Disney, and Capital One. The code I've shipped touches millions of users, and I built systems that couldn't afford to break. Now I'm the CTO of a startup that builds agents for enterprise, and Claude Code is my daily driver.

Here's a beginners playbook you might find useful, containing everything I've learned about Claude after using it to build robust systems that handle complex workloads from large companies. Let me know if it helps below.

Think First

Most people assume that with Claude Code and other AI tools, the first thing you need to do is type (or start talking). But that's probably one of the biggest mistakes that you can make straight off the bat. The first thing that you actually need to do is think.

@cedrickchee
cedrickchee / opinion_codex_and_claude_code.md
Last active January 8, 2026 07:59
Opinion: GPT-5.2 Codex and Claude Code Opus 4.5

Opinion: GPT-5.2 Codex and Claude Code Opus 4.5

Just a guide. Not a prescription.

GPT-5.2 Codex works best for

  • Upfront planning, especially systems design and architecture
  • Hard problems that can be solved cleanly in one pass
  • Code and technical design reviews
  • Finishing touches, especially cleaning up gaps left by Opus 4.5
@cedrickchee
cedrickchee / tarot_card_ring.md
Last active January 8, 2026 08:10
Christmas Tarot Card Ring Prompt

Prompt:

Create a 3D scene of a dynamic, interactive display of Christmas-themed tarot cards arranged in a semi-circular or ring formation.

Here are the specific requirements:

**Visuals & Assets:**
*   **Environment:** A dark, moody background with subtle atmospheric effects (e.g., light fog or floating particles).
*   **Cards:** Use placeholder plane geometries that resemble tarot card dimensions (e.g., 3.5x5 units).