It’s kind of fun seeing what product decisions coding agents make when you slacken the reins a little. Without being specific, I asked an agent working on a TUI to have a way to indicate that a row in a table is selected. I would’ve expected it to highlight the row, but no: it opted to indicate a selected row by showing a bullet in the left-most column, much like a checkbox on a web-based table. Interesting choice.