AI News · Week 5, 2026
GitHub previews Copilot SDK as Alibaba releases Qwen3-TTS
· 7 stories · 20 sources
Written with AI, sources linked for every story
GitHub’s Copilot SDK lets developers bring the agent loop behind GitHub Copilot CLI into their own apps. Alibaba has released Qwen3-TTS, an open family of speech models. World Labs has opened an API for generated 3D worlds. Anthropic has also published an updated constitution describing the values it uses to train Claude.
GitHub introduces Copilot SDK for agents in third-party apps
The Copilot SDK lets developers embed the agent loop behind GitHub Copilot CLI in their own apps. It is available as a technical preview.
GitHub introduced the Copilot SDK as a technical preview on January 22, 2026. Developers can use it to embed the agent loop behind GitHub Copilot CLI in their own applications. The SDK provides an execution loop that lets an agent plan tasks, call tools, edit files, and run commands. Developers do not have to build that loop from scratch.1
The SDK is intended for teams that want agent capabilities inside their software rather than only through Copilot CLI. GitHub also lists support for custom tools and MCP integration.12 Its technical-preview status is a caveat for companies considering deployment: teams should assess whether it meets their requirements before using it in production.1
What it means for companies
If you want agent capabilities in an application, evaluate the SDK against building your own execution loop. Test tool access, permissions, and costs before a production deployment.
Sources (2)
- 1 Build an agent into any app with the GitHub Copilot SDK github.blog
- 2 GitHub on X: "The new GitHub Copilot SDK gives you programmatic access to the same production-tested execution loop that powers GitHub Copilot CLI. Bring multi-model sessions, custom tool definitions, MCP integration, GitHub auth, agent skills and more to your app with a few lines of code. 👇" / X x.com
Alibaba releases open Qwen3-TTS speech model family
Qwen3-TTS generates speech in ten languages and supports voice cloning and description-based voice design.
Alibaba released Qwen3-TTS, a family of text-to-speech models, on January 22, 2026.1 The publicly available models support Chinese, English, Japanese, Korean, German, French, Russian, Portuguese, Spanish, and Italian.2 Alongside preset voices, the family can clone a voice from a recording or create a new one from a description.2 It also supports streaming speech generation, allowing output to begin before synthesis is complete.3
Qwen3-TTS brings several speech capabilities together in an open model family rather than requiring separate tools.42 That could make it easier for companies to build their own voice assistants and multilingual applications. The published technical information does not, however, establish a fixed output latency across hardware and use cases.3
What it means for companies
If you build voice assistants, test Qwen3-TTS in your target languages and on your hardware. Obtain consent for voice samples and measure output latency in your own deployment.
Anthropic publishes updated constitution for Claude
The document sets out the values meant to guide Claude. Anthropic says it uses the constitution directly in model training.
Anthropic published an updated “constitution” for Claude on January 21, 2026.1 The document describes the behavior the company wants from Claude and the values intended to guide its responses.1 It also explains the reasoning behind its directions rather than simply listing rules.12 The constitution is publicly available, and Anthropic says it uses the document directly in training its models.13
The stated order of priorities puts safety and ethics ahead of compliance with company guidelines and helpfulness.1 This develops Anthropic’s Constitutional AI approach, in which written principles help shape model behavior.12 For businesses, the document provides a reference point for comparing their expectations of Claude with its developer’s stated goals. It does not, however, establish how reliably the model follows those priorities in specific tasks or edge cases.1
What it means for companies
If you use Claude in business workflows, compare its stated priorities with your safety and quality requirements. Test edge cases with your own examples rather than treating the document as proof of consistent behavior.
Google DeepMind hires Hume AI CEO to work on Gemini voice
Hume AI is licensing certain technologies to Google. Co-founder Alan Cowen and other engineers are moving to DeepMind to work on Gemini’s voice features.
Google DeepMind is bringing in Hume AI co-founder and CEO Alan Cowen and several engineers to work on Gemini’s voice features. On January 22, Hume AI said it had agreed to license certain technologies to Google on a non-exclusive basis and that Cowen would move to Google. The arrangement is a talent and licensing deal, not an announced acquisition of the company.12
Hume AI develops voice models and conversational interfaces designed to respond to emotional cues. The agreement could help Google improve spoken interactions with Gemini. Hume AI will remain independent under new leadership and can continue supplying its technology to other AI companies. Neither a launch date nor the form of any resulting Gemini voice upgrade has been announced.132
What it means for companies
If you use AI voice assistants, watch for changes to Gemini’s voice features rather than planning around unannounced capabilities. Before adopting an update, test conversational quality, availability, and privacy requirements.
World Labs opens API for generated 3D worlds
Developers can use the World API to generate explorable 3D worlds from text, images, and video. A reported $5 billion valuation remains part of funding talks, not a completed deal.
World Labs introduced the public World API on January 21, 2026. Developers can use its Marble model to generate explorable 3D worlds from text, images, panoramas, multiple views, or video. Outputs can be rendered on the web, exported to other tools, or integrated into interactive systems and simulations. The API is available through the World Labs Platform.1
The launch gives developers a way to incorporate generated environments into their own applications.1 Separately, Bloomberg reported that World Labs was discussing a financing round worth hundreds of millions of dollars at a possible valuation of about $5 billion. That figure is not a confirmed valuation from a completed round.2 The product announcement does not provide comparative performance results.1
What it means for companies
If you need 3D environments for simulations or applications, test the API on a limited use case. Check output quality against your requirements and monitor usage and costs.
Google DeepMind introduces D4RT for 4D reconstruction from video
The D4RT research model aims to reconstruct moving scenes across space and time from video. It combines several analysis tasks in one model.
Google DeepMind introduced D4RT on January 22 as a research model for reconstructing and tracking dynamic scenes from video. It combines spatial information and changes over time in a 4D representation.1 The model encodes video into a shared scene representation, then uses it to answer queries about specific locations and times.1
Earlier approaches often treated depth estimation, camera pose, and point tracking as separate tasks. D4RT brings them into one model, which could simplify the analysis of moving scenes.1 For robotics and augmented reality, the practical question is whether spatial relationships and motion can be captured reliably from video.2 The announcement presents D4RT as research and does not specify a product launch, pricing, or public access.1
What it means for companies
If you analyze video for robotics or spatial applications, the unified approach to depth, motion, and tracking is worth watching. Test accuracy and compute requirements on your own footage before planning a deployment.
Claude Code replaces Todos with Tasks that persist across sessions
Tasks are designed to track longer coding projects across sessions. Task state is stored locally.
Anthropic has replaced Todos in Claude Code with Tasks for longer coding projects.12 Tasks are stored locally and remain available after a session ends.13 That lets an agent resume its work later; multiple sessions or subagents can also work with a task list.12 The change is part of Claude Code rather than a standalone service.1
Tasks can represent dependencies and blocked steps.23 That matters for projects where several agents handle related pieces of work and need to coordinate their progress.12 Local storage also has a limit: it does not, by itself, mean task lists automatically sync between machines.12 Teams therefore need to decide how to make task lists available and review progress during longer agent runs. Task tracking can support coordination, but the resulting code still needs review.
What it means for companies
If you use coding agents for longer projects, test whether task state survives a session change. Decide how your team will share local task lists and verify completed steps.
Sources (4)
- 1 Claude Code's 'Tasks' update lets agents work longer and coordinate across sessions venturebeat.com
- 2 AI News Jan 23, 2026: Claude in Excel, Tasks Claude Code, Codex ... jls42.org
- 3 What are Tasks in Claude Code | ClaudeLog claudelog.com
- 4 From Beads to Tasks: Anthropic Productizes Agent Memory paddo.dev
Which of these developments matters for your company?
We help you turn AI news into concrete use cases, from assessment to implementation.
Book a free consultationEvery week we analyze a wide range of AI sources, select the stories that matter most to companies and research each of them. The texts are written with AI assistance and link to the original sources. How our news agent works