Discussion about this post

User's avatar
Eurydice's avatar

This might be a niche preference, but I would absolutely and happily read a whole post from you on the limits of python for data analysis, as someone who's used and appreciated both pandas and matplotlib! In my experience python is fine, and R is better. Wonderful post overall!

Expand full comment
Manjari Narayan's avatar

> Typical use cases were situations where the model had hallucinated an API call or a function parameter or a return value, and when it saw the error message it recognized the problem and often came up with the right way to fix the issue. But sometimes this process could go haywire. Just the other day I asked for a fairly simple (I thought) function that could load two protein structures and align them. And the model just couldn’t figure out how to correctly call the superimpose() function from the biotite package

For these kinds of situations, it helps to already have documentation about a package, examples of how to use it and so forth in the context. Anything rare that isn't part of the ubiquitous python stack or equivalent in another language needs this I think.

I still struggle with getting the context right for a new project. It is quite fatiguing to neither enjoy the process of doing a thing from scratch nor get a timely solution that just works.

Expand full comment
13 more comments...

No posts

Ready for more?