Honestly a rare political tweet here but massive s/o to Chicago + IL state reps on not caving to unnecessary demands from a family worth $8 billion. The Bears will do incredible brand damage to a historic franchise all over property taxes if they go through with their move
OpenAI frontier models and Codex are now generally available on AWS, giving enterprises a new way to build on Amazon Bedrock with OpenAI through the security, compliance, and governance workflows they already use.
This is also the beginning of a broader expansion of OpenAI capabilities on AWS, including future availability for cybersecurity capabilities like Daybreak.
https://t.co/vMws0YU6Q3
My TL was flooded with complaints about the Claude Code token consumption bug a month or so ago but I haven’t seen a single tweet about the Codex token consumption bug 😂
I spend a lot (and by a lot I mean a lot) of time doing development & imo these are 5 things you should be doing to effectively dev with AI:
test driven development + strict typing
the model always has a contract to code against. without it you're just vibing into the void and hoping the output is correct, a simple suite of tests generated by the models themselves go a long way in reducing small syntactic errors
plan driven development
write a plan file that breaks implementation into phases with explicit manual validation checkpoints at each step. pause, verify expected state, resolve deviations before moving forward. this keeps the model's context sharp and prevents compounding mistakes across a long task
strict code readability/simplicity instructions
there's an old NASA paper on this that's worth a read:
(https://t.co/H3HE02L5vJ)
short functions, bounded loops, no recursion, check every return value. models will write clean code if you tell them exactly what clean means to us
be adversarial to your own design
have the model poke holes in your decisions before you commit to them. models will make hacky assumptions if you let them & I've found this surfaces those early rather than debugging them later
version control discipline
feature branch per task, commit at each validated checkpoint. this gives you clean rollback points and makes it obvious where a deviation from the plan introduced a problem
The takes on your feed this week are probably running the full range, from "Mythos is the end of security" to "Claude Code is garbage and unusable now." Reality's almost certainly somewhere in the middle. Wrote up some of my thoughts on the matter here: https://t.co/0TFCej6ZLE
I got to write up our analysis on this one! If your org is using LiteLLM as an LLM proxy layer, this is a "rotate credentials now, ask questions later" situation
On March 24, 2026, a severe compromise was identified in LiteLLM, a widely adopted open-source LLM proxy framework. A compromise at this centralized layer exposes your entire LLM provider surface area. Read more: https://t.co/WnAjgouCsL
On March 24, 2026, a severe compromise was identified in LiteLLM, a widely adopted open-source LLM proxy framework. A compromise at this centralized layer exposes your entire LLM provider surface area. Read more: https://t.co/WnAjgouCsL
oh boy, if any of you are reading this and using liteLLM (or know your org is using liteLLM). Please monitor the GitHub issues thread (https://t.co/vWza9g5u9X) for remediation guidance. One of the few market viable options for this so the impact on this one is going to be large..
LiteLLM HAS BEEN COMPROMISED, DO NOT UPDATE. We just discovered that LiteLLM pypi release 1.82.8. It has been compromised, it contains litellm_init.pth with base64 encoded instructions to send all the credentials it can find to remote server + self-replicate. link below
New in Claude Code: Remote Control.
Kick off a task in your terminal and pick it up from your phone while you take a walk or join a meeting.
Claude keeps running on your machine, and you can control the session from the Claude app or https://t.co/er6Blrr63e