Link Search Menu Expand Document
AI Alliance Banner

Edit this page on GitHub

References

Table of contents
  1. References
    1. OODA loop
    2. Prompt engineering
    3. What is retrieval-augmented generation?

OODA loop

Wikipedia page

The OODA loop involves constantly performing the loop - Observe, Orient, Decide, Act. Originally developed by United States Air Force Colonel John Boyd for combat operations, it has been applied in other areas, such as industrial applications, project assessment, etc.

Prompt engineering

Wikipedia page

An overview of The prompt engineering techniques to manipulate prompts in order to achieve more desirable responses.

What is retrieval-augmented generation?

IBM blog post

One of many introductions to the popular RAG pattern for improving alignment, especially with data that is newer than the last training or tuning run for the underlying models.