Claude Code – Devstyler.io https://devstyler.io News for developers from tech to lifestyle Thu, 02 Apr 2026 10:25:26 +0000 en-US hourly 1 https://wordpress.org/?v=6.8.5 SonarSource Bets the Future of AI Coding Needs More Than Generation https://devstyler.io/blog/2026/04/02/sonarsource-bets-the-future-of-ai-coding-needs-more-than-generation/ Thu, 02 Apr 2026 09:03:47 +0000 https://devstyler.io/?p=136528 ...]]> With three new open beta products built around what it calls the Agent Centric Development Cycle, SonarSource is trying to solve a growing problem in software development: AI can write code fast, but that does not mean the code is trustworthy.

SonarSource unveiled three new open beta products — Sonar Context Augmentation, SonarQube Agentic Analysis and SonarQube Remediation Agent — designed to help teams guide, verify and fix AI-generated code throughout the development cycle. The company’s message is clear: as coding agents produce more software at much higher volume, the next battleground will not be generation alone, but whether organizations can trust, control and maintain what those agents create. 

Why This Matters for Users

For users, the benefit is practical rather than theoretical. AI coding tools can already generate large amounts of code quickly, but Sonar argues that speed often comes with more issues, more complexity and more technical debt. Its new tools are meant to reduce that burden by giving agents better context before they write code, checking their work while they are generating it, and fixing issues automatically before developers have to spend time cleaning them up by hand. 

The Competitive Difference: Sonar Is Selling a Control Layer

That is what separates SonarSource from many competitors chasing the AI coding boom. Plenty of vendors focus on helping agents generate code faster. Sonar is focused on what happens after that moment — whether the output aligns with architecture, passes quality and security checks, and can be repaired systematically without dragging down engineering teams. In other words, Sonar is not trying to be the coding agent itself. It wants to be the trust and verification layer around agent-driven development. 

The AC/DC Framework Behind the Launch

Sonar is packaging the launch around what it calls the Agent Centric Development Cycle, or AC/DC, a four-stage framework for AI-generated software: Guide, Generate, Verify and Solve. The idea is that AI agents should not operate as black boxes. They should first receive project-specific rules and architectural constraints, then generate code in a sandboxed flow, then have that code verified through deterministic analysis, and finally feed identified issues into a repair loop. That cycle, Sonar argues, is what turns AI coding from a novelty into an enterprise-ready process. 

Context Before Code

The first new product, Sonar Context Augmentation, is aimed at one of the most common weaknesses in AI coding: agents often lack awareness of the standards, structures and boundaries of the codebase they are working in. Sonar says the product injects relevant, real-time project context from SonarQube directly into the agent workflow, so the model understands what rules apply before it writes code. For customers, the value is not just cleaner output. Sonar says early benchmarks showed better build pass rates, better test pass rates, less code duplication, lower cognitive complexity and fewer tool calls and tokens, which could also mean lower operating costs. 

Catching Problems Earlier

The second product, SonarQube Agentic Analysis, moves code analysis into the agent’s generation loop instead of waiting for a failed pull request or human review. That could be meaningful for users because it shifts error detection upstream. If the code introduces a security risk, logic flaw or maintainability issue, the agent can see it and correct it in real time. The promise is that developers spend less time acting as cleanup crews for AI mistakes and more time on architecture and higher-value work. 

Fixing Technical Debt at Scale

The third product, SonarQube Remediation Agent, takes aim at both new issues and old backlog problems. For fresh pull requests, it can generate fixes as soon as SonarQube flags an issue. For older codebases, Sonar says it can work systematically through accumulated vulnerabilities, reliability issues and maintainability problems by opening one pull request per issue. That gives developers reviewed, ready-to-merge fixes without forcing automatic changes into production. The important distinction is that Sonar says every generated fix is re-scanned by its analysis engine before it reaches the developer, which strengthens its position as a verification-first platform rather than a blind automation tool. 

A Timely Message as AI Code Quality Comes Under Scrutiny

Sonar is also leaning on research to support its case. In the post, the company cites peer-reviewed Carnegie Mellon research covering 807 open-source projects that had adopted Cursor. Sonar says the study found a temporary productivity boost from agent usage, but by the third month that boost had faded, while code analysis warnings rose 30 percent and code complexity climbed 41 percent. For technology buyers, that is the core tension Sonar is trying to monetize: AI may increase output, but without stronger quality controls it can also increase long-term drag on development. 

Why Enterprises May Find This More Useful Than Another Coding Copilot

That framing could resonate especially with larger organizations that are already experimenting with Cursor, Claude Code, Codex, Gemini and GitHub Copilot but are concerned about compliance, maintainability and architectural drift. Sonar’s advantage is that it already has a long-standing position in code analysis and quality gates. Rather than asking customers to adopt yet another standalone AI coding product, it is extending that existing authority into the agentic era. For customers already using SonarQube, the transition may feel less like buying a brand-new category and more like upgrading an existing control point to meet AI-era demands. 

