AI Strategy & Governance
Manjula N September 9, 2026

“Anyone Can Build”: What AI Changed for People Like Me

“Anyone Can Build”: What AI Changed for People Like Me

AI’s Impact on Human Skills 

I still remember a dialogue from Ratatouille, one of my favourite movies:

“Anyone can cook.”

I must have watched that movie more than six times. Back then, I never imagined I would one day relate that idea to technology.

Today, after building and working on an AI media intelligence platform, I feel the modern version of that quote is:

“Anyone can build.”

Not because AI replaces engineers. Not because technical expertise no longer matters. 

But because AI has fundamentally changed who gets to participate in building products and solving technical problems. And I say this as someone who never followed a traditional software engineering career path.

Anyone Can Build – AI Changed the Starting Line

Before AI, building software often felt gated behind years of technical training. If you were not deeply experienced in coding, architecture, or infrastructure, the barrier to entry felt extremely high. 

The assumption was simple: only trained engineers could build meaningful technology products. 

Today, AI has changed something important about that equation. It did not eliminate the need for engineering expertise. Instead, it lowered the barrier to starting. It made experimentation, learning, and building more accessible than before. 

That shift matters.

I Did Not Learn by Waiting. I Learned by Building

Most of what I learned did not come from courses or formal training. It came from trying things, failing repeatedly, debugging issues, reading errors, fixing one problem at a time, and constantly asking:  

“Why did this break?” 

Sometimes, a small issue would take hours to understand. At times, an AI-generated solution fixed one bug while introducing three new ones. Sometimes a workflow that behaved perfectly for long-form news articles completely failed when applied to social media content because the structure, context density, and signal patterns were entirely different.

That is where the real learning started. Over time, I realized something important: You do not need to know everything before starting. 

You learn by building. You learn by debugging. You learn by staying curious long enough to solve the next issue.

Building The MediaMind Platform Changed My Thinking

While working on an AI media intelligence platform, my goal was never simply to tag articles.

I wanted to build a system that was scalable, reusable, explainable, configurable, and reliable across repeated media narratives. 

The platform was designed to help analysts process and interpret large volumes of media content through AI-assisted media intelligence workflows.

The goal was to reduce repetitive manual analysis, improve consistency across reports, and help analysts focus more on interpretation and decision-making rather than repetitive tagging and validation tasks.

As the system evolved, I realized that building reliable AI workflows was far more than prompt engineering. It became a systems-design problem.

Inside the System

The platform was built as a modular AI + rules orchestration pipeline. The diagram below shows the high-level architecture of the platform and how the major processing layers work together.

Inside the System

The platform combined preprocessing, reuse intelligence, modular AI workflows, validation layers, and persistence into a coordinated processing pipeline. Each layer solved a different reliability or scalability problem within the overall workflow. The preprocessing layer normalized entities, aliases, text structure, and report-specific variations before content entered downstream AI workflows.

Before running expensive AI analysis, the system first performed story intelligence checks such as syndication detection, duplicate grouping, and semantic similarity matching. If the system determined that an article was highly similar to previously processed content, it reused existing outputs instead of rerunning deep AI analysis. For example, if multiple publishers reposted near-identical coverage of the same event, the system could reuse existing outputs instead of reprocessing every article independently.

This “reuse-first” strategy became one of the platform’s biggest architectural advantages because it reduced token usage, improved consistency across repeated stories, and significantly improved processing efficiency.

The decision flow below shows how the system determined whether content should be reused, partially reprocessed, or sent for full AI analysis.

Modular AI Workflows

Modular AI Workflows

As the platform evolved, I realized that a single monolithic AI workflow was not enough for reliable media intelligence processing.

Different analytical tasks behaved differently and required their own validation logic, prompting strategies, and execution controls. Sentiment analysis, taxonomy mapping, spokesperson extraction, and trust evaluation each introduced different reliability challenges.

Instead of relying on one generalized AI call, the platform gradually evolved into a modular workflow architecture where individual AI modules handled specific analytical responsibilities independently.

The system was fully config-driven, allowing workflows to be enabled, disabled, or customized depending on the report type, client requirements, or industry context.

Each module also supported independent prompt versioning, scope controls, structured output handling, and validation behavior. This made the platform significantly easier to maintain, scale, debug, and adapt across different media intelligence workflows.

Why AI Alone Was Not Enough

One of the biggest lessons I learned was that LLMs alone were not sufficient for production reliability.

LLMs are extremely strong at semantic interpretation and contextual understanding. They can identify narrative tone, contextual relationships, and nuanced meaning far better than traditional rule-based systems. 

But enterprise workflows require something more: 

precision, consistency, auditability, and deterministic behavior.

As the platform scaled, I realized that purely prompt-driven systems became difficult to control reliably across edge cases, repeated stories, malformed outputs, and scope-specific business rules. 

To solve that, I combined AI reasoning with layered validation and normalization logic.

The AI layer focused on semantic interpretation and contextual understanding, while deterministic rules handled tasks such as entity normalization, scope enforcement, competitor strictness, spokesperson linkage validation, output guardrails, and safe fallback handling. 

This hybrid AI + rules architecture became one of the key reasons the platform behaved more reliably and consistently at scale.

One of the Hardest Problems: Traditional Media vs Social Media

Maintaining reliability across different media formats became one of the most difficult engineering challenges in the system. 

