The Transformation of Software Engineering in the AI Era: Developing Talent and Redesigning the Development Team at Your Philippine Base

What kind of development team does the era of AI coding tools demand? For Japanese companies in the Philippines, this guide explains practically how to renew local engineer hiring criteria, rebuild education programs, and comply with the Data Privacy Act.

Author
AuthorAuthor

AI Engineer · 36+ years in IT · Japanese, based in Manila for 13+ years

The Transformation of Software Engineering in the AI Era: A Guide to Developing Talent and Redesigning the Development Team at Your Philippine Base

The spread of AI coding tools is changing development teams dramatically. We explain how Japanese companies with a Philippine base should rebuild their hiring criteria, education investment, and evaluation systems, along with the practical procedures.


Part 1: Why This Matters

Step 1: The Philippine Business Context (3 min)

The Philippines is known as a BPO powerhouse (BPO being the general term for the business of taking on outsourced services). In recent years, the center of gravity has shifted from simple call-center work to higher-value-added work such as software development, IT operations, and data analysis. In Metro Manila's BGC, Makati, and Ortigas, as well as in Cebu, many Japanese companies have placed offshore development bases, and the hiring market for young engineers is active.

A computer science professor at the University of Washington has pointed out that AI coding tools have "come to take over the tedious details, such as the fine syntax and symbol placement of code." For Japanese companies building development teams in the Philippines, this change is a trigger to fundamentally rethink hiring criteria, education investment, and work design. The time to switch from the conventional model of pouring in large amounts of cheap labor to a model of a small elite who can wield AI is realistically approaching.

Scene setting: On a Friday afternoon at the BGC office, the Manila base head, Mr. Tanaka, is reviewing the onboarding plan for five junior engineers just hired locally. "How do I explain to the Tokyo head office that this isn't the era of making them memorize where the semicolon goes..." Showing the Business Insider article to the Filipino manager, Maria, at the next desk, he begins the discussion, coffee in hand.

Step 2: Organizing the Key Points of the Source Article (5 min)

ItemDetails
SpeakerDan Grossman (CS professor at the University of Washington, Vice Director of the Paul G. Allen School)
Core messageThe weight placed on "the ability to write code details accurately," prized until a few years ago, has fallen, shifting so that AI takes on that role
Skills that remain important"The ability to specify accurately what an algorithm should do" and "creative and precise design ability"
State of the job marketThe unemployment rate for the 2024 graduating class in CS / computer engineering was 7.8% / 7.0% (per the NY Fed)
Hiring trendsPer TrueUp's tally, software development job postings exceeded 67,000 (the highest level in the past three years)
Graduates' employment trendA flow from pure "tech companies" to "non-tech companies that depend on software"
The professor's outlook"The amount of software the world needs has not yet reached its ceiling"
Related quote citedOpenAI chairman Bret Taylor also emphasized the value of a CS degree

Source: Business Insider — "University of Washington CS professor explains what's changing for young software engineers" (April 29, 2026)

This table was created for learning purposes based on facts from publicly available information. For details, please check the source article at the link above.

Step 3: Comprehension Check (5 min)

Q1. What concrete example did Professor Grossman recall as something "prized in coding education a few years ago"?

Hint: Look for the description about punctuation and word choice.

Q2. Name two skills the professor said "will continue to be needed unchanged."

Hint: Focus on the keywords "algorithm" and "design."

Q3. According to the NY Fed data, what was the unemployment rate for the 2024 graduating class in computer science?

Hint: A figure in the 7% range appears.

Q4. What was the scale of software engineer job postings shown by the TrueUp data?

Hint: It's in the tens of thousands and described as "the highest in the past three years."

Q5. What change is seen in the employment trend of Allen School graduates?

Hint: The difference between "tech companies" and "companies that depend on software" is the point.


Related: see How AI Training Helps Philippine SMEs Build In-House AI Talent.

Part 2: Putting It to Work

Step 4: Steps for Adoption in the Philippines (10 min)

We organize the practical procedures for building an "AI-era development team" at your Philippine base.

