|
|
|
|
|
by bitmasher9
383 days ago
|
|
Not OP, but I specifically like to use AI to explain obtuse sections of code that would take me longer periods of time to understand by reading. If I have a bug reported and I’m not sure where it is, pasting the bug report into an LLM and asking it to find the bug has yielded some mixed results but ultimately saved me time. I use AI more for reading than writing code. |
|
Wouldn’t you loose a bit of that brain power if you stop to make those connections yourself while trying to understand those code sections?