Errata

Beyond Vibe Coding

Errata for Beyond Vibe Coding

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
O'Reilly learning platform Page Preface
2nd paragraph

The link in "As Andrej Karpathy quipped" is broken, it takes you to a 404 page

Francisco Herrera  Jan 13, 2026 
PDF Page 40
Figure 2-1

1.
In the second box, the first line "add unit test" in the AI response speech bubble is unnecessary?
2.
In the third box, the code should probably be changed as follows.
def test_sum_array():
assert sum_array([1, 2, 3, 4, 5])== 15
assert sum_array([]) == 0
assert sum_array([7]) == 7

Ryoko  Dec 06, 2025 
Printed Page 90
line 4-8

This section duplicates lines 11 through 15 on page 89.
I believe the section on page 90 should be removed.

Ryoko  Dec 09, 2025