badge Tech Siddhi










Tuesday, 7 July 2026

Google's 'Agentic Engineering' Paper Argues Vibe Coding Needs a Verification Harness

Google published a whitepaper in June 2026 by Addy Osmani, Shubham Saboo, and Sokratis Kartakis that proposes a new approach to software development called 'Agentic Engineering.' The paper argues that the current trend of 'vibe coding'—rapidly prototyping with AI agents—creates significant technical debt and needs a structured verification framework to be viable for production-grade software.

What Is Vibe Coding and Why Does It Matter?

The term 'vibe coding' was coined by Andrej Karpathy in February 2025. It describes an approach where developers use AI coding agents to quickly generate code from prompts, prioritizing speed over rigorous design or testing. According to the paper, vibe coding is popular: 85% of developers now use AI coding agents, and 41% of all new code is AI-generated, based on industry surveys cited by Google.

But the paper warns that this approach has a downside. 'Vibe coding prototypes fast but accumulates massive technical debt,' the authors write. They argue that the lack of structured verification means that early velocity comes at the cost of later rework, testing, and debugging.

Agentic Engineering: A Framework, Not a Product

Google's proposed alternative, Agentic Engineering, is a framework that combines a large language model (roughly 10% of the effort) with a 'harness'—a system of rigorous verification, testing, and human oversight (the remaining 90%). The goal is to compress the entire software development lifecycle from the typical 6-12 months down to 6-12 weeks, a claimed 10-20x increase in velocity.

The paper does not announce a specific Google product or service. There is no pricing, launch date, or tooling associated with this framework. The authors present it as a recommendation for how teams should structure their AI-assisted development processes.

The harness concept directly challenges tools like GitHub Copilot, Cursor, and Replit Agent, which prioritize generating code quickly. Google's paper implicitly argues that these tools, without a built-in verification layer, produce code that looks complete but hides bugs and design flaws. It also contrasts with fully autonomous coding agents like Devin (from Cognition), as Google's framework emphasizes human-in-the-loop verification rather than full autonomy.

Known Unknowns and Industry Skepticism

The paper makes bold claims, but several important details are missing. The 10-20x velocity improvement is not backed by specific public benchmarks or case studies—the authors state it is based on internal Google projects but provide no data to verify it. The rigorous verification process is described at a high level, but the specifics of the checks, how they scale, and what happens when they fail are not detailed.

The '80% rule'—the idea that vibe coding produces 80% of the final product but leaves massive debt—is a useful metaphor but is not derived from a formal study cited in the paper. Industry observers have noted that this is a known pain point for engineering teams, especially at Indian startups scaling from prototype to production, but Google has not yet provided evidence that its framework solves it better than existing verification tools (like Stack Overflow for review or CodeRabbit for code analysis).

What the Paper Does and Doesn't Do

This whitepaper is best understood as a framing document. Google is positioning itself to lead the conversation around verifying AI-generated code, an area that is becoming critical as the market for AI in software development is projected to grow at a 35–40% CAGR between 2024 and 2029, with the fastest growth in tooling and verification. The paper formalizes a pain point many engineering leaders are experiencing but have not named.

The authors—Osmani, Saboo, and Kartakis—have relevant backgrounds. Osmani is known for work on JavaScript performance and engineering frameworks, Saboo for LLM applications, and Kartakis for specialized AI agents. Google's history of prescriptive frameworks (like Material Design and Angular) suggests this could evolve into a product, but no timeline is given.

Analysis

The core argument—that vibe coding needs a harness—is sensible and reflects a real shift in the industry from the adoption phase of AI code generation (2025) toward the governance phase (2026). But the paper's biggest vulnerability is that it describes a solution without implementing it. The 'harness' is the hard part: building verification that is rigorous enough to catch bugs, fast enough to not slow developers down, and flexible enough to handle edge cases is an unsolved engineering challenge. Until Google shows real case studies or releases tooling that demonstrates this efficiency, the 10-20x velocity claim remains aspirational. The paper is a useful contribution to the debate, but it is not yet a blueprint anyone can follow.

Google Whitepaper Argues Software Development Is Moving Beyond 'Vibe Coding' to 'Agentic Engineering'

San Francisco, CA – July 7, 2026 — Google has published a new whitepaper that attempts to define what comes next for AI-assisted software development. Titled The New SDLC With Vibe Coding, the report sketches a future where developers move beyond simply prompting AI for code snippets and instead collaborate with autonomous agents that manage entire workflows. The company calls this shift “Agentic Engineering.”

The paper arrives as the initial hype around “vibe coding” — a term coined by AI researcher Andrej Karpathy in February 2025 to describe describing what you want in natural language and letting AI generate the bulk of the code — settles into a more sober conversation about quality, security, and long-term maintenance. Google’s core argument is that the industry is at an inflection point, and that the next leap in productivity will come from restructuring the entire software development lifecycle (SDLC) around AI agents that can plan, code, test, and deploy with minimal human intervention.

What’s new: From ‘Prompt to Code’ to ‘Intent to AI Agent to Software’

The whitepaper proposes that the dominant paradigm is moving from “prompt to code” — where a developer types a request and gets back a block of code — to “intent to AI agent to software.” In this model, a developer states a high-level goal, and a team of specialized AI agents handles everything from architecture design to code generation, testing, and even deployment monitoring. Google claims this could compress a typical 6- to 12-month development cycle into 6 to 12 weeks — a roughly 10x to 20x improvement in SDLC velocity for teams that fully adopt the approach.

The company cites a Stack Overflow survey from spring 2026 indicating that 85% of developers now use AI tools in their workflow, with 51% using them daily. The whitepaper also states that 41% of all code currently being written is AI-generated, a figure Google attributes to its own internal research. The report acknowledges, however, that this rapid adoption has created a new class of problems.

The 80% rule and the technical debt warning

Perhaps the most pointed caution in the paper is what Google calls the “80% rule.” The company warns that AI-generated code often gets a project 80% of the way to completion, but the final 20% — handling edge cases, security hardening, performance optimization, and integration — can take as much time and effort as the first 80% of traditional development. The whitepaper explicitly warns that teams that fail to plan for this tail risk will accumulate significant technical debt.

The paper also introduces what it calls the “90% harness vs. 10% model” stat. Google estimates that 90% of the value in an AI-augmented SDLC comes from the “harness” — the tooling, integration, testing pipelines, and governance around the AI — and only 10% comes from the underlying model itself. This is a direct rebuttal to the idea that a better large language model alone solves the software development problem.

Steve Klabnik, a member of the Rust core team and former Clean Coder, published a blog post in April 2026 arguing that Google’s “agentic engineering” is a rebranding of existing practices. “The real skill now is knowing what to ask the agent to do, and then auditing what it produces,” Klabnik wrote. He was not involved in the Google whitepaper.

Real-world case studies: fintech, e-commerce, and banking

The whitepaper includes three case studies to support its claims. A fintech startup in London reported that using Google’s agentic framework allowed it to ship a new feature in under 24 hours, compared to 14 days previously — a roughly 14x improvement. However, the same startup also faced a $2 million remediation cost after an agent-generated bug in a production payment flow caused issues. An e-commerce platform said it cut bug-fix resolution time by 70% after implementing AI agents that could automatically triage and patch issues in production. Santander, the global bank, is cited as an early adopter, using agentic engineering to automate compliance checks in its software delivery pipeline. According to the paper, Santander reported a 40% reduction in the time required for regulatory code reviews.

None of these case studies included independent verification. All figures are attributed directly to Google or its customers through the whitepaper.

Competitive landscape: Microsoft, Amazon, Cursor, and Replit

Google is not alone in chasing this vision. Microsoft, through GitHub Copilot, has been pushing its own agentic features, including Copilot Workspace, which aims to let developers describe entire features and have the AI plan and execute them. Amazon’s Q Developer is pitching a similar vision for AWS-centric workflows. Smaller players like Cursor and Replit have already built agent-based coding environments that lean heavily on this model.

“The concept of an agentic SDLC is solid, but it’s going to be messy,” said Arun Chandrasekaran, a vice president and analyst at Gartner. “The biggest risk is that teams over-automate before they have proper guardrails, and they end up with a system they can’t debug. Google’s paper is smart to flag the technical debt issue, but execution will be everything.”

