|
|
|
|
|
by azurewraith
39 days ago
|
|
the state engine is the part that can't hallucinate. even with simple steps/prompting the review model can miss things... it's still an LLM making a judgement call at the end of the day. the state engine doesn't judge, it enforces... with code and not transformers ^_^ if a tool (or any other guardrail) isn't valid at a given state the model call gets rejected before the model sees the result. that's the gap between "a model said this is okay" vs. "the system structurally prevents this" |
|