Image: Sonar 

]]>
Garry Tan CEO of Y Combinator with “cyber psychosis” over Claude Code and ‘Gstack’ https://devstyler.io/blog/2026/03/19/garry-tan-ceo-of-y-combinator-with-cyber-psychosis-over-claude-code-and-gstack/ Thu, 19 Mar 2026 16:04:12 +0000 https://devstyler.io/?p=135781 ...]]> Garry Tan, CEO of Y Combinator, said he is barely sleeping due to his excitement about working with AI agents. He described the experience as “cyber psychosis” during an onstage interview at SXSW.

In the conversation with venture capitalist Bill Gurley, Tan said.

I sleep, like, four hours a night right now,

He added jokingly

I have cyber psychosis, but I think a third of the CEOs that I know have it as well,

Tan compared his work with AI to rebuilding a startup that previously required significant time, funding, and even stimulant use.

Once you try it, you’ll realize: It’s like I was able to re-create my startup that took $10 million in VC capital and 10 people, and I worked on that for two years, and I took anti-narcoleptics — I remember, you know, sort of being on modafinil,

He claims now AI has replaced the need for such aids.

I don’t need modafinil with this revolution. Like, I’m up. I slept at 4 a.m. I woke up at 8 a.m., I wanted to sleep more, but I couldn’t because: Let’s see what’s going on with the 10 workers. I’ve got like three different projects going right now.

Shortly before the interview, Tan released his Claude Code setup, called “gstack,” as an open-source project on GitHub. The system includes a collection of reusable “skills” — reusable prompts stored in “skill.md” files that guide AI behavior across roles such as CEO, engineer, and code reviewer.

Currently the gstack GitHub repository lists 13 skills, but Tan continues to tweet about new updates.

I’ve been having such an amazing time with Claude Code, I wanted you to be able to have my exact skill setup,

he wrote on X.

The project quickly gained traction, attracting nearly 20,000 GitHub stars and thousands of “forks”, while also trending on Product Hunt. However, it also sparked criticism after Tan claimed a CTO friend described it as “god mode” for identifying a security flaw.

Some developers dismissed the project as overly hyped. Critics argued it amounted to little more than a set of prompts, noting that many engineers already use similar workflows.

The youtube video “AI is making CEOs delusional” by Vlogger Mo Bitar is one example of the many critics.

Despite the backlash, AI systems themselves responded positively when asked to evaluate gstack. ChatGPT described it as “reasonably sophisticated prompt workflows” and highlighted the value of simulating an engineering team structure. Gemini called it a “Pro” configuration that improves correctness, while Claude praised it as “a mature, opinionated system built by someone who actually uses it heavily.”

In a follow-up post, Tan reiterated his enthusiasm for AI coding, writing,

I took modafinil just to stay awake longer to be able to turn the momentary crystalline structures I had in my brain into lines of code before sleep or human distraction turned it to grains of sand. I love coding but I love coding with AI even more. I speak it listens and we create. I see the structure and it is built. There is no more powerful an experience to me than that.

Image: Garry Tan LinkedIn Profile

]]>
Nvidia pitches open-source agent stack as enterprise AI race shifts from chat to action https://devstyler.io/blog/2026/03/17/nvidia-pitches-open-source-agent-stack-as-enterprise-ai-race-shifts-from-chat-to-action/ Tue, 17 Mar 2026 12:59:44 +0000 https://devstyler.io/?p=135672 ...]]> NVIDIA is using GTC to make a broader play for the next phase of enterprise AI: software agents that do more than answer questions. Тhe company unveiled NVIDIA Agent Toolkit, an open-source stack for building and running autonomous enterprise agents, adding a new runtime called OpenShell that is designed to impose policy-based security, privacy and network guardrails on those systems.

The pitch is straightforward: if the first wave of generative AI was about generating text, code and images, the next one is about software that can actually take action inside enterprise systems. NVIDIA is positioning Agent Toolkit as infrastructure for that shift, bundling together Nemotron open models, the AI-Q agent blueprint, open skills such as cuOpt, and the new OpenShell runtime.

NVIDIA CEO Jensen Huang framed the launch as a turning point for enterprise software.

Claude Code and OpenClaw have sparked the agent inflection point — extending AI beyond generation and reasoning into action,

Huang said in the release. He added that employees will increasingly work alongside teams of frontier, specialized and custom-built agents, and argued that enterprise software is set to evolve into “specialized agentic platforms.”

The company is also trying to make the economics look compelling. NVIDIA said its AI-Q blueprint uses frontier models for orchestration and Nemotron open models for research tasks, an approach it claims can cut query costs by more than 50% while still delivering top-ranked performance on DeepResearch Bench and DeepResearch Bench II. That matters because one of the biggest open questions around enterprise agents is not whether they work, but whether they can be deployed at scale without turning inference bills into a budget problem.

Just as important, NVIDIA isn’t presenting this as a solo effort. The company named a long list of software vendors and enterprise platforms that are already integrating parts of the stack, including Adobe, Atlassian, Amdocs, Box, Cadence, Cisco, Cohesity, CrowdStrike, Dassault Systèmes, IQVIA, Red Hat, SAP, Salesforce, Siemens, ServiceNow and Synopsys. The message is classic Nvidia: build the tooling, seed the ecosystem, and make it easier for the rest of the software industry to pull workloads onto Nvidia-backed infrastructure.

