Cursor agents can now read and write across Gmail, Drive, Calendar, Docs, and Sheets through new MCP plugins.
That means an agent with write access to your real inbox. Worth checking the permissions before you turn it on.
Qwen just released Qwen3.8-Max, an open-source model built for coding, and it's already available inside Command Code so you can switch to it today on real projects.
It's aimed at agentic work, where the model makes code changes on its own instead of answering one question.
Because it's open-source, teams that don't want proprietary code leaving their network can run it on their own machines.
One catch: nobody's published specs.
"Run it locally" probably means server GPUs, so for most people just selecting it in Command Code is the easy path.
DeepSeek posted a notice that significant API price increases are coming.
Cheap inference was a land grab, not a business model. Serving costs come due.
Worth pricing your app against DeepSeek at double the current rate, before you have to.
Meta shipped Muse Code in beta, a terminal agent for complex software engineering.
Every lab has a CLI coding agent now. The gap is no longer the model, it is how it handles a messy repo.
Worth benchmarking against your own codebase.
@deepseek_ai just posted a notice on its platform that it plans to significantly raise API pricing soon, the fee developers pay every time their app runs the model.
No date or new numbers yet, but building on cheapest-today looks shaky now.
@deepseek_ai Add up what your app spends on DeepSeek calls now, then wire in one other low-cost model as a backup so a price jump doesn't strand your project mid-build.
Better to have the fallback ready than scramble after.
Bolt launched a free Template Marketplace of full-stack apps built by design studios.
Each ships with the server, database, and logic wired up, so a Finance Tracker already calculates its totals.
You start from a working app, not a blank prompt.
Warp shipped a standalone Agent CLI that runs its coding agent in any terminal, not just the Warp app.
It has full shell access, so you can cd between directories without resetting the session. That is the part worth testing on your own repo.