StepWhat to doPhilippines-specific considerations
① Redesign hiring criteriaChange to an interview design that evaluates the ability to break down requirements into specifications, not the ability to memorize syntaxNew graduates from local universities (UP Diliman, Ateneo, DLSU, etc.) tend to be strong in book learning. Introduce mock interviews that conduct design discussions in English
② Establish an AI tool usage policyClearly document the scope of AI-assistant use on internal code and the rules for handling confidential dataComply with the Data Privacy Act (Republic Act 10173) and confirm National Privacy Commission (NPC) registration requirements
③ Rebuild the education programChange to a curriculum centered on "the ability to instruct AI correctly" and "the ability to review AI output"A growing number of examples build a learning-subscription subsidy of roughly ₱3,000–8,000/month into benefits
④ Redefine rolesShift to a structure where even juniors are involved in upstream specification and test designThe Philippines tends to absorb merit-based over seniority-based systems, but things tend to become vague on verbal agreement. Keep role definitions in writing
⑤ Renew the evaluation systemEvaluate not by lines of code but by "the number of business problems solved" and "design quality"Design a performance bonus separate from the 13th month pay (the statutory 13th-month salary), and confirm the filings to the SEC and BIR

Step 5: Common Mistakes and Countermeasures (5 min)

Failure pattern 1: Mass hiring on the old criterion of "OK if they speak English and can write code"

Bad example: The Tokyo head office instructed, "Labor in the Philippines is cheap, so let's hire 20 people at once." Six months later, with AI tools raising per-person productivity 2–3x, the result was a surplus of people.

Good example: First hire five people on the criteria of "design ability" and "problem-decomposition ability." Spend half a year actually measuring productivity on the premise of AI tools before drawing up the next hiring plan.

Failure pattern 2: Swinging AI use all the way to either a total ban or complete freedom

Bad example: Deciding "AI tools are banned entirely because we're afraid of information leaks," or conversely leaving it policy-free with "use it freely at your own discretion." The former lowers competitiveness; the latter raises the danger of confidential code leaking outside.

Good example: Compile into a document a three-tier policy according to the confidentiality of the data, such as "AI assistance allowed for public-repository code; processing involving customer data only on internally hosted tools." Get proper agreement from the Filipino manager too.

Failure pattern 3: Concentrating the education budget on "certification allowances" alone

Bad example: Offering a subsidy of ₱25,000 per person for obtaining AWS certification while putting zero into investment in how to instruct AI and how to write specifications. People obtain certifications but you end up with talent that can't actually wield AI on the job.

Good example: Keep the certification allowance as is, while holding a monthly in-house hackathon (with prize money of around ₱10,000). By creating a venue to compete at solving practical problems using AI, you can cultivate skills usable on the ground.


Related: see How AI Training Helps Philippine SMEs Build Practical Workforce Skills.

Part 3: Going Deeper

AI Coding Assistant — A software partner that, when you convey the intent of the code a person wants to write, automatically generates grammatically correct code. At Manila development bases, junior engineers use AI assistants to create first drafts that convert specifications written in Japanese into code in English. The flow where seniors concentrate on reviewing is spreading.

Algorithm Specification — The work of writing out, in words and without ambiguity, "what you want the computer to do, in what order, and under what conditions." When a Cebu base develops an inventory management system for the Japanese head office, the process where the PM draws the processing flow on a whiteboard together with Filipino engineers and finalizes the specification before handing it to the AI corresponds to this.

Software Engineering — An academic field that systematizes the thinking and methods for building programs "correctly, efficiently, and as a team." At a Japanese-owned SIer in BGC, they drill these basics into new graduates in the first two weeks of training. By keeping the order of teaching how to use AI tools afterward, they cultivate the judgment not to blindly trust AI output.

Computer Science Degree — A graduation credential indicating that one has systematically learned the mechanisms, theory, and applications of computers at university. When hiring Filipino talent, holders of CS degrees from major universities such as UP Diliman and DLSU are strong in fundamental theory, and as talent who can explain "why that code works" even in the AI era, their evaluation by Japanese companies is rising.

Tech-Adjacent Company — A company that doesn't call itself an "IT company" but whose core operations run on software. In the Philippines, banks (BDO, BPI, etc.), insurance companies, and logistics firms fall into this category. Japanese companies' local subsidiaries are also strengthening engineer hiring to advance in-house development of ERP, CRM, and e-commerce systems.