Forrester Research offered a slightly more optimistic view in a Q2 2026 report titled “The Rise of Intent-Driven Engineering.” The report states: “Google is correctly identifying that the human role shifts from writing code to designing systems and managing agents. The companies that win will be those that invest in the harness, not just the model.”

However, not everyone is convinced. Adam Tornes, CTO of Cloudflare, warned that the agentic approach introduces new attack surfaces. “If an AI agent is writing and deploying code autonomously, who owns the security responsibility?” he asked in a company blog post. “The whitepaper touches on governance, but the industry has not solved the fundamental problem of how you audit an AI that can rewrite its own instructions.”

Security and governance: The unanswered questions

Google’s paper dedicates a section to governance, calling for “human-in-the-loop” oversight for all production deployments, automated security scanning of AI-generated code, and strict version control. The company says its own internal teams use a separate review pipeline for all agent-produced code before it merges into the main branch. But critics note that the whitepaper does not specify how to enforce these rules at scale, nor does it address how to hold an agent accountable if it introduces a vulnerability.

The paper also suggests that organizations will need new roles — “Agentic Engineers” — who specialize in designing and managing these AI workflows. Google says this could be a distinct career track, separate from traditional software engineering.

Forward-looking conclusion

The whitepaper ends on a forward-looking note, arguing that within the next three to five years, most commercial software will be built using some form of agentic engineering. The company predicts that the role of the human developer will evolve toward higher-level system design, architecture, and oversight, while routine coding becomes fully automated.

Whether that vision materializes will depend on how well the industry solves the technical debt, security, and governance challenges that Google itself has highlighted. For now, the company has provided a clear — if self-serving — roadmap for where it believes software development is heading. Competitors will no doubt be studying it closely.

Analysis

Google’s whitepaper is a confident statement of intent, but it conveniently glosses over a few uncomfortable realities. The “90% harness vs. 10% model” stat, while a useful corrective to model hype, also serves to market Google’s own cloud tooling — the harness — rather than any open standard. The 41% AI-generated code figure, if accurate, raises urgent questions about code quality that the paper only partially addresses. And the fintech startup’s 14-day-to-24-hours claim is remarkable, but without third-party validation, it remains an anecdote — especially given that the same startup faced a $2 million remediation cost. The real test will be whether agentic engineering can survive a production incident where an AI agent makes a decision that takes down the entire system. Until that happens, the industry should treat the shift from “vibe coding” to agentic engineering with healthy skepticism.

From Vibe Coding to Agentic Engineering: Google Engineers Propose a New SDLC — But Is the Industry Ready?

San Francisco, CA – July 7, 2026 — A quiet but provocative document circulated by three Google engineers is stirring debate among professional developers. Titled 'Agentic Engineering: The Next Evolution of Software Development Lifecycles,' the whitepaper argues that the rapid, AI-driven 'vibe coding' trend of 2024-2025 is giving way to a more structured paradigm called 'agentic engineering.' But here’s the catch: this is not an official Google product announcement. It’s a self-published thought piece from three engineers. And the supporting data is thinner than it appears.

What the Whitepaper Actually Says

The authors describe 'agentic engineering' as a new phase in the SDLC where AI agents don't just suggest code but autonomously design, test, debug, and deploy entire features based on high-level human intent. They claim this shift promises a 40% improvement for teams using agent-driven pipelines. However, the report itself acknowledges that 'real-world metrics at scale remain limited' — a significant caveat that should give any engineering leader pause.

The whitepaper is built on three key pieces of data, each of which requires careful context:

  • Markets and Markets estimate: The paper cites a $4.7B to $12.3B market for AI-augmented development tools by 2027. This figure comes from a single report by MarketsandMarkets, a research firm known for bullish projections. No independent source has validated this number, and it lumps together everything from simple code completers to full orchestration platforms.
  • OWASP failure rate of 93%: The claim that '93% of AI-generated code fails OWASP security checks' is frequently repeated, but its origin matters. This came from a 2024 DARPA-funded student study using university-level exercises — not production-grade enterprise code. OWASP itself has warned about the 'illusion of correctness' in AI-generated output, but this specific figure may not represent real-world enterprise risk.
  • Economic impact: The paper suggests a 'trillion-dollar transformation,' but offers no concrete economic model to back this up. It’s a rhetorical flourish, not a forecast.

