Skip to content

NirantK/CodeLLMs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

CodeLLMs

Everything I know about LLMs for CodeGen

https://arxiv.org/pdf/2305.12050.pdf CodeCompose: A Large-Scale Industrial Deployment of AI-assisted Code Authoring

  • CodeOps has 3 recurring patterns
    • Retrieval
      • Files, classes, lines?
    • Edit
      • See examples I had in mind
    • Verify
      • CI/CD
      • Pass the stacktrace back and complete the loop
  • Examples Tasks I had in mind
    • In a FastAPI app, replace a blocking call in a 2-3 file app with a request id response and a new endpoint to poll, use BackgroundTasks or something else as a queue
    • Change a Python function from sync to async and await on it in a different file
    • Rename variable
    • Refactor a script into functions and classes
  • Naming the building blocks
    • In-filling
      • Supported by Incoder, StarCoder, can hack GPT4 too
    • Fresh Generate
      • Supported by Incoder, StarCoder, GPT4
    • Retrieval
    • Code Markers
  • Ideas that I think we should dive on

About

Everything we know about LLMs for CodeGen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published