Coder Social home page Coder Social logo

youmengwuyan / adrenaline Goto Github PK

View Code? Open in Web Editor NEW

This project forked from shobrook/adrenaline

0.0 0.0 0.0 5.67 MB

A debugger that fixes errors and explains them with GPT-3

Home Page: https://useadrenaline.com

License: MIT License

JavaScript 64.93% CSS 29.40% HTML 5.67%

adrenaline's Introduction

Adrenaline

Adrenaline is a debugging assistant powered by the OpenAI Codex. It can fix and explain your broken code in seconds.

Usage

Adrenaline can be used here. Simply plug in your broken code and an error message (e.g. a stack trace or natural language description of the error) and click "Debug."

Note that users will have to supply their own OpenAI API key from the OpenAI Console. This is to prevent API misuse.

Running Locally

To run locally, clone the repository and run the following:

$ npm install
$ npm run start-local

Features

Debugging

Adrenaline sends your code and error message to the OpenAI Edit & Insert API (code-davinci-edit-001), which sends back code edits which might fix your error. The proposed fixes are displayed in-line like a diff, with the option to accept, reject, or modify each code change.

Error Explanation

Not only does Adrenaline propose fixes for your errors, but it also explains errors in plain English using GPT-3 (text-davinci-003).

Linting

If your code isn't throwing an exception, but may still contain bugs, Adrenaline can also use the OpenAI Codex to scan your code for issues and propose fixes for them, if any exist.

Roadmap

In its current instantiation, Adrenaline is just a simple PoC that demonstrates what's possible with AI-driven debugging. Here are some ideas for how it could be improved:

  1. Client-side intelligence (e.g. static code analysis) could be used to build a better prompt for GPT-3.
  2. Not only should Adrenaline explain your error, it should provide a ChatGPT-style assistant to answer questions about your error.
  3. Creating a VSCode extension that does this would eliminate the friction of copy-pasting your code and error message into the site.

Ultimately, while the OpenAI Codex is surprisingly good at debugging code (or at least providing a starting point), I believe a more specialized model trained on all publicly available code could yield better results.

Acknowledgements

Malik Drabla for helping build the initial PoC. Ramsey Lehman for design feedback. Paul Bogdan, Samarth Makhija, and Michael Usachenko for various other feedback.

adrenaline's People

Contributors

mbladra avatar shobrook avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.