OpenCode Go is becoming the best source of data on what models are being used and how
we've made a public stats page so you can see the latest
https://t.co/LGJdkzYUMf
We’re rolling out changes to make Fable 5’s safeguards for frontier LLM development visible.
Starting this week, flagged requests will visibly fall back to Opus 4.8—the same as our safeguards for cyber and bio. You will see this every time it happens. On the API, any flagged requests will return a reason for their refusal (coming to server-side fallback in the next few days).
We wanted to deploy Fable 5 to our users quickly and safely. Visible safeguards can be probed, so they have to be robust, which takes time to get right. Invisible safeguards can be targeted more narrowly, allowing us to ship quickly with very few false positives. We went with invisible safeguards for this reason—and that was the wrong tradeoff. You should have visibility into the safeguards we have in place, and why. We’re sorry for not getting the balance right.
Making the safeguards visible makes them easier to work around, so keeping them robust to jailbreaks will unfortunately mean more false positives while we improve the classifiers. We're also tuning our bio and cyber classifiers to trigger less often on harmless requests. We know this is frustrating and we’ll do our best to keep this period as short as possible.
If you think a request has been mistakenly flagged: run /feedback in Claude Code, click thumbs-down on the fallback in https://t.co/LtktniD5HY or Cowork, or file the safeguard appeal form for API requests. Your reports help us tune these classifiers and we appreciate your feedback.
https://t.co/TDAAYRGqDt
⚠️ Security release pre-alert: The Node.js project will release new versions of the 26.x, 24.x, 22.x
releases lines on or shortly after, Wednesday, June 17, 2026 in order to address one or more security issues, the highest severity is HIGH.
Details: https://t.co/lsjkOtkuxG
Make Antigravity your agentic development platform for Android by installing optional resources like the Android CLI and skills. You can enable it during onboarding or anytime under Settings > Customizations > Build With Google Plugins.
Heads up: Gemini is currently experiencing an outage. We're on it and will get everything back up ASAP. Some of the fixes are in, the rest coming very soon. Stay tuned for updates, and thanks for bearing with us!
🚀 MiMo Code V0.1 is now live and open-source!
More than an AI coding assistant in your terminal — it's the smartest coding partner you'll ever work with.
Comes with MiMo V2.5, a multimodal model available free for a limited time, featuring a million-token context window—ready to use out of the box.
♾️ Infinite Context: Knowledge accumulates automatically, and with lossless compression, even million-line projects keep every critical detail intact—quality never drops.
🧠 Agent-Model Synergy: An Agent framework deeply optimized for MiMo, with a full closed loop of testing, review, and validation—so complex tasks get done in one pass.
📝 Compose Mode: Specs → Plans → Build → Report. Design first, code second—clear thinking, no rework.
🔄 Self-Evolving System: Every session is automatically reviewed, distilling experience and best practices—the more you use it, the smarter it gets.
🎙️ Voice Input: Powered by MiMo-V2.5-ASR — just speak instead of type, and your voice becomes the prompt for truly hands-free coding.
🔌 Claude Code Compatible: Automatically loads your existing skills, MCP servers and commands, and reuses your API configuration—zero-cost migration, no setup required.
🌐 Open & Flexible: MIT licensed, with support for leading model providers including Anthropic, OpenAI, DeepSeek, Kimi, GLM and more.
Install in one line:
Mac & Linux
curl -fsSL https://t.co/ViHsb4eGns | bash
(For the best experience,we recommand Mac user use it on iTerm or vscode terminal)
Windows
npm install -g @mimo-ai/cli
🔗 Learn more
Website ↓
https://t.co/Aq9BVuyA9a
Blog ↓
https://t.co/f40wLgQicK
GitHub ↓
https://t.co/O5Mj3rzl9g
Meet DiffusionGemma ⚡ Our latest experimental open model (Apache 2.0) that generates text up to 4x faster.
Instead of predicting and typing just one word at a time like most language models, it drafts and refines entire blocks of text simultaneously.
Here’s how it works 🧵 ↓
Kimi Code v0.13.0 is out! 🚀
🔹Add custom color themes. Define your own palette!
🔹Add /import-from-cc-codex to import selected Claude Code and Codex instructions, Skills, and MCP settings.
🔹Show available plugin updates in the marketplace.
Want 4x faster local inference on dedicated GPUs for your interactive apps? DiffusionGemma is an experimental, open 26B MoE model that generates entire blocks of text simultaneously instead of token-by-token.
By shifting the local decoding bottleneck from memory-bandwidth to compute, it hits speeds over 700 tokens/sec on a single NVIDIA RTX 5090 GPU. This diffusion unlocks unique local workflows like real-time inline editing, code infilling, and instant self-correction.
📥 Download the Apache 2.0 weights on @HuggingFace: https://t.co/L5eqih19T5
📖 Read the full technical announcement on the blog: https://t.co/mESsFJNEDc
Microsoft’un yeni projesi Intelligent Terminal.
Windows Terminal fork’u, içine AI ajanlarını entegre ediyor. Hata aldığında otomatik algılayıp AI ile düzeltme öneriyor.
Henüz experimental seviyede.
📌 https://t.co/LWtb3XxRsh
#IntelligentTerminal#WindowsTerminal#AI
Steps to become a senior programmer:
1. Install my /teach skill
npx skills add mattpocock/skills --skill teach
2. Create a new working directory on your laptop
mkdir junior-to-senior
cd junior-to-senior
3. Kick off your coding agent in the directory
claude
4. Copy this prompt
/teach me how to be a great strategic programmer. My opinion is that AI is eating 'tactical, on-the-ground' programming. The day-to-day work of a developer involves not only coding, but also planning, QA, codebase design, and much more. I'm interested in learning the strategic skills - that, in a previous era, would take me from junior to senior - but in this era are table stakes.
5. Paste it into the coding agent
Below is an example of what the first output will look like. I used Opus 4.8, medium effort.
6. Continue working with the agent until you're a senior