惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
月光博客
月光博客
D
DataBreaches.Net
云风的 BLOG
云风的 BLOG
F
Fortinet All Blogs
T
The Blog of Author Tim Ferriss
Stack Overflow Blog
Stack Overflow Blog
Blog — PlanetScale
Blog — PlanetScale
aimingoo的专栏
aimingoo的专栏
U
Unit 42
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
MyScale Blog
MyScale Blog
T
Tailwind CSS Blog
N
Netflix TechBlog - Medium
B
Blog
博客园_首页
G
Google Developers Blog
Recent Announcements
Recent Announcements
博客园 - 【当耐特】
P
Proofpoint News Feed
博客园 - 司徒正美
Hugging Face - Blog
Hugging Face - Blog
MongoDB | Blog
MongoDB | Blog
Last Week in AI
Last Week in AI

Forbes - Innovation

Why Do Humans Have Fingerprints? Hint: It’s Not What You Think Booking.com Confirms Data Breach, Reservation PIN Codes Changed Why Major News Sites Are Blocking The Internet Archive’s Wayback Machine iPhone Fold Release Date: New Report Details Frustrating Apple News Comet Tracker: How To See Pan-STARRS And Three Planets On Wednesday NYT Mini Crossword Today: Tuesday, April 14 Hints And Answers Today’s NYT Strands Hints, Spangram, Answers: Tuesday, April 14 (It’s A Little Unclear) Today’s Wordle #1760 Hints And Answer For Tuesday, April 14 Most Of The Microplastics In Urban Air Come From Tires Today’s Wordle #1759 Hints And Answer For Monday, April 13 NYT Mini Crossword Today: Monday, April 13 Hints And Answers NYT Pips Today: Hints, Answers And Walkthrough For Monday, April 13 The YC Chief Who Codes 10,000 Lines A Day Has A Simple Secret Samsung Expands One UI 8.5 Beta To More Galaxy Owners Why You Should Stop Using Your iPhone If It’s On This List Chamath Says Firms That Treat AI As A Strategy Hand Rivals Their Edge 3 Unexpected Habits Of Secure Couples, By A Psychologist The First Lamp That Folds Your Clothes Samsung’s Disappointing Price Update For Galaxy Phone Buyers 3 Subtle Signs Someone Is Falling In Love With You, By A Psychologist Do Mantis Shrimp See More Colors Than Humans? A Biologist Explains NYT Connections Answers Explained For Monday, April 13 (#1,037) NYT Connections Hints Today: Monday, April 13 Clues And Answers (#1,037) LEGO Luigi & Mach 8 (72050) Review: 2026’s Best Set Yet? Marc Andreessen Says AI Productivity Will Trigger A Hiring Boom 3D Printing Is The Ultimate Hack To Reduce Household Spending Apple iPhone Fold: Striking Design Revealed In Leaked Photos Apple Smart Glasses: New Leak Reveals A Major Design Twist To Beat Meta Tested: The AI Coming To The Rivian R2 Quordle Hints Today: Monday, April 13 Clues And Answers
Stop Hiring AI Prompters, Start Hiring AI Architects
Taras Tymoshchuk · 2026-05-28 · via Forbes - Innovation

Taras Tymoshchuk, the Founder & CEO of Geniusee.

getty

Not long ago, the tech world was obsessed with newly minted, highly lucrative prompt engineers. This was a critically important role at the early stage of LLM development when the output depended heavily on phrasing. Today, the role of the dedicated AI prompter is disappearing just as rapidly as it emerged.

Why AI Architects Are So Important Today

Since LLMs can now automatically rewrite our inputs into clear, effective prompts, the main complexity lies in shifting the levels. We need to know how to build the solution instead of asking the model.

Today, while a prompter interacts directly with the separate query, an architect is a multi-responsible person. They define the issue, select an approach to solving it, design the architecture, address data quality, set up retrieval pipelines, build evaluation frameworks, prevent hallucinations and scale.

The Power Of Multiagent Systems

