Skip to content

Latest commit

 

History

History
70 lines (56 loc) · 4.47 KB

NOTES.md

File metadata and controls

70 lines (56 loc) · 4.47 KB

TODOs

  • Clearly break out examples where we have a 'solved' incident, right now I see a number of results which lacked a solved example in the prompt. Perhaps use a different prompt when there is no solved incident available
  • Explore generating rules from the LLM walking the diff between initial/solved branches and summarizing/iterating and look to discover common themes in files.
  • Use structured data via pydantic for our interaction with the LLM

Notes related to learning and exploring this space

Prompt Engineering

NBDev

nbdev is a tool/approach for developing python code in jupyter notebooks and then exporting that to it's own files for later reuse. We are experimenting with using it to aid prototyping by communicating to others our thinking process as we explore new libraries/code and capturing the interaction/output for later reading * https://nbdev.fast.ai/tutorials/tutorial.html

GitPython

Using GitPython to interact with Git

Langchain

Using langchain for our interaction with LLMs

Agents

Interesting Papers

Interestig Blog Posts/Examples/Tutorials

Misc Tools/Libs/Frameworks

Reference Projects to consult