🤖 AI Workflows

Patterns and strategies for effective human-AI collaboration

Beta

Workflow Patterns

💬

Prompt Engineering

Crafting effective prompts that get reliable, high-quality results. Techniques for system prompts, few-shot examples, chain-of-thought reasoning, and structured outputs.

Fundamentals
🔄

Agentic Coding

Using AI as a coding partner — from scaffolding projects to iterative debugging. How to delegate effectively, review AI-generated code, and maintain quality across sessions.

Development Claude Code
🐛

Debugging Strategies

When AI code doesn't work the first time. Systematic approaches to error diagnosis, context sharing, and collaborative problem-solving with AI assistants.

Troubleshooting
🏗️

Project Architecture

Planning and structuring projects for AI-assisted development. Breaking work into AI-friendly chunks, managing context windows, and maintaining consistency across files.

Planning Best practices
🚀

Rapid Prototyping

Going from idea to working prototype in hours, not weeks. Real examples of full-stack apps built through human-AI collaboration — including MediaLog, Tweetster, and Mad Patrol.

Speed Case studies
📝

Content & Writing

Using AI for drafting, editing, and research without losing your voice. Techniques for maintaining authenticity while leveraging AI's speed and breadth.

Creative

🎯 The 1n2 Development Loop

1

Define the Goal

Start with a clear, specific outcome. "Build a media tracking dashboard" beats "make something cool." The human sets direction.

2

Scaffold with AI

Use AI to generate the initial structure — database schemas, file layouts, boilerplate. Review everything before moving forward.

3

Iterate in Sessions

Work in focused 1–2 hour sessions. Each session has a clear goal. Fresh context keeps AI outputs sharp.

4

Test & Debug Together

Share error messages, screenshots, and context. AI is great at diagnosing issues when given the right information.

5

Deploy & Polish

Ship early, improve continuously. AI helps with deployment scripts, configuration, and the final 20% of polish.

🛠️ Our Toolkit

🧠

Claude

Primary AI partner

💻

Claude Code

Terminal-based coding

🤖

ChatGPT / Codex

Game dev & prototyping

🌐

DigitalOcean

Hosting & deployment

🗄️

MySQL

Database

🐘

PHP

Backend logic