Step 7: Thinking About How to Apply This to Your Own Company (10 min)

"Does AI tool adoption really raise development productivity, and how do you measure it?"

Thinking hint: Rather than the number of commits (the unit for saving changes) or lines of code, compare before and after using indicators closer to business outcomes, such as "number of features released," "time to bug fix," and "speed of responding to customer spec changes." Whether you can use the same indicators at the Philippine base and the Tokyo head office is also a point to consider.

"How should you change your approach to developing junior engineers?"

Thinking hint: Consider replacing training centered on "copying out" existing code with "training to write test cases from specifications" and "reviewing and improving AI output." Since Filipino engineers are native English speakers, you can also leverage the strength of their advantage in dialogue-based learning with AI.

"How should you redesign the division of roles between the Japanese head office and the Philippine base?"

Thinking hint: There's a possibility of flatly rebuilding the conventional hierarchy of "Japan = design, Philippines = implementation" into "Japan = requirements definition, Philippines = design + implementation + first-pass review." Also consider the option of leveraging the time-zone difference (1 hour) to organize a 24-hour development structure.

Next action: By next week's management meeting, list out the "work that can be left to AI" and the "work that humans must judge" within your company's development operations, and compile a one-page document to share with the Philippine base head.


Part 4: FAQ

Q1. When hiring Filipino engineers, what interview questions should be emphasized for the AI era?

A. Dialogue-type tasks are effective, such as "When given ambiguous requirements, what additional questions do you ask?" and "How do you find bugs in AI-generated code?" Because Filipino candidates excel at logical expression in English, it's easy to measure their ability through whiteboard-style design discussions. On the other hand, the Japanese-style "pressure interview" is a cultural mismatch and a cause of losing excellent candidates.

Q2. When adopting AI development tools, what points should I watch out for under the Philippine Data Privacy Act?

A. Under the Data Privacy Act of 2012 (RA 10173), when sending customers' personal information to an AI service, obtaining explicit consent is mandatory. Registration as a business with the National Privacy Commission (NPC) and the appointment of a Data Protection Officer (DPO) are also required. The penalties are heavier than Japan's personal-data protection law, and violations can carry fines of up to ₱5 million and criminal liability, so we recommend having a Filipino lawyer review your internal policy.

Q3. When AI usage rules diverge between the Japanese head office and the Philippine base, how should they be reconciled?

A. A realistic two-tier structure is to first set a global policy at the head office and then create additional clauses locally to match Philippine local law. Because the Philippines has a culture of proceeding on verbal agreement, things tend to become "I wasn't told" later unless made explicit in writing. We recommend reviewing it each quarter at a manager meeting and keeping minutes in both English and Japanese.

Q4. How should salary levels be set? Does talent with AI skills become expensive?

A. As a guideline as of 2026, junior developers in Manila run ₱35,000–60,000/month, mid-level talent with AI development experience ₱90,000–150,000, and seniors over ₱200,000. Converted to yen, that's roughly 30–50% of Japan, but wages for talent with AI skills are rising rapidly. Build your budget on the total cost including statutory benefits such as the 13th month pay, SSS, PhilHealth, and Pag-IBIG.

Q5. If Filipino staff harbor anxiety about having their jobs taken by AI, how should we respond?

A. As Professor Grossman states in the source article that "we are still far from the ceiling of the role software and computing can play," the first step is sharing the outlook that the total volume of work will not decrease. Concretely, present a career path of "using the time made efficient by AI for more upstream work." By institutionalizing in-house training and certification subsidies, you can provide reassurance. Because Filipino staff have a culture that values remittances to family, showing a prospect of stable employment ties directly to preventing turnover.


Tips for Making the Most of This (3 Tips)

Tip 1: Start inventorying your "work that can be left to AI" this week The change the article points to advances over a span of years. The longer you wait, the wider the gap with competitors, so first divide your development work into "specification," "implementation," "testing," "review," and "documentation." Starting from roughly estimating the AI share of each from 0–100% builds the foundation for discussion.

Tip 2: Run an AI experiment together with one junior engineer at the Philippine base Discussing only theory rarely sinks in. Have one local staff member actually use an AI coding assistant for two weeks, and gather their feedback on productivity, pain points, and observations. For a Japanese manager to grasp the feel of the ground floor, this "small experiment" is the shortest route.

Tip 3: Complete the revision of your hiring criteria before your next local hire Continuing to hire on the old criteria raises the risk of holding talent who can't thrive in the AI era. Start by adding even just 3–5 interview questions that measure "design ability," "problem-decomposition ability," and "the ability to discuss in English." Improving as you run is more practical than waiting for a perfect framework.


Bonus: How to Make Use of PH AI Works

PH AI Works specializes in supporting AI and technology utilization for companies expanding into the Philippines. In connection with this material's theme, we accept the following kinds of consultations for free.

  • You want to redesign your Philippine base's development structure for the AI era (reviewing hiring criteria, education programs, and evaluation systems)
  • You want to plan AI-utilization training for local staff (including material design supporting Japanese, English, and Tagalog)
  • You want support with Data Privacy Act (RA 10173) compliance and internal policy creation when adopting AI tools

Please feel free to get in touch. A team with hands-on experience in the Philippines will make proposals tailored to your company's situation.


Citations and References


References and Sources

About the author

Author
Author

Founder / AI Engineer (36+ years in IT)

  • From Tokyo · based in Manila for 13+ years
  • 36+ years in IT (development, SEO, AI)
  • IBM Certified Generative AI Engineer
  • AI chatbots, RAG & AI agent development

A Japanese AI engineer with 36+ years in IT and 13+ years on the ground in the Philippines. I write from hands-on experience to help Japanese companies adopt AI that actually delivers results — chatbots, workflow automation, AI agents, and AI-driven marketing. Feel free to reach out in Japanese or English.

Free AI Consultation

Tell us your challenges and we'll propose the right AI adoption plan for your business.

Book a Free 30-Minute Consultation

Related Articles

AI Case Study

Spotting GEO Scams in the AI Search Era: A Guide to Fake Brand-Mention Services for Japanese Companies in the Philippines

A practical guide to protecting your company from GEO scams in the AI search era. Learn how to spot dubious tactics like PBN placements and fake posts, with contract and procurement tips for Japanese companies operating in the Philippines and Japanese residents on the ground.

6/27/2026

AI Case Study

Yen at a 40-Year Low: An FX-Risk and AI Guide for Japanese Companies in the Philippines

With the yen near a 40-year low, this guide explains the FX-risk measures Japanese companies in the Philippines should take. It covers peso-denominated remittances, budget management, how to set up AI-based exchange-rate monitoring, and the BSP regulations to watch for, all framed around the realities of doing business in the Philippines.

6/26/2026

AI Case Study

AI Didn't Kill Engineering Jobs: What the Latest Data Means for IT Talent Strategy at Japanese Firms in the Philippines

Far from replacing engineers, AI is expanding demand for them. For Japanese companies considering the Philippines and those already operating there, this guide explains how to build IT talent strategy and roll out AI, grounded in the latest hiring data and local regulations.

6/25/2026

AI Case Study

Claude Tag in Depth: Putting a Slack-Based Virtual Employee to Work at Your Philippine Operation

A practical walkthrough of using Claude Tag, an AI virtual employee that works inside Slack, at a Philippine operation. Written for Japanese companies on the ground, it covers data-privacy compliance, building a peso budget, and tips for rolling it out to local staff.

6/24/2026

AI Case Study

GM Installs 50 FANUC Robots: Balancing Automation and Jobs, Seen From the Philippines

Using GM's adoption of FANUC robots as a case study, this guide explains, in practical terms, how Japanese companies operating in the Philippines can advance workplace automation. It covers consideration for jobs, DOLE procedures, and how to work with local staff.

6/23/2026

AI Case Study

What Is Loop Engineering? A Business-Automation Primer for Japanese Companies in the Philippines

A Philippines-focused look at "loop engineering" — the practice of letting AI do the work. Covers automating call centers, accounting outsourcing and other functions, managing costs, and complying with NPC data-protection rules — the adoption steps Japanese companies in the Philippines need to know.

6/22/2026