Skip to content

AI preface review #387

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: 4 additions & 0 deletions ai_preface.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ Its ability to write that _first_ test,
the one where, as we'll see, a lot of the design (and thinking) happens in TDD,
was much more mixed.

// SEBASTIAN: Idea for a frame with actionable advice: "Make sure there are at least few examples of tests before you'll make AI assistant write more. Show it what 'good' looks like."

// SEBASTIAN: Another idea for a frame with actionable advice: "Simple things like writing a meaningful test name or describing in comment what you want to test can help immensely AI working in autocomplete mode."

Similarly when working in a less "autocomplete" and more "agentic" mode,
I saw AI tools do very well on simple problems with clear instructions,
but when trying to deal with more complex logic and requirements with ambiguity,
Expand Down
Loading