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

Improve interfacing with ChatGPT #76

Open
ninehusky opened this issue Jan 30, 2025 · 0 comments
Open

Improve interfacing with ChatGPT #76

ninehusky opened this issue Jan 30, 2025 · 0 comments
Labels

Comments

@ninehusky
Copy link
Owner

See #56 for more details. Right now, ChatGPT is doing poorly (good for us, in a way), but it's doing a bit too poorly -- almost too bad to be believable, honestly.

I think concretely, here are the things we should do:

  • First, seed ChatGPT to make things non-deterministic/reproducible.
  • Then, do some sort of "constrained encoding" style tricks to get it to stop producing as many rules outside the given grammar (syntax).
  • We should also attempt to convince it to disregard (some of) what it knows intrinsically about operators, so it can reason about stuff like Halide division being implemented as a / 0 = 0, for example.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant