HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Pandabob

no profile record

comments

Pandabob
·anno scorso·discuss
I basically jump away from Cursor to ChatGPT when I need to think thoroughly on something like an architecture decision or an edge case etc. Then when I've used ChatGPT to come up with an implementation plan, I jump back to Cursor and have Claude do the actual coding. O3 and ChatGPT's search functionality are just better (at least for myself) currently for "type 2" thinking tasks.
Pandabob
·anno scorso·discuss
Feels to me that it's Google which has done the most recently to optimize the cost/performance-ratio of these models and no one seems to be talking about it.
Pandabob
·anno scorso·discuss
Yup! I'm also hopeful that the upcoming type-checker from Astral will be an improvement over Mypy. I've found that Mypy's error messages are sometimes hard to reason about.

[0]: https://x.com/charliermarsh/status/1884651482009477368
Pandabob
·anno scorso·discuss
Truly one of the great python programming books. The one thing that I found missing was the lack of static typing in the code, but that was a deliberate decision by the authors.