Skip to content

Review of AI preface #385

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ai_preface.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ and who knows what it'll be able to do in a few years or even months' time.
What we do know is that right now,
AI is both insanely impressive and incredibly unreliable.

Beyond being able to understand and respond to prompts in normal human language--
Beyond being able to understand and respond to prompts in normal human language --
it's easy to forget how absolutely extraordinary that is; literally science-fiction
a few years ago--AI tools can generate working code, they can generate tests,
they can help us to break down requirements, brainstorm solutions,
Expand All @@ -35,7 +35,7 @@ and undecipherable spaghetti code that spells a maintenance nightmare.
=== Mitigations for AI's Shortcomings Sure Look A Lot Like TDD

If you read the advice, even from AI companies themselves,
about the best way to work with AI, you'll find date that it
about the best way to work with AI, you'll find that it
performs best when working in small, well-defined contexts,
with frequent checks for correctness.
When taking on larger tasks, the advice is to break them down into smaller,
Expand Down
Loading