In more advanced enterprise AI use cases, multiple specialized agents are increasingly working in tandem. In a mature AI-first company, you might have one agent designed exclusively to process images, another to scrape and synthesize web data, a third to generate code and a fourth to oversee quality control.

The AI architect's job is to act as the general contractor for this digital workforce. They must decompose a complex business problem, identify exactly which specialized agents are required to solve it and design a system that enables these agents to communicate seamlessly and deliver the business value the client actually needs.

The numbers back this up. According to McKinsey's November 2025 State of AI report, 62% of surveyed organizations are already experimenting with AI agents, and nearly a quarter have begun scaling agentic AI within their operations. Furthermore, a June 2025 Gartner, Inc. report identified multiagent systems as a top strategic technology trend and predicted that by 2028, one-third of enterprise software applications will include agentic AI, up from just 1% in 2024.

Let's take an example of customer service. If a company might have deployed a single LLM to act as a chatbot a year ago, then an AI architect would design a multiagent workflow today:

1. Agent A interacts with the customer to qualify a complex refund request.

2. Agent B simultaneously cross-references the CRM and inventory databases to verify the claim.

3. Agent C autonomously processes the payment and updates the ledger.

4. Agent D audits the entire transaction in real time to ensure it complies with company policy and regulatory standards.

The New Center Of Value

AI can generate code and automate prompts, but it still can't decide what exactly should be built to solve your company's unique operational bottlenecks. AI architect candidates should be assessed through concrete signals during the hiring process:

1. Define The Problem Correctly

A strong architect will push back on the brief before starting to design. Start with a vague request ("We want to use AI in support"), and see how they reframe it. Clarifying questions relating to business KPIs, current workflows, data availability and the cost of failure can determine the great candidate, while candidates who jump straight to a model or tool choice without first addressing the problem can be a red flag.

2. Decompose The Problem

Take a real workflow (e.g., a refund process or claims triage system) and ask them to break it into discrete responsibilities. Who retrieves the data? Who reasons over it? Who acts, and who audits? The best candidates do this naturally. Be wary of a candidate who gives you a vague "we'll use an agent for that" without defining what the agent knows, what it produces or what keeps it in bounds.

3. Choose The Right Approach

Can they defend their choices in plain language? Ask about a real decision they made—why RAG over fine-tuning, why one model over another, and what they'd do differently today. Ask them to walk a non-technical stakeholder through that decision. The answer tells you more than any whiteboard exercise. A candidate reaching for the newest framework by default or hiding behind technical complexity when asked to justify a call should be cause for concern.

4. Ensure Data Security And Governance

Security is where I've seen the most expensive mistakes because architects often assume it belongs to someone else. Ask how they've handled user data in past systems, what they'd do if a prompt were injected maliciously and how they'd ensure an audit trail exists. The answers are revealing. The proper candidate won't address compliance as the task for the deployment team instead of the architect's.

The People Involved In The Hiring Process

Hiring an AI architect isn't a pure engineering decision. The interview loop should include, at minimum:

• A senior engineering leader to assess system-design depth.

• A data or ML lead to validate the approach and evaluation rigor.

• A business owner from the function the architect will serve (ops, support, risk, etc.) to confirm they can translate business problems, not just technical ones.

• A security or compliance representative, especially in regulated industries.

Onboarding For Impact In The First 90 Days

Even the right hire underperforms without the right setup. The most common mistake I see is handing a new architect a broad mandate and expecting results. That doesn't work.

What makes an impact is a defined problem with a measurable outcome, such as reducing refund-handling time by 30% or cutting manual triage by half. Setting up a concrete goal drives solid decisions and produces the value that the business can evaluate.

Beyond the mandate, the architect needs direct access to data, systems and the people who run the workflows they're redesigning. Every layer of bureaucracy between the architect and the problem costs weeks.

Finally, legal, security and compliance need to be brought in at the design stage, not handed a finished system to approve. In my experience, governance delays at the end of a project are almost always the result of governance being ignored at the beginning. When those teams are partners from the start, the reviews become a formality rather than a crisis.​


Forbes Technology Council is an invitation-only community for world-class CIOs, CTOs and technology executives. Do I qualify?