Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ai: the Jupyter code cell generator *claims* to include previous cells but does not, which is a huge bug #8184

Open
williamstein opened this issue Feb 7, 2025 · 2 comments
Labels
AI I-bug jupyter-api things involving the stateless jupyter api

Comments

@williamstein
Copy link
Contributor

I defined a string s in one cell.

I the next, I asked AI to do something with it, and explicitly selected context to include all cells above.

Clearly (based on the responses and showing what will be sent) none of the contents of previous cells is being sent.

This is a very serious bug...


Image

This clearly doesn't have any clue about the actual format of my data or the contents of that cell:

Image
@williamstein williamstein added AI I-bug jupyter-api things involving the stateless jupyter api P-high labels Feb 7, 2025
@williamstein
Copy link
Contributor Author

Also, after running the resulting code and realizing the result sucks (it's AI), I can't try again with a different model. I'm no fan of this cell generator, and will just stick with side chat (i.e., the big AI Assistant button).

@williamstein
Copy link
Contributor Author

As follow up, I tried the best openai, then gemini, then Claude models we have... and the first two sucked, and the third was extremely good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AI I-bug jupyter-api things involving the stateless jupyter api
Projects
None yet
Development

No branches or pull requests

1 participant