Replies: 1 comment
-
|
Thanks @mmcky for this exciting idea. Building some tooling around existing LLM is going to be super useful and fun. There are 3 major problems that we can work on:
How does this sound? I am happy to jump on a call discuss in more details. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
@oyamad has demonstrated how AI could be used to improve the
QuantEconlectures code. A good example of this is QuantEcon/lecture-python.myst#463 where it was suggested to update somenumpycode that would be more efficient and an improvement in syntax.QuantEcon would like to adopt this strategy to undertake a lecture wide review using a range of AI tools including ChatGPT and Claude (Anthropic). The aim of this project is two-fold. First, we would like to use AI to improve the code contained in our lectures. Second, we would like to learn how best to make use of current AI tools to reduce our workload in finding solutions to current open issues. This involves documenting useful approaches to raising queries for
ChatGPTand orClaudeand writing a guide to using AI that we can write up as a blog post later this year.Current Status: Assembling a team (please register your interest in joining this team by adding your name below).
Team
Editorial Board
Tasks
Example of asking
claudeto figure out a solution to an issueproduced QuantEcon/lecture-python.myst#457 (comment)
Success Metrics
Related Projects
To address Success Metric (3), it would be useful to find a tool that we can use to benchmark execution time at various points in a git repo history. There used to be a tool called vbench (written by Wes McKinney -- author of pandas) but that is long ago. @kp992 would you have any good ideas or suggestions of tools that exist, or tools we can create to facilitate this. It would be helpful to have metrics at the lecture level (or even lecture / code-cell level).
Beta Was this translation helpful? Give feedback.
All reactions