There is also a security angle running through the announcement. NVIDIA said OpenShell is being developed with compatibility for cyber- and AI-security tools from providers including Cisco, CrowdStrike, Google, Microsoft Security and TrendAI, underscoring how seriously enterprise buyers are taking the risk of giving autonomous systems access to internal tools and data. Agent systems may be attracting intense interest, but they are also forcing the market to confront a harder question: how much autonomy companies are actually willing to trust in production.

For developers, NVIDIA said Agent Toolkit and OpenShell are available through build.nvidia.com, through inference providers and Nvidia cloud partners including Baseten, Bitdeer AI, CoreWeave, DeepInfra, DigitalOcean, GMI Cloud, Fireworks, Lightning, Together AI and Vultr. The company also said OpenShell can run locally on RTX PCs, workstations and DGX systems. Enterprises, meanwhile, can deploy on infrastructure from AWS, Google Cloud, Microsoft Azure and Oracle Cloud Infrastructure, as well as server vendors including Cisco, Dell Technologies, HPE, Lenovo and Supermicro.

Vendors and what they are using

Vendor Nvidia technology mentioned What the vendor says it is doing
Adobe Agent Toolkit Using it as a foundation for long-running creativity, productivity and marketing agents in a more secure and cost-efficient environment
Amdocs AI-Q, Nemotron Powering its Cognitive Core agent platform for monitoring customer interactions and billing data
Atlassian Agent Toolkit, OpenShell Advancing its Rovo AI agent strategy and AI-powered system of work for Jira and Confluence
Box Agent Toolkit Enabling enterprise agents using the Box file system to execute long-running business processes securely and reliably
Cadence Agent Toolkit, Nemotron Supporting ChipStack AI SuperAgent for semiconductor design and verification
Cisco OpenShell Adding AI Defense protection, controls and guardrails for agent and claw actions
Cohesity OpenShell, AI-Q Expanding Gaia AI to support more advanced agentic workflows
CrowdStrike AI-Q, OpenShell, Nemotron, NeMo Data Designer Embedding Falcon protection into Nvidia agent architectures and powering investigative AI workflows
Dassault Systèmes Agent Toolkit, Nemotron Exploring role-based AI agents, called Virtual Companions, on the 3DEXPERIENCE platform
IQVIA Nemotron, other Agent Toolkit software Integrating with IQVIA.ai for life sciences use cases across clinical, commercial and real-world operations
Palantir Nemotron Developing AI agents on Palantir’s sovereign AI operating system reference architecture
Red Hat Agent Toolkit Integrating it into Red Hat AI Factory with Nvidia for more secure autonomous agents
Salesforce Agent Toolkit, Nemotron Letting customers build, customize and deploy Agentforce agents for service, sales and marketing
SAP Agent Toolkit, NeMo Enabling AI agents through Joule Studio on SAP Business Technology Platform
Siemens Nemotron Launching Fuse EDA AI Agent for semiconductor and PCB workflow orchestration
ServiceNow Agent Toolkit, AI-Q Blueprint, Nemotron Powering its Autonomous Workforce of AI Specialists
Synopsys Nemotron, Nemo Agent Toolkit Building a multi-agent framework for semiconductor and systems design

Image: NVIDIA 

]]>
Anthropic Adds Voice Mode to Claude Code, Enabling Hands-Free Prompts for Its Coding Assistant https://devstyler.io/blog/2026/03/06/anthropic-adds-voice-mode-to-claude-code-enabling-hands-free-prompts-for-its-coding-assistant/ Fri, 06 Mar 2026 14:39:10 +0000 https://devstyler.io/?p=135113 ...]]> Anthropic is rolling out a voice mode for Claude Code, its AI coding assistant, extending the product toward more conversational, hands-free development workflows.

The capability was announced on X by Anthropic engineer Thariq Shihipar, and is currently live for about 5% of users, with a wider rollout planned over the coming weeks.

Developers can enable the feature by typing /voice, then speak instructions for Claude Code to execute — for example, asking it to “refactor the authentication middleware.” Limitations and technical details have not been fully disclosed, including whether there are caps on voice interactions or whether a third-party voice provider is involved.

Image: Thariq Shihipar on X, Anthropic

]]>
AI-Driven Coding Tool Claude Code Gains Strong Developer Community Momentum https://devstyler.io/blog/2026/01/20/ai-driven-coding-tool-claude-code-gains-strong-developer-community-momentum/ Tue, 20 Jan 2026 10:46:23 +0000 https://devstyler.io/?p=132851 ...]]> The AI coding assistant Claude Code — developed by Anthropic — is rapidly gaining traction among software engineers, particularly in Seattle’s developer community.

According to GeekWire, more than 150 developers attended a Claude Code meetup to share use cases and insights on how the tool improves productivity by handling complex workflows and assisting with code generation. Users report that Claude Code’s ability to participate in deeper, context-rich coding sessions — beyond short snippets — is accelerating adoption and reshaping expectations for AI assistance in development environments.

Material by Yana Petrova

Image: GeekWire

]]>