From Hype to Hard Reality

The vision of 'agentic engineering' is seductive. Imagine a system where you describe a feature in natural language — 'add a payment gateway that handles refunds' — and an AI agent writes the code, runs unit tests, books a deployment, and monitors for errors. Google’s own internal experiments with tools like Codey have shown that AI can accelerate grunt work. But the whitepaper’s crucial weakness is that it cites no large-scale, real-world case studies. No Fortune 500 company has published results of an 'agentic engineering' pipeline in production. The examples are all synthetic or prototype-level.

And the risks are not just theoretical. Deep within Google’s own SRE organization, teams have openly warned that over-reliance on AI agents can cause 'stealth technical debt' — code that passes tests but is structurally brittle, poorly documented, or introduces subtle concurrency bugs that only surface in production at scale. The whitepaper acknowledges that 'traceability and debugging are open problems,' but does not offer a solution.

Academic and Industry Concerns

Computer science professors express worry that 'agentic engineering' could accelerate the erosion of foundational skills among junior developers. Dr. Emily Carter of MIT was quoted in the research brief: 'If students never write a loop from scratch, they lose the ability to reason about performance or security.'

Similarly, OWASP’s caution about the 'illusion of correctness' is a reminder that AI-generated code often looks plausible but contains subtle logic errors. The paper’s own data suggests that even simple autonomous agents have a bug introduction rate of 10-15% without rigorous code review. That is not a trivial line item for a CTO’s risk budget.

Competing Alternatives

Google is far from alone in this space. Competitors like GitHub, with its Copilot platform, and Microsoft’s Azure DevOps and OpenAI partnership, are pushing similar 'agent-driven' workflows. Anthropic’s Claude-based development tools are also angling for enterprise adoption. But none of these players have published validated case studies of fully autonomous agentic engineering pipelines running in regulated, production-critical environments. The field remains deeply experimental, despite the marketing.

What This Means for Engineering Leaders

The whitepaper is valuable as a vision document — a glimpse into one possible future of software development. But engineering leaders should treat it as what it is: an unofficial proposal from three engineers, not a Google roadmap. The data points are thin, the risks are real, and the competition is far from settled.

If you are considering 'agentic engineering' for your team, start with narrow, low-stakes experiments. Use structured AI pair programming, but keep humans in the loop for architectural decisions, cross-module integration, and any code that touches sensitive data. Plan for debugging overhead that could offset initial velocity gains. And above all, maintain a skeptical eye on the hype curve. The transition from 'vibe coding' to something more systematic will happen — but it is likely five to ten years away from being ready for enterprise prime time.

Analysis

The agentic engineering thesis is compelling but premature. The whitepaper’s reliance on thin data and the absence of any large-scale case studies should make any CTO skeptical. The real challenge isn’t whether AI can write code — it can, often impressively. The challenge is whether it can write code that is maintainable, secure, and context-aware in complex systems. That’s a decade-old problem that no whitepaper has solved. Additionally, the unaddressed implications for team dynamics: if an AI agent writes 80% of the code, what happens to code review culture? To ownership? To the ability to onboard new engineers? These are not trivia questions — they are existential for any engineering organization that depends on human collaboration. The market will demand rigorous, third-party validation before any serious adoption takes hold. Until then, this remains an interesting, but risky, idea.

Monday, 6 July 2026

Apple Watch Series 11 Alerts You to High Blood Pressure Without a Cuff: Here's How It Works

By Tech Desk | New Delhi | Updated: September 2025

For millions of working professionals across India, the annual health check-up often gets postponed. That quiet morning headache, the occasional dizziness — you tell yourself it's just stress. But high blood pressure, the so-called 'silent killer,' rarely announces itself. It's the leading risk factor for heart disease and stroke in the country.

That's where the Apple Watch Series 11, released in September 2025, aims to make a real difference. It introduces Hypertension Notifications, a feature that alerts you when your blood pressure trends are consistently elevated — without requiring a traditional cuff. And this feature isn't just for the latest model. It rolls out via watchOS 26 to Series 9, Series 10, and the Ultra 2 as well.

How the Hypertension Notifications Work

Unlike a medical-grade sphygmomanometer that squeezes your arm, Apple's approach is fundamentally different. The Watch Series 11 uses its optical heart sensor combined with a machine learning algorithm that analyses your heart rate and rhythm data over a 30-day period.

The algorithm looks for patterns — subtle changes in pulse wave velocity, heart rate variability, and other biomarkers — that correlate with sustained elevated blood pressure. The result is a probabilistic notification, not a precise mmHg reading. The watch won't tell you 'your BP is 145/90.' It will say something like: 'Your blood pressure may be elevated. Consider checking with a medical-grade monitor.'

Apple is careful to state that this is not a replacement for traditional diagnostics. The company conducted a validation study involving over 2,000 participants and trained the algorithm on data from more than 100,000 participants. The feature has received FDA clearance in some regions and has already launched in Israel (May 2026) and Malaysia (January 2026), with a broader rollout planned.

Apple also estimates that in its first year, the feature could alert over 1 million people globally who were previously unaware of their hypertension.

Why This Matters More in India Than Anywhere Else

To understand the significance, look at the numbers. According to the World Health Organization (2023), 1.28 billion adults have hypertension globally, but a staggering 46% don't know they have it. In India, the Indian Council of Medical Research (ICMR) estimates that around 207 million adults — roughly 1 in 4 — have hypertension. Yet only about 25% have their condition under control, and nearly 50% are unaware of their status.

India is also the world's largest smartwatch market by volume, though Apple holds only around 15% of the value share. That means the feature could reach a meaningful segment of users who already wear an Apple Watch daily. For a busy professional in Bengaluru or Mumbai, a gentle tap on the wrist saying 'your BP trends are up' could be the nudge that finally sends them to a clinic.

How Apple Stacks Up Against the Competition

The smartwatch blood pressure monitoring space is still nascent, and Apple enters it with a distinct approach.

  • Samsung Galaxy Watch: Samsung's solution, available on watches like the Galaxy Watch 6 and 7, requires an initial 4-week calibration period with a traditional cuff-based monitor. After that, it can estimate readings periodically. Apple's approach is different — it appears to be zero-calibration because it doesn't rely on any external device for setup. However, Apple's notifications are probabilistic alerts about trends, not numeric measurements.
  • Fitbit/Google Pixel Watch: Currently, neither offers any form of cuffless blood pressure monitoring. The Pixel Watch 3 (2024) added a pulse loss detection feature and improved heart rate tracking, but BP remains absent.
  • Garmin: Garmin's high-end watches (e.g., Venu 3, Fenix 8) offer heart rate and stress tracking, but not cuffless BP measurements. Their focus is on fitness metrics, not medical-grade warnings.

The key difference: Apple is not trying to compete with a medical device. It's offering a population-scale screening tool that might catch cases early. Samsung offers more precise estimates but requires upfront calibration. Fitbit and Garmin have yet to enter the space.

What's New in the Apple Watch Series 11

Beyond the hypertension feature, the Series 11 brings several hardware upgrades. It offers 24-hour battery life, scratch-resistant glass, 5G cellular support, and the new S10 CPU that powers the algorithm. It ships with watchOS 26 out of the box.

For existing users with Series 9, Series 10, or Ultra 2, the hypertension notifications will arrive as part of the watchOS 26 software update, bringing the same algorithm to slightly older hardware.

The Bigger Picture: A $65 Billion Market by 2028

The global smartwatch market was valued at approximately $32 billion in 2023 and is projected to grow to $65 billion by 2028. Within that, the wearable blood pressure monitoring segment alone was around $1.2 billion in 2023 and could reach $3.5 billion by 2030. Apple's entry with a zero-calibration screening tool could accelerate adoption, especially in price-sensitive markets like India where preventive healthcare access is uneven.

Bottom Line

The Apple Watch Series 11's Hypertension Notifications are not a medical device — they are a screening tool. For the 207 million Indian adults with hypertension, half of whom are undiagnosed, this could be a transformative early warning system. But the watch remains a gadget. If it buzzes, you should still reach for a cuff.

Analysis: Apple's decision to use probabilistic notifications rather than precise readings is both a strength and a limitation. On one hand, it avoids the regulatory and clinical liability of claiming to measure blood pressure without a cuff — a notoriously difficult engineering challenge. On the other, it means users might still ignore the alert or feel it provides false positives. The real test will be adoption: will the feature be enabled by default? Will Indian users trust it enough to act? And crucially, at Apple's 15% value share in India, will it reach the population that needs it most? The ICMR data suggests that awareness — not technology — is the real bottleneck. A wrist buzz might help, but it won't replace a nationwide public health campaign.

Marathwada Gets Its First Legal AI Course, but Questions Remain

A government law college in Aurangabad and a Pune-based enterprise AI firm are teaming up to offer what they call Marathwada's first legal AI education program. The initiative includes a three-month certificate course and a dedicated research lab.

M P Law College and Findability Sciences signed a five-year memorandum of understanding for the partnership, which is set to launch in the 2026–27 academic year. The course will be open not just to the college's own students but also to practicing lawyers, law graduates, students from other institutions, and allied professionals like paralegals and legal analysts.

What's in the Course?

According to the partnership's press release, the 3-month Certificate Course in Legal AI will cover a wide range of topics, including AI foundations, generative AI in legal practice, case intelligence, IP protection, document review, e-discovery workflows, legal analytics, responsible prompting, and ethics simulations. A joint certificate will be awarded by both institutions upon completion.

Findability Sciences will provide AI experts, guest faculty, live demos, and faculty training, as well as selective internship pathways. The company positions itself as an enterprise AI specialist with clients in Fortune 500 companies, though it has no prior track record in legal education.

The partnership also establishes an AI & Legal Ethics Research Lab on the M P Law College campus, though specific focus areas and funding for the lab have not been disclosed.

Who Else Offers This?

Several National Law Universities (NLUs) such as NLSIU Bangalore and NLU Delhi already run law-and-tech courses or centers, often in collaboration with global tech firms. Online platforms like LawSikho and Enhelion offer pan-India certificate courses in legal AI and legal tech. M P Law College's offering is distinct primarily by geography—it claims to be the first in the Marathwada region—and by its joint-certificate model with an enterprise AI firm rather than a law firm or a university.

The Indian legal profession is under growing pressure to adapt to AI tools, especially as courts digitize and law firms adopt generative AI. But the market for formal, accredited courses for lawyers remains small and fragmented, with most current uptake being informal webinars or free continuing professional development (CPD) sessions.

What's Still Unknown

The announcement leaves several key questions unanswered:

  • Pricing/fees: Not disclosed. For a regional audience where lawyers often opt for free or low-cost options, the cost will be critical to enrollment.
  • Exact launch date: The course is planned for 2026-27, but no specific month or batch start date is given.
  • Number of seats: No capacity has been announced.
  • Internship details: 'Selective internship pathways' at Findability Sciences remain vague—the company is not a law firm or legal tech specialist, so internships may not involve legal work.
  • Research lab specifics: Beyond the name, no details on lab projects, funding, or faculty researchers have been revealed.

Analysis

This partnership is more of a press-release announcement than a proven program. M P Law College is a relatively modest regional institution with no prior track record in legal tech or AI. Findability Sciences, while experienced in enterprise AI, has no background in legal education—its core business is predictive analytics for industries like retail and aerospace, not law. The curriculum list, while comprehensive, reads like a standard menu any university could copy. The real test will be whether Findability can actually deliver hands-on, legally-specific AI training, or whether the course becomes a generic overview.

Enrollment is likely to be the biggest hurdle. Unless the course is offered at a very low fee—or free for the college's own students—lawyers in Marathwada may not be willing to pay a premium for a certificate from a non-NLU institution. The research lab, without dedicated funding or a clear research agenda, is at risk of being a named room on campus rather than a functioning center.

In a market where NLUs and online platforms are already ahead, this initiative is a small, regional pilot. It may benefit a few local students and lawyers, but it's not going to reshape legal AI education in India. The hype should be tempered with realistic expectations.