September 22 was one of the busiest days in AI this year: Anthropic and OpenAI both shipped cheaper frontier-class models within hours of each other. The rest of the week brought always-on cloud coding, a leaner open-weight model for home GPUs, and a speech model you can direct like an actor. We only kept items that people on Reddit are already using.
Claude Opus 5.5 does Fable-level work for less
ModelConfirmed in r/ClaudeCodeView thread
Anthropic released Claude Opus 5.5 on September 22. It is the first model in the Claude 5.5 family, and Anthropic says it performs at the level of Claude Fable 5.1 on most tasks while costing about 40% less to run than Opus 5 on typical workloads. API pricing is $4 per million input tokens and $20 per million output, down from $5 and $25, and cache reads fell to $0.20. Anthropic also says it writes output more than 30% faster than Opus 5. It is live on the Claude API, AWS, Google Cloud and Azure, and in Pro, Max, Team and Enterprise plans.
Reddit's early verdict leans positive. In an r/ClaudeCode thread asking whether it really beats Fable, the top answer reports a similar result that is "much more efficient." On r/ClaudeAI, a thread on Claude Code speed calls it "crazy fast." One dissent: a popular r/ClaudeAI thread finds it a better coder but a weaker creative partner.
What to do: switch your default model to Opus 5.5 for a day of real work. If you run agents on the API, read the migration notes first: thinking can't be turned off on this model.
GPT-6 Sol and Luna cut OpenAI's prices in half
ModelConfirmed in r/codexView thread
The same day, OpenAI added GPT-6 Sol and GPT-6 Luna below its flagship GPT-6 Astra. They are trained with methods similar to Astra's and priced 50% below the GPT-5.6 versions: Sol is $2 in and $10 out per million tokens, and Luna is $0.10 in and $0.50 out. OpenAI's own numbers put Sol at 68.8% on the DeepSWE coding test and Luna at 66.6%, with Luna costing 93% less per task than Claude Opus 5. Both are in ChatGPT Work and Codex for paid plans, in the API as gpt-6-sol and gpt-6-luna, and in GitHub Copilot. Free users get Luna in the desktop app.
Codex users started measuring right away. One r/codex poster A/B tested the two Luna versions on 10 real tasks in a roughly 60,000-line codebase. Not everyone is sold: an r/ChatGPT thread argues Luna did worse than 5.6 on its tests.
What to do: move bulk background jobs to Luna and check the results closely. Save Sol for harder work.
Claude Code cloud sessions are now fully launched
FeatureConfirmed in r/ClaudeCodeView thread
On September 23, Anthropic moved Claude Code cloud sessions out of research preview. A cloud session runs Claude Code on an Anthropic-managed virtual machine instead of your computer, so the work continues after you close the laptop. You can check on it from the browser, the Claude phone app or the desktop app. The docs show how to start one from a terminal with `claude --cloud "your task"` and pull it back to your machine with `--teleport`. They're included with Pro, Max and Team plans. To mark the launch, existing subscribers get a one-time credit: $100 on Pro and $250 on Max.
On Reddit, the credit got more attention than the feature. Threads on r/ClaudeAI and r/Anthropic confirm people receiving it. The useful discussion is in a thread on downsides, where the top answer points out that a cloud session can't see your local files.
What to do: push your branch, then send one long, well-defined task to the cloud and let it run overnight.
ThinkingCap trims Qwen3.8-27B's overthinking
ModelConfirmed in r/LocalLLMView thread
Qwen3.8-27B has become a favorite for local users, but it is known for reasoning at length. BottleCap AI's ThinkingCap-Qwen3.8-27B is a fine-tune built to fix that. Its model card reports 37% fewer reasoning tokens on average, and between 11% and 66% fewer depending on the benchmark. Average accuracy is 85.8%, compared with the base model's 86.6%. It ships as GGUF files for llama.cpp, LM Studio and Ollama, and also in NVFP4 and MLX 4-bit builds. Check the license before using it at work: it's PolyForm Small Business plus a personal-use grant.
r/LocalLLaMA has already tested it against a rival "low-thinking" fine-tune. On an AMD 7900 XTX, one tester found ThinkingCap finished about 23% faster than the base model. A commenter on the release thread notes that setting stock Qwen3.8 to "medium" effort also cuts token usage.
What to do: if you run Qwen3.8-27B locally, swap in the ThinkingCap GGUF for a week and compare time per task.
Gemini 3.8 Flash TTS turns a text prompt into a voice
ModelConfirmed in r/BardView thread
Google released Gemini 3.8 Flash TTS and Flash-Lite TTS, two text-to-speech models now available in the Gemini API and Google AI Studio. Flash lets you design an original voice from a written description in more than 100 languages. You can also direct delivery line by line, stage a two-speaker scene, and add sounds like laughs and sighs. There are more than 2,000 ready-made voices. Flash-Lite is the cheaper option for high-volume narration. You can also copy a voice from a 30-second sample, but only with a recorded consent statement from the speaker. All output carries Google's SynthID watermark. A pricing analysis notes that the launch prices double on January 1, 2027.
Builders on r/Bard got to work quickly. One poster built a live AI podcast on it and highlighted streaming multi-speaker audio with control over each speaker's delivery.
What to do: try voice design in AI Studio now. If you'll run it at volume, budget for the January price change.
Quick answers
How much does Claude Opus 5.5 cost?
On the API, Claude Opus 5.5 costs $4 per million input tokens and $20 per million output tokens, according to Anthropic. It's also included in Claude's Pro, Max, Team and Enterprise plans.
Can free ChatGPT users try GPT-6 Luna?
Yes. OpenAI says Free and Go users can access GPT-6 Luna in the desktop app. Sol and Luna are available in ChatGPT Work and Codex for paid plans.
What is a Claude Code cloud session?
It's a Claude Code session that runs on Anthropic-managed infrastructure instead of your computer, so it keeps working after you close your laptop (Claude Code docs).
Sources
- [1]Anthropic: Introducing Claude Opus 5.5
- [2]r/ClaudeCode: Is Opus 5.5 really better than Fable in your experience?
- [3]r/ClaudeAI: Opus 5.5 in Claude Code is crazy fast
- [4]r/ClaudeAI: Opus 5.5 is the new 4.6
- [5]OpenAI: Introducing GPT-6 Sol and Luna
- [6]r/codex: GPT 6 Sol and Luna
- [7]r/codex: I A/B tested GPT-5.6 Luna and GPT-6 Luna
- [8]r/ChatGPT: GPT-6 Luna released
- [9]r/GithubCopilot: GPT-6 Sol and GPT-6 Luna now available
- [10]ClaudeDevs on X: cloud sessions out of research preview
- [11]Claude Code docs: Use Claude Code in the cloud
- [12]r/ClaudeCode: Cloud sessions are officially available
- [13]r/ClaudeAI: $250 in cloud session credits
- [14]r/ClaudeAI: Claude in Cloud: is there a downside?
- [15]Hugging Face: bottlecapai/ThinkingCap-Qwen3.8-27B
- [16]Hugging Face: ThinkingCap-Qwen3.8-27B-GGUF
- [17]r/LocalLLM: ThinkingCap Qwen3.8-27B has been released
- [18]r/LocalLLaMA: 7900 XTX, two low-thinking Qwen 3.8 27B quants
- [19]Google: Gemini 3.8 Flash TTS and Flash-Lite TTS
- [20]Digital Applied: Gemini 3.8 Flash TTS price doubles in January
- [21]r/Bard: I built a live AI podcast with Gemini 3.8 Flash TTS
