a.k.a. language applications

A program / series-of-workflow that utilizes LLMs under the hood to solve a business problem.

I’ve been seeing this term being used more in a few blog posts.

(todo Refine )
I’m starting to notice two forms of language programs:1

  • Programs with static system prompts (language program can only do a constrained set of tasks)
  • Programs with dynamic system prompts (users can ask the language program to do many things)

Footnotes

  1. This may be related to the idea of LLM core, code shell.