๐ค Generative AI Complete Guide¶
Curated guides for major generative AI tools. Highlights, usage, and implementation patterns.
๐ Guides by Category¶
- Claude (Anthropic): long-context, safe, high-accuracy โ claude/
- GitHub Copilot: the standard for AI pair programming โ github-copilot/
- ChatGPT (OpenAI): versatile, strong ecosystem โ chatgpt/
- Amazon Kiro: agentic IDE for enterprise workflows โ amazon-kiro/
- Google Gemini: multimodal, long context โ google-gemini/
- Grok (xAI): real-time, social integration โ grok/
๐งฑ Foundations / Methodology¶
- Foundations: model comparison, tool selection, skill map โ foundations/
- Featured:
- Agent evolution (overview): ai-agent-evolution-august-2025.md
- Production deployment essentials: ai-agent-production-deployment-guide-2025.md
- Monthly trends digest: ai-agent-development-updates-2025-july.md
- Methodology: agile redefined, team building, AI-led process โ methodology/
- Featured (incl. planned):
- Quality/process foundations: index.md
- Team roles/org patterns: (publishing incrementally)
๐ฏ Selection by Use Case¶
- Coding Assistance: GitHub Copilot + Claude Code
- Start with: Copilot overview, ApplyTo patterns, Claude Code Complete
- Split roles: Copilot for routine completion; Claude Code for large refactors/spec-driven work
- Spec authoring & long-form summarization: Claude (Sonnet/Opus)
- See: Claude index. Sonnet 4 โ long, multi-step reasoning; Opus โ highest accuracy
- Research, writing, ideation: ChatGPT
- See: ChatGPT index; plugins/agents expand exploration capability
- Enterprise agent/IDE integration: Amazon Kiro
- See: Kiro guide; strong on control, review, and automated ops
- Multimodal (image/audio/video): Google Gemini
- See: Gemini guide; diverse inputs + long context
- Real-time/social signals: Grok
- See: Grok guide; best for X-integrated, up-to-date info
๐ Next Steps¶
- New to this: start with Claude or Copilot
- Long-form analysis/spec automation: Claude Sonnet/Opus
- Implementation automation + multi-agent: Claude Code + Copilot
- Concepts hub: Foundations โ Methodology