Traditional media articles and social media posts behaved completely differently. Long-form articles usually contained structured narratives and contextual detail, while social media posts were shorter, noisier, and heavily dependent on hashtags, emojis, conversational shorthand, and implicit signals.

Prompts that worked well for traditional media frequently failed when applied to social content. That forced me to rethink everything from prompt design and orchestration logic to fallback handling, validation rules, and classification strategies.

Over time, what initially looked like a prompt-engineering problem evolved into a broader systems-design challenge involving orchestration, validation, reuse logic, and reliability. That experience completely changed how I think about AI engineering. I realized that building reliable AI systems is not just about making models respond correctly. 

It is far more about building systems that behave consistently, scale reliably, recover gracefully from failures, and remain explainable to the people using them. The deeper I went, the more I realized that building AI systems felt less like writing fixed software and more like continuously guiding and refining behavior. 

AI Does Not Replace Engineers

Working on this platform actually made me appreciate strong engineers even more.

At the beginning, AI made many things feel surprisingly accessible. It helped me experiment faster and gradually understand systems in ways that would have felt impossible to me earlier. But as systems become larger and more production-critical, architecture, scalability, reliability, security, infrastructure, and engineering judgment all become essential.

Enterprise systems cannot run purely on prompts and experimentation. If AI disappeared tomorrow, I would still heavily depend on strong technical teams to build and operate reliable systems at scale. 

But AI gave me something extremely valuable: It allowed me to start building before feeling fully “technical enough.” That change is powerful.

Human Skills in the Age of AI – The Shift

The most important thing AI has changed is not automation. It expanded who gets to build.

Today, more people can move from idea → experimentation → prototype → product without waiting years to begin.

At the same time, AI does not replace the effort required to build something meaningful. Curiosity alone is not enough. It also requires persistence, patience, and a willingness to spend countless hours learning through failures and iteration.

There were days and nights when I kept debugging the same problem over and over until it finally worked. Sometimes I would stop working physically, but mentally I was still thinking about workflows, failures, prompts, architecture, and why a particular approach wasn’t behaving the way I expected.

One of my biggest strengths and sometimes my biggest weakness is that once a problem gets into my head, I can’t easily let it go. I keep asking myself, “Where is the gap? What am I missing?” Until I find the answer, my mind refuses to move on. Sometimes that takes hours. Sometimes it takes weeks.

There were nights when I couldn’t sleep properly because my brain was still trying to solve the problem. More than once, I woke up in the middle of the night because an idea suddenly clicked. Without even checking the time, I would grab my phone, open Slack, and write the idea down before I forgot it. I’m not exaggerating, some of my best ideas came from those unexpected moments.

This experience completely changed how I see software engineering. From the outside, people see only the finished product. What they don’t see are the countless hours spent debugging, questioning assumptions, redesigning workflows, and solving one problem after another before everything finally comes together.

As I worked through those challenges myself, I kept wondering how software engineers do this every single day. I wasn’t satisfied until I understood the problem and found the result I was looking for. I just kept trying. Looking back, I realize that persistence wasn’t just part of the process; it was the learning process.

My Biggest Lesson

Without AI, I honestly do not think I could have built this platform. And I still cannot compare myself to experienced engineers in terms of deep technical knowledge. That would be unrealistic. 

My strength was never advanced engineering expertise. It was the willingness to keep learning, experimenting, staying persistent, and solving problems one step at a time. AI did not magically remove complexity. But it made technology feel more approachable for people who have ideas, structured thinking, curiosity, persistence, and the motivation to keep learning. That is the shift I find most exciting. 

One reason I wanted to share this experience is that many people still hesitate, thinking they need to know everything before they start.

My experience taught me the opposite. You start first. Then you learn.

If you are genuinely interested in building something, this is one of the best times to start experimenting.

But what feels freely accessible and easy to experiment with today may not remain this open forever.

Start building. Start experimenting. Start learning through the problems along the way. You will not understand everything immediately. I still do not.

But step by step, bug by bug, workflow by workflow, you begin understanding systems more deeply than you imagined

That journey itself becomes the education

Not that anyone instantly becomes an engineer. But for the first time, many more people have the chance to turn ideas into something real. 

Maybe that is what Anyone can build really means.

Author’s Note: This article was supported by AI-based research and writing, with Claude 4.5 assisting in the creation of text and images.

Author

manjula

Manjula N oversees research quality across CS, including Data Team Reports and Fullintel. She focuses on building standardized processes, identifying and fixing gaps in existing workflows, and ensuring consistent, high-quality research. She has built quality processes from the ground up and is passionate about exploring new ideas and technologies, continuously learning, and finding innovative ways to improve report quality and make work more efficient.

FAQ

How is AI changing human skills?

AI makes building and experimentation easier, while increasing the importance of curiosity, critical thinking, persistence, and problem-solving.

AI helps more people turn ideas into prototypes. However, creating reliable products still requires learning, testing, and technical support.

No. Engineers remain essential for architecture, security, scalability, infrastructure, and production reliability.

They need structured thinking, curiosity, patience, clear communication, and the ability to learn from failures.

No. Reliable systems also need validation rules, modular workflows, guardrails, monitoring, and fallback mechanisms.

It combines AI’s contextual understanding with rules that improve accuracy, consistency, control, and explainability.

Social posts are shorter and rely on hashtags, emojis, and implied context, while traditional articles provide longer, structured narratives.