The limits a foundation model arrives with, grounding against first party, third party and world data, prompting from zero shot through ReAct, the sampling parameters that shape a response, and customisation.
An assistant must answer questions about legislation that changes several times a year, using current public information. Which grounding approach fits?
APrebuilt RAG with Agent Search over an internal copy of the legislation.
BFine tuning the model on the legislation each time it changes.
CRaising the context window so more of the legislation fits in each prompt.
DGrounding with Google Search, which ties answers to current public information.