Skip to content
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
2 changes: 1 addition & 1 deletion www/content/essays/working-with-ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ with where it didn't do so well: coming up with a clean solution.
If I had not been familiar with the hyperscript parser and its infrastructure this fix could have easily led to technical
debt being accrued in the project: another hacky parsing corner case, another bit of state on the parser, etc.

Technical debt, I assert without evidence[^dream], grows exponentially, and therefpre it is very
Technical debt, I assert without evidence[^dream], grows exponentially, and therefore it is very
important to minimize it in your projects.

This story shows how having a human in the loop, working with an agent and with a good understanding of the underlying
Expand Down