Skip to content

Latest commit

 

History

History
53 lines (27 loc) · 1.07 KB

File metadata and controls

53 lines (27 loc) · 1.07 KB

Ideas

Idea: if, then, else

Implement if then else endif construction for the template language, do methods,

Idea do graph evaluation. ( ongoing )

Idea: loop / foreach (2025-07)

Idea: call / return (2025-07)

Idea build promptgraph

Idea do AI-programming language, which compiles to a graph

Idea do task routing to best model

Idea explore 16 tokens at a time and build a graph.

  • repeat the same question multiple times, and then build a graph of answers.
  • make a list of answers let the LLM select the best/ most appropriate one
  • Eine Art Monte-Carlo-Tree search, bei der wir versuchen mehrere Antworten zu finden und dann entscheiden, welche die beste zu sein scheint.

Ideas to explore (2025-07)

Obsolete

Idea: prompt injector (obsolete, can be done with two queries.)

The idea is to Let the model reason if done

  • append another query part

QUERY

REASONING:

wait for EOS, then append with Summary, or someting else, to let the model refine the answer.

SUMMARY: