Contact

Contact HaxiTAG for enterprise services, consulting, and product trials.

Showing posts with label GenAI in Enterprises. Show all posts
Showing posts with label GenAI in Enterprises. Show all posts

Thursday, August 6, 2026

In the Age of AI Coding, the Real Question Is How to Make the Right Judgment — Lessons from the Claude Code Team’s Frontline Practice

A video presentation by the leader of the Claude Code team reveals important elements and methods behind a major organizational transformation: the rearrangement of functions, workflows, and responsibilities. This article is based on repeated viewing, interpretation, and reconstruction of the ideas conveyed in that presentation.

At first glance, the talk appears to be about how the Claude Code team uses AI tools for software development. But as we look deeper into their actual practices, it becomes clear that the topic is far more profound. When AI makes “writing code” increasingly easy, the truly scarce capability within software organizations is quietly shifting.

The Claude Code team is not merely discussing a future trend. They are describing changes they have already experienced. Their daily ways of working, making decisions, and collaborating have all been restructured by the involvement of AI. These changes ultimately point to one central conclusion: the key to software development is no longer writing code, but judging what code should exist.

From “Writing Code” to “Judging Code”: How the Bottleneck Has Shifted

Claude Code is an agentic coding tool launched by Anthropic. It can not only generate code, but also directly modify files in a codebase, run commands, create pull requests, analyze problems, add tests, and integrate deeply with development workflows such as GitHub.

In this tool environment, the team quickly discovered that many things once considered “expensive” suddenly became inexpensive.

Writing code is no longer difficult. Creating a PR is almost costless. Refactoring, adding tests, and writing documentation can also be completed in a very short time. Many tasks that once required engineers to spend significant time can now be completed quickly with clear instructions.

At the same time, however, new problems began to emerge, and they became increasingly prominent.

The team began to face questions such as: Should this code actually be accepted? Will these changes introduce hidden risks? Is a certain implementation reasonable from a long-term architectural perspective? Will a particular change affect user experience, or even touch security boundaries?

In her talk, Fiona Fun mentioned an important sentence: “What served you before may not serve you any longer.” The sentence sounds simple, but it describes a structural change. The bottleneck of engineering organizations has moved from “how to write code” to “how to judge code.”

Shifting Verification Left: How They Responded to This Change

In response to this change, the Claude Code team did not simply ask AI to write more code. Instead, they made a more critical adjustment: they began actively reducing upfront design processes while investing more energy into building a stronger verification system.

In their workflow, verification is no longer the final gate. It is moved earlier into the entire development process.

First, automated testing became the most fundamental layer of assurance. While generating code, AI also adds unit tests, covers edge cases, updates existing test cases, and explains test coverage in the PR. The team gradually became less dependent on human review to catch most issues. Instead, the test system filters out obvious problems first.

Next, at the PR level, Claude Code automatically analyzes changes. It summarizes what has been modified, identifies potential risks, analyzes the impact scope, and proposes improvements. As a result, the way code review works has also changed. Engineers no longer need to read every line of code manually. Instead, they make judgments based on the analysis provided by AI.

At the same time, the team strengthened continuous integration and regression detection. They invested more effort in CI automation, regression test coverage, change impact analysis, and fast rollback mechanisms. The operating logic of the entire system became clearer: code can be generated quickly, but it must also be verified, rejected, and fixed just as quickly.

Making Decisions with Code, Not Meetings: A More Direct Approach

In technical decision-making, the Claude Code team has gradually developed a new habit.

In the past, when teams disagreed on architecture or implementation approaches, they often relied on meetings, documents, and discussions to reach consensus. Now, they are more inclined to generate multiple options directly and let the code itself participate in the decision-making process.

More specifically, when a disagreement arises, the team uses Claude Code to quickly generate multiple implementation options, with each option becoming an independent PR. These options are then tested in the real codebase and compared across multiple dimensions, such as code complexity, impact scope, test results, performance, and maintainability.

The final decision no longer depends on whose argument sounds more persuasive. It is based on how those options perform in real execution.

This approach makes decision-making more direct and more efficient. Arguments are reduced, cycles are shortened, and many questions can be answered quickly simply by “running the code.”

Of course, the team is also very clear about the boundary of this method. AI can help generate options, but it cannot replace architectural judgment. The final decision still needs to be made by people who truly understand the system.

Roles Are Becoming Fluid, but Responsibilities Are Becoming Clearer

With the introduction of Claude Code, role boundaries inside the team have become more flexible.

Product managers can directly generate functional prototypes. Designers can modify front-end implementations. Engineers can generate product copy or documentation. Even some non-traditional developers can submit PRs. These changes are not occasional events. They are gradually becoming part of daily work.

Interestingly, while capabilities are spreading more widely, the team has become even more serious about the division of responsibility.

All production code must still go through engineering verification. Architectural consistency remains the responsibility of core engineers. Security and performance are reviewed by dedicated roles. The final judgment on product experience still belongs to design and product leaders.

In other words, the team allows more people to participate in building, but it does not blur accountability. Capabilities can flow across roles, but responsibilities must remain clear.

Fewer Processes, Stronger Governance

The Claude Code team is also continuously doing one important thing: reviewing existing processes and actively removing the parts that have lost their value.

They found that many legacy processes existed to compensate for information asymmetry or high execution costs. But when AI can automatically generate context, organize information, and execute repetitive tasks, many of those processes are no longer necessary.

As a result, they began using Routines and Agents to replace large amounts of manual work. For example, AI can automatically summarize customer feedback every day, organize and classify issues, generate development progress reports, and update documentation. Tasks that previously required human effort can now be executed continuously and reliably by AI.

At the same time, the team has reduced low-value meetings, lengthy documents, and repetitive reporting. In the new way of working, the PR itself becomes the most important information carrier, while code and tests become the most reliable source of facts.

However, reducing processes does not mean weakening governance. On the contrary, the team has invested more effort in automated test coverage, permission control, log auditing, and risk classification. Their principle is clear: reduce human procedures, increase system constraints.

The Team Capability Structure Is Changing

As these changes accumulate, the team has also developed a new understanding of what kinds of engineers matter more.

They are beginning to value two types of people more highly.

The first type is engineers with strong product sense, often described as creative builders. These people can quickly build prototypes, understand user needs, collaborate effectively with AI, and move things forward even when information is incomplete.

The second type is deep systems experts. They are responsible for architecture design, performance optimization, distributed systems, security, reliability, and other critical domains.

Meanwhile, many middle-layer tasks, such as boilerplate code, simple logic, and repetitive refactoring, are being significantly replaced or augmented by AI.

This change is not a theoretical prediction. It is a capability structure adjustment that naturally emerged after the team used Claude Code extensively over time.

How They Measure the Value of AI Coding

Against this backdrop, the Claude Code team does not focus on “how much code AI has written.” Instead, they care more about indicators that are closer to actual outcomes.

They observe how long it takes a newcomer to complete their first effective PR, whether the time from PR creation to merge has shortened, whether defect rates and rollback rates have decreased, whether test coverage has improved, and whether customer issues are fixed faster.

They also pay attention to whether cross-functional team members can build prototypes more quickly, and whether core systems remain stable.

These metrics may not look as flashy, but they more accurately reflect changes in organizational efficiency and product quality.

AI Coding Is, in Essence, an Organizational Restructuring

From the Claude Code team’s practice, we can see a clear trend: AI coding is not simply a tool upgrade. It is reshaping the entire software production system.

In the past, software output depended more on human labor, coding ability, and process management. Now, a new production logic is taking shape: problem definition, context quality, AI execution capability, verification systems, and organizational judgment together determine the final quality of software.

In this process, code is becoming easier and easier to obtain, while judgment is becoming increasingly important. Verification has become a core function, and the division of responsibility has become even more critical.

The value of Claude Code does not lie only in how much code it can write. Its deeper value lies in forcing teams to rethink what kind of code deserves to exist and what kind of decision is truly correct.

This may be the most important capability in the age of AI coding: not writing code, but making the right judgment.

Related topic:

Thursday, July 16, 2026

Productivity Restructuring and the Limits of Capital Efficiency: A Cold and Rational Analysis of Standard Chartered’s “AI Replacement” Strategy

 According to reports from Reuters and other global mainstream media, Standard Chartered officially announced in May 2026 a radical workforce restructuring plan: by 2030, the bank expects to reduce approximately 15% of global corporate function and back-office positions, affecting between 7,000 and 7,800 employees.

Compared with the broader wave of layoffs across Wall Street in recent years, what truly triggered global attention in the financial and HR industries was CEO Bill Winters’ unusually stark statement: this is not merely about cost efficiency, but in certain cases about replacing “lower-value human capital” with financial and investment capital being deployed into AI infrastructure. This direct characterization of employees as “lower-value capital” triggered a major public backlash, forcing the leadership to issue a public apology days later and drawing joint regulatory attention from Singapore and Hong Kong authorities.

However, beyond the public relations framing, this incident represents one of the most emblematic cases of productivity restructuring as global financial institutions enter the “AI-native transformation deep zone.” Based on Standard Chartered’s business footprint, financial structure, and the current state of AI industrial deployment, the following provides a deep professional analysis.


The Financial Logic of “Low-Value Human Capital” and Its Technological Replacement Pathway

In traditional financial institutions’ balance sheets and profit-and-loss structures, labor costs are highly rigid and sticky, and tend to rise steadily with global inflation. The “low-value human capital” referenced by Winters corresponds, in enterprise finance terms, to roles characterized by high repetition, low decision density, and significant geographic or compliance friction—primarily offshore operations and technical back-office functions.

The most affected areas are Standard Chartered’s four global shared service hubs (GBS Hubs): Bengaluru, Chennai, Kuala Lumpur, and Warsaw. These hubs have, for three decades, captured the dividends of Western banking offshoring and mainly handle two categories of work:

  1. Basic compliance review (KYC/AML): preliminary document screening for anti-money laundering and counter-terrorism financing lists. HaxiTAG has deployed KYT and AML integrated solutions for multiple clients.

  2. Back-office operations and internal workflow management: HR processes, corporate service workflows, and cross-system data handling—traditionally supported by RPA during its transition phase toward agent-based automation.

From a technological implementation perspective, these roles are being disrupted by the near-zero marginal cost capability of generative AI and large language model (LLM) systems:

  • From RPA to LLM agents: Traditional automation scripts are fragile and easily broken by minor changes in banking forms, requiring costly manual maintenance. Modern LLM-based systems, however, demonstrate strong capabilities in structured text processing and contextual reasoning.
  • Capital substitution in financial modeling: Standard Chartered is shifting long-term operational expenditures (OpEx), primarily labor costs, into capital expenditures (CapEx) tied to computing infrastructure, algorithms, and AI financial models. From a capital markets perspective, this improves the bank’s cost-to-income ratio. The strategic target is to increase revenue per employee by approximately 20% by 2028 and achieve a 18% return on tangible equity (RoTE) by 2030.

Organizational Friction and the “Rationalist Camp” of Corporate Culture

Although the leadership’s public statements suffered reputational damage and prompted a formal apology (while the strategic direction remained unchanged), the incident exposes the long-standing tension between instrumental rationality and corporate humanistic narratives in modern enterprise culture.

1. The End of the Banking “Technological Safety Buffer” Illusion

In previous digital transformations, banks framed technology as an augmentation layer for human employees. Standard Chartered’s position marks a decisive break from this narrative, confirming direct substitution in specific job categories.

For approximately 75,000 remaining employees, this represents a deep cultural reset: global banking is no longer a stable institutional “safe haven.” Any role that does not provide unique trust-generating value—such as high-net-worth advisory services—or complex decision premiums is now subject to potential elimination within capital allocation logic.

2. The Gap Between Reskilling Narratives and Operational Reality

Standard Chartered has also pledged to provide reskilling and internal redeployment opportunities. However, from an organizational development perspective, this presents structural constraints:

  • Skill chasm: Employees performing routine processing in hubs like Bengaluru or Warsaw face significant barriers in transitioning into AI system architects, compliance engineers, or advanced financial consultants within a short timeframe.
  • Structural unemployment risk: Reskilling programs often function more as regulatory and reputational buffers, aimed at mitigating concerns from labor markets and regulators such as the Monetary Authority of Singapore (MAS) and the Hong Kong Monetary Authority (HKMA).

Financial Technology Globalization and Regional Economic Ripple Effects

As a London-headquartered bank whose profits are primarily derived from Asia, Africa, and the Middle East, Standard Chartered’s AI strategy carries strong geopolitical implications.

1. The End of Offshore Arbitrage

Three decades ago, Western banks achieved cost advantages by relocating back-office operations to lower-wage regions. Today, declining LLM deployment costs are rapidly replacing labor arbitrage with “technology arbitrage,” eroding the value of traditional offshore hubs such as Bengaluru and Kuala Lumpur.

2. Regulatory Pushback and Emerging Compliance Barriers

Regulatory intervention following Winters’ remarks highlights new external risks in AI-driven transformation. Authorities in Singapore and Hong Kong are not only concerned with capital adequacy, but also with algorithmic bias, cybersecurity threats, and labor market disruption caused by large-scale AI adoption.


Industry Commentary and Forward Outlook

“Standard Chartered is not the first global institution to link AI with large-scale workforce reduction, but it is the first to abandon euphemistic corporate language and directly articulate the underlying economic logic.”

This restructuring marks a turning point in global corporate history in 2026. It reveals a structural truth: in the era where AI functions as commercially viable digital labor, production factor allocation is undergoing a fundamental shift.

For peers such as Mizuho Bank (planning to eliminate 5,000 positions over the next decade), Amazon, and Allianz, Standard Chartered serves as a reference case. Despite reputational backlash over terminology, capital markets responded positively: the bank’s Hong Kong-listed shares rose 2.5% on the day of the announcement.

The essence of enterprise operation is the pursuit of maximum resource allocation efficiency. This case delivers a stark warning to the global white-collar workforce: future job security will not depend on industry prestige, but on whether one’s work belongs to high-value AI-orchestrating roles or low-value processes destined for algorithmic replacement.


Fact-Check and Contextual Reference (Reuters, May 2026)

  • Standard Chartered plans to cut ~15% of corporate function roles by 2030, affecting 7,000–7,800 employees.
  • Global corporate function workforce: ~52,000; total workforce: ~82,000.
  • Target RoTE: >15% by 2028, reaching 18% by 2030.
  • Stock reaction: +2.5% intraday in Hong Kong listing after announcement.

Winters later issued an apology on LinkedIn regarding wording choice but maintained strategic intent. Peer responses included:

  • Jamie Dimon (JPMorgan Chase) describing the wording as “inartful” while acknowledging AI-driven job displacement.
  • Georges Elhedery (HSBC) emphasizing that work is more than task aggregation.

Technical catalyst: Standard Chartered’s completion of its Hong Kong core banking system migration, a 2.5-year transformation project, provided operational confidence for accelerating AI-driven back-office restructuring.

Related topic:

Friday, June 5, 2026

Enterprise AI Adoption: A Paradigm Shift from "Buying Models" to "Buying Business Outcomes"

Expert’s Note: Based on in-depth research into the latest trends in AI commercialization, this article systematically explains the core logic behind the current shift of major LLM companies from “selling tools” to “selling outcomes.” Whether you are a business decision-maker, an AI entrepreneur, or a technical manager responsible for driving internal AI adoption, this article will help you understand: why AI projects often get stuck in pilot phases, why model providers and consultancies are converging, and how you can systematically push AI into core business processes.


Enterprises Don’t Lack Smarter Models – They Lack the Ability to Turn Models into Business Outcomes

Over the past two years, the dominant narrative in AI has been “bigger, longer, cheaper” – larger model parameters, longer context windows, cheaper token prices, and more powerful agents. Yet a more profound structural shift is now underway:

LLM companies (OpenAI, Anthropic, Zhipu, MiniMax, Deepseek, etc.) sell algorithms + compute + data services. From a value creation perspective these three elements are coupled; from a value transformation perspective they are additive; but from a value transaction perspective they are simply costs, costs, costs. What traditional industry enterprises truly need is not a smarter API, but a complete set of organizational change services.

The new bottleneck in AI commercialization has shifted from “model capability” to “deployment capability.” Industries such as banking, insurance, manufacturing, pharmaceuticals, retail, and energy do not lack awareness of AI technology – they are stuck on six concrete problems:

  1. Which processes to change – Which business activities are worth transforming with AI?
  2. How to integrate data – How can internal permissions, compliance, and audit systems coexist with AI?
  3. Who takes responsibility – When AI makes a mistake, who bears the consequences?
  4. How employees adopt it – How do we change team work habits?
  5. How to calculate ROI – How can the CFO see quantifiable returns?
  6. Where to allocate budget – Under which cost center should AI be placed?

Companies buy APIs, integrate models, and produce impressive demos – but when it comes to scaling up, these six issues hit like a wall. HaxiTAG Nav, through analysis of tens of thousands of research reports and transformation practices, and thousands of case dissections, points out that enterprises are not buying a model capability – they are buying a proven business change.


The Shift from “Selling Models” to “Selling Outcomes”

The solution described here is not a single product, but a portfolio innovation of business and delivery models. Its core logic is: Model companies actively extend downstream along the value chain and form “hybrid delivery entities” with enterprise service networks (consultancies, financial groups, industry software vendors).

Specifically, the solution consists of three layers:

LayerContentRepresentative Case
StrategicNo longer rely solely on API calls or subscription accounts as the revenue model; instead design solutions around “high-value business process transformation” and charge project fees or outcome-based fees.OpenAI & PwC redesigning the CFO office workflow
DeliveryJoint delivery by model companies + traditional consultancies/financial firms/industry bodies; model companies provide the technology base, partners provide customer access, industry understanding, compliance frameworks, and change management.Anthropic & Blackstone, Goldman Sachs forming an enterprise AI services company
ValueThe value proposition upgrades from “improving efficiency” to “changing a specific department, a specific process, a specific metric,” with accountability for results.Anthropic & FIS building an AI agent for bank anti‑financial crime

This solution essentially revises the belief that “software should be purely productized.” In many serious industries, AI adoption will not spread self‑service like SaaS. It requires consultants, implementation, process reengineering, customization, training, and long‑term maintenance.


A Practical Guide to Getting Started

Assume you are a digital transformation leader in a traditional enterprise, or an AI entrepreneur who wants to put these insights into practice. Below is a five‑step practice framework distilled from extensive case studies and the practical reports of consultancies and the HaxiTAG team – each step includes concrete action items.

Step 1: Abandon the “one‑size‑fits‑all AI” fantasy and start with a business line that is expensive, painful, and repetitive

Principle: Don’t ask “What can AI do?” Ask “Which specific step currently costs the most, hurts the most, and is highly repetitive?”

Beginner checklist:

  • Hold one‑hour meetings with heads of finance, risk, customer service, supply chain, etc., and ask them to list the three most time‑consuming manual/repetitive tasks in their department.
  • Follow up: If you cut the time for this task by 50%, how much labor cost would you save or how much faster would the business cycle become?
  • Selection criteria: clearly defined process boundaries, relatively structured inputs/outputs, decision chain no longer than five steps. Examples: initial screening of suspicious transactions in bank anti‑money laundering, preliminary review of insurance claims, procurement contract compliance checks.

Anti‑pattern: Starting with an “enterprise brain” that tries to cover all business. Positive example: Using AI to compress monthly financial forecasting report generation from three days to three hours.

Step 2: Map the “human + AI” collaboration flow and clarify responsibility boundaries

Principle: AI always plays an assistive role – it does the first pass of screening/generation, but final decisions and sign‑offs must remain with humans.

Beginner checklist:

  • Draw a flow chart of the current manual process: who inputs, who processes, who approves.
  • Annotate on the chart: which steps can be replaced/augmented by AI? Which data can flow into AI?
  • Define the “AI output”: a draft? a risk label? three proposed options?
  • Most critical: at each node, annotate “who takes responsibility when AI makes a mistake.” Typically design it so that the AI’s output must be reviewed and confirmed by a qualified person, who bears final responsibility. This design is the key to getting compliance and legal to approve the go‑live.

Step 3: Design an “audit‑friendly” data and permission scheme

Principle: Enterprises do not trust invisible magic. Every AI operation must be traceable, auditable, and rollback‑able.

Beginner checklist:

  • Confirm with IT/data teams: which databases/tables does AI need to read? Does it need write permission?
  • Ask the model provider or your technical team to provide an audit log function that records every API call’s input, output, timestamp, and caller (or system account).
  • Set permission isolation: The AI system must not have more privileges than the minimum required. For example, a contract review AI should be able to read the contract repository but should not have permission to modify contract amounts.
  • Compliance checklist: Does it involve personal sensitive information? Is anonymization required? Does the data need to stay on‑premises (private deployment)?

Step 4: Run a “minimum viable pilot” to close the ROI calculation loop

Principle: First test on a small‑scale, non‑core but visible process for 4–6 weeks to produce quantifiable ROI data, then use that data to convince executives and the CFO.

Beginner checklist:

  • Select one team or one region as a pilot (e.g., contract初审 in East China sales region).
  • Define three clear metrics: efficiency (percentage reduction in processing time), quality (percentage reduction in error rate or increase in recall), and cost (equivalent labor savings).
  • Work with finance to decide the accounting method: how many hours of salary are saved? How are hardware/API costs allocated?
  • After the pilot, produce a one‑page “Pilot Results Summary” including: input costs (API + labor), output benefits (equivalent value, qualitative improvements), and recommendations for scaling.

Step 5: Design a change management plan that turns employees into allies

Principle: The biggest resistance to AI adoption is often not technology, but employees’ fear of being replaced. You must make them the masters, not enemies, of AI.

Beginner checklist:

  • Communicate clearly: AI will not replace people, but people who use AI will replace those who don’t. The goal is to free employees from low‑value repetitive work so they can do higher‑level judgment, customer communication, or creative tasks.
  • Start small and iterate: Let employees “try out” the AI‑generated drafts, which they can edit. Build trust, then gradually increase adoption.
  • Appoint “AI promoters” – select one digitally literate employee in each department, give them extra incentives, and have them help colleagues solve usage problems.
  • Integrate AI usage into normal workflows and performance evaluations, not as an extra burden. For example, a contract reviewer’s new KPI could include “increase the number of contracts reviewed by 30% with AI assistance.”

Summary

  1. The problem: The real obstacle to enterprise AI adoption is not insufficient model power, but the lack of “middle capabilities” to embed models safely, compliantly, and auditable into real business operations and to calculate ROI.
  2. The solution: Leading model companies are forming “hybrids” with traditional consultancies, financial institutions, and industry service providers – shifting from selling APIs to selling “proven business changes,” directly participating in process reengineering and outcome delivery.
  3. Implications for practitioners: Do not be superstitious about pure productization or pure technology leadership. At this stage of AI commercialization, whoever gets closer to business outcomes, understands industry processes better, and can safely transform a critical link for the customer will capture the greatest value.
  • If you are a CIO/CDO: Immediately form an “AI business process engineer” team. Their job is not to write code, but to draw flow charts, calculate ROI, and design human‑AI collaboration norms – this matters more than which model you buy.
  • If you are an AI entrepreneur: Do not dream of building a “universal agent platform” to sell to everyone. Find a sufficiently expensive, painful, and repetitive vertical process, package the model, data, compliance, and outcome delivery into a service – start with projects, then refine the product.
  • If you are a regular employee: Do not be anxious about being replaced by AI. Proactively learn how to use AI to assist your daily work and become the person in your department who uses AI best – your value will only increase.

Related topic: