This repository is no longer the active home for GSD 2 development. The project now continues as GSD Pi in the Open GSD repository: Use the new repository for current source code, issues, releases, and contribution work.
This repository is no longer the active home for GSD 2 development.
The project now continues as GSD Pi in the Open GSD repository:
https://github.com/open-gsd/gsd-pi
Use the new repository for current source code, issues, releases, and contribution work.
For community support, use the canonical Discord invite: https://discord.com/invite/nKXTsAcmbT
GSD 2 vs Claude Code: A New AI King?
Chase AI · 50K views
GSD-2 Complete Guide: Setup, Commands, and Real Tradeoffs
Build Things With AI · 3K views
GSD Training Tutorial Video | 01 Code : MG2T | Match & Get 2 Parts Together | G.G.P.G.G | TMU 76
The Spirit of Kaizen · 2K views
“Using Anthropic plans in GSD2: why we route through Claude Code CLI and expose workflow tools over MCP — We made an architectural change for Anthropic users that is worth explaining clearly. If you want to use your Anth…”
“How is GSD2 handling the recent Claude usage issues? — I am seeing that these can be gotten around using npx @anthropic-ai/claude-code over the npm or Install.sh approaches. Given that GSD2 is an all-in-one, I am wonder…”
“Major confusion about .gsd folders, symlinks etc. — Hello, Trying to move my vibe-flow onto gsd-2 and having some serious issues with how `.gsd` folders/links are set up. I am solo dev, but would like to keep all milest…”
“Downgrade to GSD v1? — With changes to Anthropic policies about Claude Code usage, third party apps will now draw from extra usage. V1 worked on claude code directly, so wondering if there is an easy way to downgrade to …”
“Feedback requested: Configuration Overview — I think the info below would be useful. Anybody have feedback on it? GSD2 Configuration Reference Configuration Locations at a Glance | What | Global | Project | |------|-…”
AI
Companies use AI to filter candidates. I just gave candidates AI to choose companies. Career-Ops (career-ops.org, also known as careerops) turns any AI coding CLI into a full job search command center. Instead of manually tracking applications in a spreadsheet, you get an AI-powered pipeline that: Career-ops is agentic: Claude Code navigates career pages with Playwright, evaluates fit by reasoning about your CV vs the job description (not keyword matching), and adapts your resume per listing.
AI
CLI-Anything: Bridging the Gap Between AI Agents and the World's Software 🌐 CLI-Hub: pip install cli-anything-hub then cli-hub install — browse, install, and manage all community-built CLIs. Want to add your own? Open a PR — the hub updates instantly. 🎬 See Demos: Watch AI agents use generated CLIs plus preview, live preview, and trajectory loops to produce real artifacts — CAD builds, 3D scenes, diagrams, gameplay, subtitles, and more.
AI
A self-hosted AI workspace -- meant to be the self-hosted version of the UI experience you get from ChatGPT and Claude. But with more jank and fun. Running on your own hardware, with your own data -- local-first, privacy-first, and no trojan. A full, hover-to-play tour lives on the landing page (docs/index.html). Defaults work out of the box: clone, run, then configure models/search/email inside Settings. Only edit .env for deployment-level overrides like APPBIND, APPPORT, AUTHENABLED, DATABASEURL, or a pre-seeded admin password.
AI
Most AI material teaches in scattered pieces. A paper here, a fine-tuning post there, a flashy agent demo somewhere else. The pieces rarely line up. You ship a chatbot but can't explain its loss curve. You hook a function to an agent but can't say what attention does inside the model that's calling it. This curriculum is the spine. 20 phases, 503 lessons, four languages: Python, TypeScript, Rust, Julia. Linear algebra at one end, autonomous swarms at the other. Every algorithm gets built from raw math first. Backprop. Tokenizer. Attention. Agent loop. By the time PyTorch shows up, you already know what it's doing under the hood. Each lesson runs the same loop: read the problem, derive the math, write the code, run the test, keep the artifact. No five-minute videos, no copy-paste deploys,