explaingit

jimmytoan/ai-coding-survival-guide

Analysis updated 2026-05-18

34Audience · developerComplexity · 1/5Setup · easy

TLDR

A practical guide of docs and prompt patterns for using AI coding assistants without wasting tokens, credits, or code review time.

Mindmap

mindmap
  root((ai coding survival guide))
    What it does
      Guidance docs
      Prompt patterns
      FinOps for AI agents
    Topics covered
      Context discipline
      Model selection
      Agent mode usage
      Cost observability
    Use cases
      Scope AI tasks
      Write better prompts
      Reduce token waste
    Audience
      Developers
      Engineering teams

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Read the context discipline doc to learn when to start a fresh AI chat instead of letting context grow stale.

USE CASE 2

Use the model selection guide to decide when a cheaper model is enough versus when a stronger model is worth the cost.

USE CASE 3

Copy the good-vs-bad prompt examples and implementation-plan template to scope AI coding tasks before requesting code.

What is it built with?

Markdown

How does it compare?

jimmytoan/ai-coding-survival-guide0xjbb/modulestompedabhisumatk/epstein_files_rag
Stars343434
LanguageC++Python
Setup difficultyeasymoderatemoderate
Complexity1/54/53/5
Audiencedeveloperdeveloperresearcher

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

No installation needed, it is a documentation-only repository read directly on GitHub.

No license file mentioned in the README, so usage terms are unclear.

In plain English

This repository is a practical guide for using AI coding assistants more thoughtfully, particularly in the context of usage-based billing where every AI model call carries a cost. The guide opens with the "Max Power" metaphor, a reference to a cartoon character who insists on doing things the hard way. The point is that many developers use AI tools in ways that produce fast output but also generate fast waste: giant context windows, expensive models for simple tasks, and long iterative loops that undo what was just generated. The core argument is that the most effective use of AI coding tools is not about generating the most code, but about controlling context, selecting the right model for the task, scoping work before handing it to an agent, and reviewing output carefully. The guide describes this as the beginning of "FinOps for AI coding agents," borrowing a cost-management discipline from cloud infrastructure and applying it to AI model usage. The repository includes a set of documents covering specific topics: context discipline (when to start a fresh chat and how to write a useful compacted summary), model selection (using cheaper models for simpler tasks and stronger models for architecture decisions and security-sensitive code), agent mode usage (when delegation makes sense and when it does not), team guidelines, cost observability, and prompt pattern examples showing good and poor formulations side by side. The guide does not promote any specific tool and is described as anti-waste rather than anti-AI. There is no runnable code in the repository. Readers consume it by browsing the docs directory, with a table in the main README pointing to each document by topic.

Copy-paste prompts

Prompt 1
Summarize the context discipline advice in this guide into a short checklist I can follow before starting a new AI chat.
Prompt 2
Based on the model selection doc, when should I use a cheaper model versus a stronger one for my coding tasks?
Prompt 3
Show me the good-vs-bad prompt examples from this repo and explain why the better ones work.
Prompt 4
Turn the implementation-plan prompt template into something I can paste before asking an AI assistant to write code.

Frequently asked questions

What is ai-coding-survival-guide?

A practical guide of docs and prompt patterns for using AI coding assistants without wasting tokens, credits, or code review time.

What license does ai-coding-survival-guide use?

No license file mentioned in the README, so usage terms are unclear.

How hard is ai-coding-survival-guide to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is ai-coding-survival-guide for?

Mainly developer.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.