Logo
Decide better.Live better.
Logo
Decide better.Live better.

Yandex Launches SourceCraft CLI on April 22, 2026. CLI uses DeepSeek, Qwen, and GPT‑oss to turn prompts into code, tests, and PRs

Yandex Launches SourceCraft CLI on April 22, 2026

On April 22, 2026, Yandex B2B Tech launched the SourceCraft CLI, embedding an AI agent in developers’ terminals. The agent converts natural‑language prompts into code, runs tests, and opens pull requests. Powered by Yandex AI Studio, it uses proprietary models and open‑source options such as DeepSeek, Qwen, and GPT‑oss, keeping data on‑platform.

22 April 2026

News

banner

TLDR:

  • Yandex B2B Tech released the SourceCraft CLI on April 22, 2026, embedding an AI agent that writes code, runs tests, and opens pull requests from prompts.
  • The CLI converts plain‑language tasks into code, validates it with tests and creates a pull request, turning hours of work into a single command.
  • Powered by Yandex AI Studio, the agent runs mixed models while keeping code and data inside the platform; future updates will learn from a team’s knowledge base.

Yandex B2B Tech launched the SourceCraft CLI console application on April 22, 2026, bringing command-line control to its cloud platform and placing an AI agent directly in the developer's terminal. The agent writes code, runs tests, and opens pull requests. Tasks that once demanded hours now fold into a single typed instruction.

What the tool does: The SourceCraft CLI accepts natural-language prompts and translates them into working code. Developers describe a task, refactor a module, add validation logic, wire up an endpoint, and the agent executes it autonomously. It writes the implementation, validates the output with automated tests, and submits a pull request for review. The workflow collapses manual steps into a single command.

According to the April 22, 2026 announcement, a Yandex B2B Tech press office statement explained,

"In the console app, the developer states a task in natural language, after which the agent executes it autonomously in the background, writing code, validating it with tests, and creating a pull request."

Architecture and model support: Yandex AI Studio powers the agent, offering access to proprietary language models alongside open-source options including DeepSeek, Qwen, and GPT-oss. Code and work data remain inside the platform, a design choice that matters for U.S. teams navigating compliance requirements and internal security policies. The architecture keeps the development environment contained, reducing the surface area for data leakage.

What comes next: Dmitri Ivanov, head of the SourceCraft platform, outlined the next development stage. The system will integrate a team's accumulated knowledge, past technical decisions, internal standards, architecture patterns, and apply them to new tasks. The agent will learn not only from external models but from the organization's own history, accelerating work that depends on institutional memory.

The evolution from general-purpose code generation to context-aware execution represents a meaningful shift in how development tools understand the difference between writing code and writing the right code. The CLI is a step toward tools that know what a team has already decided, promising to reduce onboarding friction and enforce consistency across distributed teams working in complex codebases.

What is this about?

Feed