"And they shall play a game where touching the ball with your hand or arm is strictly forbidden."
"And what happens if the ball strikes a defender's arm inside the box?"
"Nobody knows."
The US government, citing national security authorities, has issued an export control directive to suspend all access to Fable 5 and Mythos 5 by any foreign national, whether inside or outside the United States, including foreign national Anthropic employees.
The net effect of this order is that we must abruptly disable Fable 5 and Mythos 5 for all our customers to ensure compliance.
Access to all other Claude models is not affected.
We apologize for this disruption to our customers. We believe this is a misunderstanding and are working to restore access as soon as possible.
Read our full statement: https://t.co/bwn0sximKZ
workflows are just skills with extra steps but a very powerful ideas
inmediate template:
Classify-and-act
|
Fan-out-and-synthesize
|
Adversarial verification
|
Classify results
Now that pi supports setting session ids, I'm running it like this:
tpi projectX-main
what tpi is:
# pi in tmux
tpi() {
if [ -z "$1" ]; then
echo "usage: tpi <session-id>" >&2
return 2
fi
local name="$1"
tmux new -A -s "$name" "pi --session-id $(printf '%q' "$name")"
}
The most needed skills for ai engineering:
/auto-review: launch review agents in a loop until done or max rep
/improve-codebase-architechture: @mattpocockuk skill
/type-hunter: ai loves loose types, tighten them