For example:
I ate until I was satisfied (not after being satisfied, but at least it arrived to satisfaction by inference, closed limit on the set.)
I ate before I was satisfied (not arriving at satisfaction, open limit on the set)
She sat until I came back (not after, but up to)
We stop working until our manager says so (work before the event, stop after the event)
He can't accept the invitation until I approve it(before, not up to)
Refactor the sentence. Until triggers the action (looks like it triggers an opposite).
satisfied is the trigger which triggers "stop eating."
"came back" is the trigger which triggers "stop sitting"
manager saying so is the trigger which triggers "start working."
So, when you are satisfied you stop eating.
When you come back, they stop sitting.
When the manger says so, you start working.
Wow, that's a brilliant explanation. Kudos to the logic skills.
However, take this for example:
We can't stop working until our manager says so
'Until' validates this section
|----------------------------------------|-----------------------------------------|
We can't stop working | We stop working
Our manager says so
means the same as
We stop working until our manager says so
'Until' validates this section
|----------------------------------------|-----------------------------------------|
We work | We stop working
Our manager says so
Disgruntling, isn't it?