AI Weekly #01 — Five stories that actually moved the week

Coverage: 8–14 Mar 2026

TL;DR: Anthropic took the Pentagon to court. OpenAI’s GPT‑5.4 pushed agents toward doing real work. Google dropped practical Gemini upgrades inside Workspace. Meta’s AI spend dominated headlines and it picked up a buzzy agent project. The community’s Qwen‑Agent trended with a ready‑to‑tinker framework.


1) Anthropic vs. the Pentagon, now in court

Anthropic sued the U.S. government to overturn a new “supply‑chain risk” designation that would block its models across federal systems. An internal DoD memo then instructed commanders to remove Anthropic AI from key systems within 180 days. Microsoft and a group of retired military leaders filed supporting briefs asking the court to pause the designation.

Why it matters: This will shape how labs set hard limits on surveillance and weapons, and it will influence which models appear in enterprise tools your company may buy.


2) OpenAI ships GPT‑5.4 with computer‑use

OpenAI released GPT‑5.4 with stronger reasoning plus agent‑safety notes. The headline change: a computer‑use capability that lets the model operate software in a controlled environment. GPT‑5.4 is cloud‑only via ChatGPT and the API.

Why it matters: This nudges chat toward “do the steps for me.” If you try it, use tight tool permissions and run it in a separate VM so it can’t bump your WordPress/MariaDB setup.


3) Google bakes Gemini deeper into Workspace (+ March Pixel Drop)

Google rolled out Gemini‑powered creation across Docs, Sheets, Slides, and Drive: draft from Gmail/Drive context, “Help me create” in Docs, “Fill with Gemini” in Sheets, and Drive Q&A over selected files. The March Pixel Drop adds Gemini task offloading, improved Circle‑to‑Search, and a desktop‑style external display mode for Pixels.

Why it matters: If you already pay for Workspace, the time‑savers land where you work. No new habits. Quick wins for reporting, summaries, and small planning tasks.


4) Meta’s AI push: layoff headlines and a viral agent pickup

Reports said Meta is considering cutting about 20% of staff to fund massive AI spend. In the same week, Meta acquired Moltbook, the viral “AI agents social network,” folding the team into Meta Superintelligence Labs.

Why it matters: Expect more money to flow into agents inside consumer apps. For end users, that means faster “do‑the‑thing” features; for small labs, more agent frameworks to evaluate.


5) Community viral: Qwen‑Agent hits GitHub Trending

Qwen‑Agent (on Qwen ≥ 3.0) provides function calling, a code interpreter, RAG, and Chrome‑extension support—ready for quick agent prototypes.

Why it matters: A fast lane to a “do‑stuff” prototype you can wire tool‑by‑tool. Use a VM, log every action, and keep it away from your production WordPress host while you learn.


My take (Lil Beast edition) — simple and safe

I’ll use GPT‑5.4 in the cloud and run computer‑use tests in a separate VM. My main box still runs WordPress and MariaDB, so I want that quiet and stable. For local tinkering I’ll try a small open model first, then revisit agents once I split services or add a second box.


Try this in 10 minutes (safe)

Run a tiny computer‑use experiment inside a throwaway VM or a cloud instance:

Goal: Open my sample spreadsheet and total Column C.
Steps:
1) Launch the spreadsheet app.
2) Open file: ~/demo/invoices_mar.xlsx
3) Sum Column C. Paste the result at the bottom as “Total”.
4) Save as invoices_mar_total.xlsx on the Desktop.
5) Tell me what changed and where the file is.

Keep tool permissions tight and log every action. Start with non‑critical files.

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *