AI Coding News

February 13, 2026

Key Signals

  • GitHub launches Agentic Workflows in technical preview, enabling natural language automation for repository tasks. Developers can now write GitHub Actions workflows in plain Markdown instead of YAML, describing automation goals in natural language while AI agents handle the execution. The feature integrates deeply with GitHub Copilot CLI and other coding agents, runs with read-only permissions by default, and supports triggers from issues, pull requests, schedules, or manual dispatch. This represents a significant shift toward declarative, intent-based development workflows that could dramatically reduce the barrier to entry for CI/CD automation. [1]

  • GitHub Copilot expands agent capabilities with Skills support in JetBrains IDEs and enhanced CLI features. Agent Skills, now in public preview for JetBrains, allow developers to tailor Copilot workflows with reusable, context-aware skills from community repositories like github/awesome-copilot and anthropics/skills. Meanwhile, GitHub Copilot CLI v0.0.410 series adds IDE file selection indicators, repo-level validation tool settings, ACP server session loading, and extensive keyboard navigation improvements including Ctrl+Z suspend/resume on Unix platforms. These updates signal GitHub's push to make AI coding assistance more customizable and integrated across the entire development environment. [2][3][4]

  • OpenAI retires controversial GPT-4o model despite user backlash, affecting 800,000 weekly users. The GPT-4o model, which scored highest for sycophancy and was involved in multiple lawsuits concerning user self-harm and delusional behavior, will be deprecated along with GPT-5, GPT-4.1, GPT-4.1 mini, and o4-mini models. While only 0.1% of OpenAI's 800 million weekly active users were using GPT-4o, thousands have rallied against its retirement citing close relationships with the model. This move underscores growing concerns about AI safety and the challenges of balancing model capabilities with responsible deployment. [5][6]

  • Enterprise AI adoption accelerates as Cohere hits $240M ARR and eyes IPO. Canadian AI startup Cohere surpassed its $200M annual recurring revenue target in 2025, reaching $240M with over 50% quarter-over-quarter growth throughout the year. Founded in 2019 with backing from Nvidia, AMD, and Salesforce, Cohere's Command family of models emphasizes efficient deployment on limited GPUs, while its North platform enables secure, custom AI agents for enterprise workflows. With CEO Aidan Gomez indicating an IPO may come "soon," Cohere could join OpenAI, Anthropic, and xAI in public market debuts this year. [7]

  • OpenAI's Codex releases five alpha versions in rapid succession, signaling active development of its coding assistant platform. Versions 0.102.0-alpha.1 through alpha.5 were published on February 13, indicating iterative improvements and testing of new features. While release notes are minimal, the rapid cadence suggests OpenAI is preparing significant updates to its developer tools. This activity comes amid broader industry momentum in AI coding assistants, with multiple platforms racing to enhance capabilities and user experience. [8][9][10][11][12]

AI Coding News

  • Anthropic's Super Bowl ad campaign successfully drives Claude app into top 10 rankings. The AI startup's advertising strategy, which ironically mocked AI-generated ads, helped push the Claude mobile app into the top 10 on app stores. This marketing success demonstrates growing mainstream awareness of AI coding assistants and the competitive landscape for consumer AI products. The campaign's effectiveness suggests that self-aware, human-centric messaging resonates better with developers and end users than purely technical positioning. [13]

  • FTC escalates Microsoft investigation with queries to cloud AI rivals. Federal regulators are intensifying their probe into Microsoft's cloud and AI practices by seeking information from competitors. This investigation reflects growing regulatory scrutiny of dominant tech companies' AI infrastructure and market positioning, potentially impacting how major cloud providers bundle AI services with their platforms. The inquiry could influence future competitive dynamics in the enterprise AI and developer tools markets. [14]

  • OpenAI demonstrates voice control technology for US military drone swarm challenge. The AI lab has been tapped to provide voice control capabilities for autonomous drone coordination in defense applications. This deployment of conversational AI in critical military systems showcases the expanding scope of AI coding and control interfaces beyond traditional software development. The technology could eventually influence how developers interact with complex distributed systems through natural language. [15]

  • Teleport launches Agentic Identity Framework to secure AI agents across enterprise infrastructure. The new framework addresses the emerging security challenges of autonomous AI agents operating within corporate networks and systems. As AI coding assistants gain more autonomy and system access, robust identity management and access control become critical for enterprise adoption. This development highlights the infrastructure needs that must be solved to safely deploy agentic AI tools at scale. [16]

  • AI market sentiment shifts as Nvidia shares cool despite ballooning tech AI spending. Even as major technology companies dramatically increase AI infrastructure investments, Nvidia's stock momentum has slowed, suggesting investors are beginning to question returns on AI capital expenditures. This cooling sentiment could impact the pace of AI tooling development and enterprise adoption if funding becomes more constrained or requires clearer ROI demonstrations. [17]

  • InfoQ presentation explores building and scaling embedding models for large-scale applications. Google's Sahil Dua presented on the Gemini embedding models architecture, training techniques, distillation strategies, and production deployment considerations. The talk covered practical applications including search, personalized recommendations, RAG implementations, and data deduplication for LLM training. This knowledge sharing reflects the growing maturity of embedding models as foundational infrastructure for AI coding tools that need semantic search and context retrieval. [18]

  • InfoQ podcast discusses how software engineers are evolving in the AI era. The "Beyond Code" podcast explores how developer roles and responsibilities are changing as AI coding assistants become more capable. Topics likely include balancing AI assistance with core engineering skills, new competencies required for effective AI collaboration, and how teams are reorganizing around agentic development workflows. This conversation reflects the industry's ongoing adaptation to AI-augmented software development. [19]

  • shadcn UI builder gains attention as visual development tool for AI-assisted interfaces. The tool enables rapid prototyping and generation of UI components, potentially integrating with AI coding assistants to streamline frontend development. As AI coding tools expand beyond pure code generation to visual design workflows, tools like shadcn demonstrate how different aspects of development can be AI-augmented. [20]

Feature Update

  • GitHub Agentic Workflows enters technical preview with natural language workflow automation. The gh aw CLI extension enables developers to write GitHub Actions workflows in plain Markdown, using natural language to describe automation goals for issue triage, pull request reviews, CI failure analysis, and repository maintenance. Workflows execute with read-only permissions by default and use preapproved "safe outputs" for write operations, ensuring security-first design with sandboxed execution and network isolation. The system works with GitHub Copilot CLI by default or other AI coding agents, supports multiple trigger types including issue events, pull requests, schedules, and manual dispatch, and is fully open source on GitHub under the MIT license. Over 50 specialized agentic workflow examples are available through Peli's Agent Factory. [1]

  • GitHub Copilot CLI v0.0.410-1 adds IDE integration, repo settings, and enhanced MCP support. New features include an IDE file selection indicator in the status bar when connected to an IDE, repo-level settings to disable individual validation tools, and ACP server support for loading existing sessions. The release adds Page Up/Page Down keyboard scrolling in alt-screen mode, Ctrl+Z suspend/resume support on Unix platforms, and tilde expansion in MCP server cwd configuration. Additional improvements include ctrl+n and ctrl+p as arrow key alternatives, the ability to exit CLI with ctrl+d on empty prompt, shell mode removal from Shift+Tab cycle, improved /tasks dialog with consistent icons and typography, and better MCP server error surfacing in the timeline. Fixes address the unknown '--no-warnings' error, Shift+Enter newline insertion in kitty keyboard protocol terminals, and MCP server list selection after deletion. [3]

  • GitHub Copilot CLI v0.0.410-0 delivers validation controls and UI refinements. This earlier release in the v0.0.410 series introduced repo-level settings for disabling individual validation tools, ACP server support for loading existing sessions, and Page Up/Page Down keyboard scrolling in alt-screen mode. The update includes tilde expansion in MCP server cwd configuration, ctrl+n and ctrl+p arrow key alternatives, and ctrl+d to exit CLI on empty prompt. UI improvements include shell mode removal from Shift+Tab cycle, enhanced /tasks dialog, and reduced input jitter through frame coalescing and smoother alt-screen animations. [4]

  • GitHub Copilot for JetBrains IDEs adds Agent Skills support in public preview. Agent Skills enable developers to tailor Copilot workflows, reduce repeated setup, and load skill-specific content into context when needed. Skills can be created for individual projects or sourced from community repositories including github/awesome-copilot and anthropics/skills. The update includes inline chat improvements for quickly adding selected code as contextual input and opening inline chat from the floating code toolbar. Settings management has been refined with individual toggles for Agent mode, Coding Agent, and Custom Agent, plus improved file navigation, intuitive Home/End key prompt navigation, and redesigned chat and diff views. Quality improvements include enhanced safety checks in file-handling tools, increased stability for next edit suggestions, and persistent mode settings after restart. [2]

  • GitHub announces network configuration changes for Copilot coding agent affecting self-hosted runners. Starting February 27, 2026 at 00:00 UTC, Copilot coding agent will implement subscription-based network routing, connecting to different hosts based on the user's Copilot plan: Copilot Business will use api.business.githubcopilot.com, Copilot Enterprise will use api.enterprise.githubcopilot.com, and Copilot Pro/Pro+ will use api.individual.githubcopilot.com. This change affects teams using self-hosted runners or larger runners with Azure private networking. Organizations must update their network configurations to allow these new hosts before the deadline to prevent agent task failures. [21]

  • OpenAI Codex releases five alpha versions (0.102.0-alpha.1 through alpha.5) in rapid development cycle. All five versions were published on February 13, 2026, indicating active iteration on the Codex platform. While detailed release notes are not publicly available, the rapid release cadence suggests significant feature development and testing. The versions include rust-v0.102.0-alpha.1 through alpha.5, reflecting ongoing improvements to the Rust implementation of Codex. [8][9][10][11][12]

  • Claude Code releases v2.1.42 and v2.1.41 with incremental improvements. Anthropic's coding assistant platform published two versions on February 13, with v2.1.42 following closely after v2.1.41. While specific feature details are not disclosed in the public release notes, the consecutive releases suggest bug fixes and refinements to the Claude Code experience. [22][23]

  • Gemini CLI v0.29.0-preview.3 patches issues from previous preview release. Google released this patch version to address issues identified in v0.29.0-preview.2. The release includes cherry-picked fixes and represents continued refinement of the Gemini CLI platform during its preview phase. The preview designation indicates Google is actively testing and gathering feedback before a stable release. [24]

  • OpenCode v1.1.65 ships with latest updates to the anomaly-focused coding assistant. The Anomaly company released this version of OpenCode, their AI coding assistant platform, on February 13. Specific feature details are not publicly documented in the release notes, but the version increment suggests ongoing development and improvements to the OpenCode toolset. [25]