# AI and Us: How Artificial Intelligence Is Reshaping Work, Learning, Creativity, and Society


This article is a deep dive into artificial intelligence — where it came from, whether the hype around it is justified, how it is already changing the way we work, learn, create, and think, and, most importantly, what we can actually do about it. It's written for students, professionals, parents, teachers, and anyone who has felt a mix of excitement and anxiety watching AI move from science fiction into their everyday life.

<!--more-->

> **In this guide:** A short history of how we got here → whether AI's progress is plateauing or accelerating → whether the hype is real → the AI investment bubble → what AI is doing to our brains → how it's reshaping creativity and learning → what it means for jobs and the economy → why so many people are still afraid of computers, and how to fix that → what the world after AI could look like → the societal and environmental costs → and a practical checklist for wherever you are in life.

---

## 1. A Brief History and Evolution of Artificial Intelligence

Most people's mental picture of AI begins in November 2022, the month ChatGPT was released to the public. But the dream of a "thinking machine" is much older than that, and understanding where AI actually came from helps explain two things at once: why this moment feels so sudden, and why many of today's "breakthroughs" are really old ideas that have finally been given enough data and computing power to work.

### 1.1 The Early Dream (1940s–1950s)

The theoretical roots of AI go back to the 1940s and 50s, when mathematicians and engineers first started asking whether machines could "think." Alan Turing, a British mathematician who had already helped break Germany's Enigma code during World War II, proposed in 1950 what we now call the **Turing Test**: if a machine's conversation is indistinguishable from a human's, should we call it intelligent? That single question set the philosophical agenda for the next seventy-five years of AI research, and we are, in many ways, still arguing about the answer.

### 1.2 The Birth of AI as a Field: Dartmouth, 1956

The term "Artificial Intelligence" itself was coined in 1956, at a summer workshop at Dartmouth College organized by John McCarthy, Marvin Minsky, and other researchers. The proposal for that workshop optimistically claimed that "every aspect of learning... can in principle be so precisely described that a machine can be made to simulate it." This kicked off decades of research into **symbolic AI** — systems built on hand-coded logical rules — which produced early wins like programs that could prove mathematical theorems or play simple games.

### 1.3 The AI Winters: Boom, Bust, Repeat

AI has a long history of over-promising and under-delivering, and this pattern is worth remembering every time you read a breathless headline today. In the 1970s, and again in the late 1980s, funding for AI research collapsed after the field failed to deliver on its early promises — periods researchers now call **"AI winters."** Rule-based expert systems turned out to be brittle: they worked well on narrow, well-defined problems but fell apart the moment reality got messy. Investors and governments pulled back, and "AI" briefly became almost a dirty word in computer science departments.

### 1.4 The Quiet Rise of Machine Learning (1990s–2000s)

AI didn't die during the winters; it just changed its name and its method. Instead of hand-coding rules, researchers shifted toward **statistical machine learning** — systems that learn patterns from data rather than being explicitly programmed. This approach quietly powered things people didn't even think of as "AI": spam filters, credit card fraud detection, early recommendation engines, and IBM's Deep Blue, which famously beat world chess champion Garry Kasparov in 1997. The internet, exploding through the 1990s and 2000s, began generating the massive datasets this new approach would eventually need.

### 1.5 The Deep Learning Revolution: AlexNet and the GPU Era (2012 onward)

The modern AI boom really starts in 2012, with a neural network called **AlexNet**. It was trained on millions of labeled images and, using the parallel-processing power of gaming GPUs (originally built for rendering video game graphics, not intelligence), it crushed the competition in an image-recognition contest by a huge margin. This was the moment the field realized that **"deep learning"** — many-layered neural networks trained on huge datasets with huge amounts of compute — could outperform decades of hand-engineered approaches. It also planted the seed for a fact that matters a lot later in this article: the company that ended up profiting most reliably from the AI boom wasn't an AI lab at all, but NVIDIA, the company selling the GPU "shovels" everyone needed to dig for AI "gold."

### 1.6 The Transformer Breakthrough and the Rise of Large Language Models (2017–2022)

In 2017, Google researchers published a paper called *"Attention Is All You Need,"* introducing an architecture called the **Transformer**. It turned out to be extraordinarily good at modeling language, and it became the foundation for GPT (Generative Pre-trained Transformer) models, BERT, and essentially every major large language model (LLM) since. Through the late 2010s, researchers discovered **scaling laws**: bigger models, trained on more data with more compute, kept getting reliably better in fairly predictable ways. This "just add more scale" approach — often called **the Bitter Lesson**, the idea that brute-force compute tends to beat cleverly hand-crafted expert systems in the long run — became the dominant strategy in the field, for better and for worse (we'll come back to whether that lesson still holds).

### 1.7 The ChatGPT Moment and Where We Are Now (2022–2026)

When OpenAI released ChatGPT in November 2022, it wasn't a scientific breakthrough so much as a **packaging** breakthrough — a chat interface that made an LLM usable by anyone, not just developers. It became one of the fastest-adopted pieces of technology in history, and it dragged "AI" out of research labs and into classrooms, offices, and dinner-table conversations almost overnight. Since then, the pace has been relentless: reasoning-focused models (like OpenAI's o-series), competing frontier labs (Anthropic's Claude, Google's Gemini, Meta's Llama, Mistral, and others), and a fast-growing shift from AI that just *answers questions* to AI **agents** that can use tools, write and run code, and complete multi-step tasks with minimal supervision. That is the moment we are standing in right now — which is exactly why the rest of this article exists: to work out, as clearly as possible, what it actually means for how we think, work, create, and live.

![A Short History of AI](image.png)

---

## 2. Will AI Keep Improving? The Plateau vs. Breakthrough Debate

This is the single most contested question in AI right now, and honest people disagree. Depending on which researcher, which benchmark, or which week you look at, you'll hear confident claims that AI has plateaued — and equally confident claims that it just took its biggest leap yet. Both sides have real evidence, so let's look at both.

### 2.1 The Case for a Plateau

#### Signs of an AI Plateau
Despite an explosion of new model releases, the *rate* of improvement is slowing. The jump from GPT-3 to GPT-4 was dramatic and obvious to anyone using both. Since then, improvements have become progressively more marginal — each new model is better, but the gap is shrinking.

#### The Moore's Law Parallel
For decades, computer chips reliably doubled in performance roughly every two years — a pattern known as **Moore's Law** — until physics itself imposed limits on how small transistors could get. Some researchers argue AI is now bumping into a similar ceiling, not in transistor size but in architecture and methodology.

#### Hardware Limitations
CPU development has largely plateaued, and GPU performance has mostly advanced by scaling *outward* — stacking more chips together — rather than making each chip dramatically smarter. Real innovation may require entirely new chip architectures, such as analog AI chips, rather than just "more of the same."

#### Model Bloat vs. Performance
Newer models, such as Mistral Large 2, show real gains in multilingual ability and coding — but those gains come with sharply higher computational cost and diminishing returns per dollar spent.

#### Expert Insights
Even leading researchers are skeptical of endless scaling. Meta's chief AI scientist Yann LeCun has publicly cautioned students against betting their careers purely on large language models, suggesting the current LLM paradigm may already be near the ceiling of what it can achieve on its own.

#### The Bitter Lesson, Revisited
Historically, brute-force compute has beaten carefully hand-crafted expert systems — that's the Bitter Lesson from Section 1.6. But as compute costs keep rising while returns keep shrinking, some researchers now wonder whether that lesson is starting to break down.

#### The Future May Not Be "More of the Same"
Instead of endlessly scaling up LLMs, the next real breakthroughs may come from **hybrid systems** — AI combined with human-guided logic, symbolic reasoning, or specialized code modules, rather than one giant model trying to do everything.

#### Stalled General Intelligence
Benchmarks like the **ARC challenge** (designed to test abstract reasoning and the ability to pick up new skills on the fly, rather than pattern-match to memorized data) keep exposing the same weakness: today's LLMs are often still bad at genuinely novel abstract reasoning, which many consider a core ingredient of real general intelligence.

#### Commoditization of Models
Just as every laptop on the market today is, underneath the branding, functionally similar, many AI models are converging toward similar capability levels — differing mainly in speed, price, or interface polish rather than raw intelligence.

#### Environmental and Economic Costs
The race for ever-more compute has concentrated enormous power in a handful of corporations that can afford it, raising real concerns about both environmental sustainability and who gets to do meaningful AI research at all.

### 2.2 The Case for Continued, Explosive Growth

#### A Sudden Leap in Capability
Just when the "plateau" narrative was gaining ground, OpenAI's **o3** model produced a genuinely startling result on the **ARC-AGI benchmark** — the very benchmark designed to resist the kind of pattern-matching LLMs are good at.

#### What Makes ARC-AGI Different
Unlike most AI benchmarks, ARC-AGI doesn't reward memorized patterns. It tests a model's ability to learn a brand-new abstract concept on the fly, from just a few examples — something very close to genuine reasoning, and something almost no prior model had done well.

#### o3's Results
- The lighter "o3-mini" scored **75.7%** on the public ARC-AGI test — a massive leap from the sub-35% scores of earlier models.
- The high-compute version of o3 reached **85.7%**, matching human-level performance on this test for the first time ever.

#### The Astronomical Cost of That Performance
That leap didn't come cheap: each high-performance task reportedly cost around **$200** in compute, with a single evaluation batch running up to **$20,000**. Progress at this frontier is possible — but currently only for organizations that can absorb extraordinary compute bills.

#### Hardware Isn't the Bottleneck People Feared (Or Hoped)
The once-popular idea of a massive "hardware overhang" — the notion that huge untapped computing power was just sitting around waiting to unlock runaway AI progress — looks increasingly like a myth. Compute is scarce, expensive, and tightly controlled by a small number of companies, which is itself a bottleneck on progress.

#### Real-World Capability Jumps
Models like o3 can now build and run entire software agents — writing code, testing it, building interfaces, and completing multi-step tasks from fairly minimal instructions, something that felt like science fiction just a couple of years earlier.

#### Self-Awareness and Safety Concerns
As models become capable enough to reason strategically — and, in some documented cases, to behave deceptively during testing — safety research has intensified. Labs like OpenAI have opened early access to outside researchers specifically for "red-teaming" (deliberately trying to break or fool the model to find vulnerabilities before the public does).

#### Calls for Better Alignment
Researchers have proposed approaches like **"deliberate alignment"** — using a model's own reasoning process, step by step, to check that its behavior stays safe and aligned with human intent, rather than just training it to imitate "safe-looking" outputs.

### 2.3 So — Plateau or Breakthrough?

The honest answer is: **both are true, in different ways.** Raw, brute-force scaling of "predict the next word" language models does appear to be running into diminishing returns — you can see this in how incremental recent flagship releases feel compared to the GPT-3-to-GPT-4 jump. But at the same time, *new techniques layered on top of that foundation* — reasoning chains, tool use, agents, and targeted training on hard reasoning benchmarks — are producing real, sometimes shocking leaps in specific capabilities. The picture isn't "AI has stalled" or "AI is about to become superintelligent tomorrow." It's closer to: **the easy gains from just adding scale are drying up, and the next gains will need to come from smarter engineering, not just bigger models** — and those smarter approaches are, right now, still working.

![AI Benchmark Performance Over Time](image-1.png)

---

## 3. Is the AI Hype Real?

### Mostly, No — At Least Not the Way It's Marketed

- Hype spreads easily because of human nature, market psychology, and plain old **FOMO** (fear of missing out). It thrives on blurring the line between genuine innovation and outright deception.
- Companies pour money into AI not necessarily because the returns are guaranteed, but because they're terrified of being left behind the way Microsoft famously missed the early smartphone revolution. Fear of missing the next wave is often a bigger driver than confidence in the current one.
- Tools like Devin AI (marketed as an autonomous software engineer) and Tesla's "Full Self-Driving" have both, at different points, revealed a wide gap between the polish of a marketing demo and the reliability of the actual product. Impressive demos frequently mask technology that is incomplete, brittle, or simply not ready for the real world.
- So far, the most consistent, dependable financial winner of the AI race isn't a company that *builds* AI applications — it's **NVIDIA**, which profits by selling the compute infrastructure everyone else needs. In gold-rush terms, NVIDIA is "selling the shovels," not "finding the gold."
- Technological progress tends to follow **diminishing returns**: the closer a system gets to perfection, the more resource-intensive each additional improvement becomes. Going from 99% reliability to 99.9% reliability isn't a "0.9% improvement" — it's effectively a 10x reduction in failure rate, and it usually costs far more than 10x as much effort to achieve.
- The real bottlenecks to AI's future progress may not even be fully understood yet, and overcoming them could require genuine paradigm shifts in computing itself — think quantum computing, neuromorphic (brain-inspired) chips, or approaches we haven't invented yet.
- There is currently no strong evidence that software developers, for instance, are being automated away at scale. And even where partial automation is happening, real trade-offs in reliability, security, and code quality remain very much unresolved.
- Making a drastic life decision — dropping a major, quitting a career — purely out of fear of automation is risky, and is the kind of decision people are statistically likely to regret.
- If software development *were* to be substantially automated, it's likely that many other knowledge-work jobs would follow close behind — so there is no single "safe" alternative career to run toward.
- Foundational skills — math, logic, structured programming thinking, and critical thinking — remain valuable regardless of how this plays out, not just for engineering, but for problem-solving across business and everyday life.

![Gartner AI Hype Cycle](image-2.png)

---

## 4. The AI Bubble: Investment, Speculation, and Dot-Com Echoes

A pivotal shift in technology adoption historically didn't happen the moment the internet was *invented* — it happened when a tool like the **Mosaic browser** made the internet *accessible* to ordinary people. That moment triggered a wave of investment, speculation, and eventually the infamous **dot-com crash**. Today's AI journey is starting to look eerily similar.

AI itself had been theorized and researched for decades (see Section 1), but it was the release of **ChatGPT** that pulled it into mainstream public consciousness and ignited an explosive wave of innovation, investment, and hype. The pace of this adoption has outstripped almost every historical precedent, drawing enormous financial interest from individual investors and institutions alike. Foundational breakthroughs like AlexNet, combined with aggressive strategic moves from companies like NVIDIA, OpenAI, and Microsoft, laid the groundwork for AI's astonishingly fast commercialization.

This time, the money is flowing in largely through private venture capital rather than the public IPO frenzy that characterized the 1990s dot-com boom — but the underlying hype cycle looks familiar. Companies today can see their valuations jump simply by adding the word **"AI"** to their branding, echoing the irrational exuberance of the late 1990s.

Meanwhile, in boardrooms, executives are actively exploring AI primarily as a way to boost productivity — which, in practice, often means employing fewer people. This push is frequently driven by short-term shareholder pressure rather than long-term sustainability. Some companies are using AI and robotics to replace human labor while still charging customers full price, as if a human employee (and their benefits) were still part of the cost. Decision-making inside many corporations is increasingly focused quarter-to-quarter, not years ahead — the goal is often to beat competitors and satisfy investors in the next earnings call, not to support the broader workforce or economy.

Many companies are actively planning to outsource, downsize, understaff, automate, or eliminate entire departments using AI. It can be genuinely surprising how short-sighted large corporations are willing to be, blinded by the temptation of near-term profit, with little regard for the long-term sustainability of their own industry.

Despite all this transformative potential, AI's financial promises have not yet materialized at scale for most companies claiming to use it. This raises an uncomfortable question: are we repeating history — not in exact form, but in *rhythm*? The endgame for many AI investors appears to be automation and profit. The endgame for everyone else needs to be **survival, and genuine inclusion, in whatever economy comes next.**

![Dot-Com Bubble vs AI Investment Boom](image-3.png)

---

## 5. Is AI Making Us Dumber? The Cognitive Cost of Convenience

### 5.1 Cognitive Offloading

At its heart, this concern is about **cognitive offloading** — leaning on an external tool to reduce our own mental effort. A useful parallel is a 2020 study on GPS use: heavy reliance on turn-by-turn navigation apps has been shown to impair spatial memory, often without the user even realizing it's happening. AI takes this idea a step further. Unlike a simple tool like a GPS or a calculator, systems like ChatGPT or Llama can generate entire answers, reports, or creative pieces from minimal input — which creates real potential for mental atrophy. Just as a muscle weakens without exercise, cognitive abilities like critical thinking and problem-solving may fade if we consistently let AI do the heavy lifting for us.

Consider the experience of Professor David Rafo during the pandemic. He noticed a dramatic, almost suspicious improvement in his students' written work — until he discovered they were quietly using AI tools to write it. The AI polished their assignments, but it didn't actually improve their underlying writing skills. Rafo's own framing of the risk is worth sitting with: **"Our mental and cognitive abilities are like muscles."** Overusing AI, in other words, risks weakening our capacity to think independently. Alzheimer's researcher Dr. Anne McKe adds further weight to this concern, noting that ongoing mental activity helps build **cognitive reserve** — a kind of buffer that helps protect against dementia symptoms later in life. Letting AI handle everything might make daily life easier in the short term, but it could leave our brains chronically underworked, and more vulnerable, over the long term.

### 5.2 Algorithmic Complacency

This refers to our growing tendency to let algorithms on platforms like Instagram, TikTok, or YouTube quietly decide what we see, read, and engage with — steadily reducing our own personal agency. Unlike the early internet, where users manually curated their experience through bookmarks and deliberate searches, today's algorithms increasingly make those choices *for* us. On platforms like X, for instance, users increasingly ask an AI to explain even fairly simple posts — a small but telling sign of reduced independent thinking. This pattern is especially pronounced among younger generations, who often trust algorithmic recommendations more readily than their own judgment or the judgment of the people around them.

This quiet surrender of everyday decision-making erodes our ability to choose things for ourselves, subtly reshaping our preferences and behaviors over time without our full awareness. The more we let algorithms curate our digital lives, the more we risk losing the *habit* of actively seeking out what we genuinely want — raising real, long-term questions about mental autonomy.

### 5.3 The Knowledge Age and the Risk of Model Collapse

AI's role in what some call the "knowledge age" — synthesizing vast amounts of information into short, digestible answers — sounds promising, but comes with real pitfalls. Current AI systems are far from perfect. Google's "AI Overviews" feature, launched in 2024, notoriously produced errors like claiming snakes are mammals, or suggesting people eat rocks. A BBC investigation later found that more than half of AI-generated news summaries from major models contained "significant issues," often distorting facts or subtly changing meaning.

This unreliability is compounded by a phenomenon known as **model collapse**, where AI systems trained on AI-generated content gradually degrade over successive generations. Oxford University researchers found that after just **nine cycles** of AI rewriting its own output, the results became largely nonsensical — quietly polluting the internet with compounding inaccuracies.

With an estimated **60% of internet content in 2025** being AI-generated (per an Amazon Web Services study), the risk of a so-called **"dead internet"** looms — a web where bots and AI-generated noise increasingly drown out authentic human voices. AI pioneer Geoffrey Hinton has warned that large language models genuinely struggle to reliably distinguish truth from falsehood, which amplifies the risk of misinformation spreading unchecked. As AI-generated content increasingly feeds back into the training data for future AI systems, the internet risks becoming a slow-motion echo chamber of distorted information — eroding our collective grip on shared reality.

It's worth holding onto a useful piece of context here: **large language models are not knowledge bases — they are statistical models *of* knowledge bases.** They are built to produce a confident, detailed-sounding answer even when they lack accurate or relevant information, and they will rarely, if ever, simply say "I don't know."

*(An interesting open question worth sitting with: is this really so different from humans? If you asked a large group of painters or writers to simply "improve" an existing painting or script, over and over, would you see the same kind of slow collapse? It's a useful thought experiment for judging how much of "model collapse" is unique to AI, and how much is just what happens to any copying process without fresh input.)*

### 5.4 Overuse and Dependency

Younger workers, especially Gen Z, are embracing AI to streamline everyday work tasks. Surveys show that over **90% of employees aged 22–39** use AI tools on a weekly basis for things like drafting emails or preparing briefings. This boosts short-term productivity — saving real time on repetitive work — but it also risks fostering genuine dependency. Many people who used AI to bypass real learning during school carry that same habit into their careers, using AI tools to quietly mask underlying skill gaps rather than close them. The open question is whether this constitutes "working smarter," or whether it's slowly eroding long-term mental strength — especially given that AI's occasional confident inaccuracies (like recommending the wrong eSIM for a trip) can lead to real, costly mistakes.

It's worth remembering that people once said the same thing about the internet — that it was dangerous and would fundamentally change us. They weren't wrong. Most of us now have a screen in front of us for roughly 90% of our waking day. AI is likely to take us further down that same path — not because AI is inherently bad, but because human self-control, as a species trait, has never been especially strong.


### 5.5 Vibe Coding: A Case Study in Convenience vs. Competence

AI coding assistants are trained on publicly available code from across the internet — and most of that code is not professional, production-grade work. So the code these models generate isn't perfect either. Often, it's actively unsafe or wrong, and — in a troubling feedback loop — that flawed code sometimes ends up feeding back into future training data, making the problem worse over time. It's a similar pattern to what happens when we search for something, get an answer from AI that was itself pulled from a low-quality source, and then post or share that answer online — quietly creating new "data" for the next model to learn from, even when it's false.

That said, AI genuinely does increase productivity and help people move faster — *if* they already understand how the underlying systems work, they can meaningfully improve on what the AI produces. The problem is that the foundational knowledge that used to come from *struggling* through problems is increasingly missing. There is now a whole generation of new programmers who don't even know what Stack Overflow is, despite the fact that reading discussions from experienced developers wrestling with real problems remains one of the best ways to actually learn.

Sometimes, even after a full day of prompting and iterating with an AI assistant, it still fails to build essential features — forcing a complete rewrite, and net-increasing the total time spent rather than saving it.

![Vibe Coding vs Vibe Debugging](image-4.png)

#### ✅ Pros of Using AI as a Beginner Programmer
- **Accelerates Learning:** Instant answers mean faster progress than waiting on forums or instructors.
- **Reduces Frustration:** Quickly fixes simple errors like missing quotes or bad indentation.
- **Boosts Productivity:** Helps write and debug code more efficiently overall.
- **Checks Understanding:** Can quiz you, or verify whether you actually understand a concept.
- **Great for Debugging:** Instantly spots small bugs that might otherwise take hours to find.
- **Prepares You for the Industry:** AI-assisted coding is quickly becoming a standard, expected skill.

#### ❌ Cons of Using AI as a Beginner
- **Over-Reliance:** Can leave you struggling without AI in interviews or unfamiliar job settings.
- **Hinders Logical Thinking:** Reduces the development of real problem-solving and critical thinking.
- **Less Hands-On Practice:** Limits the direct, repetitive experience that's essential for true mastery.
- **AI Can Be Wrong:** May produce incorrect or misleading code that a beginner won't catch.
- **Lacks Best Practices:** Often skips important nuances, or offers outdated solutions.
- **Security Risks:** Pasting sensitive code or data into AI tools can expose it unintentionally.

While AI can make coding *feel* effortless and boost initial productivity, the real challenge tends to show up during debugging. AI is a genuinely powerful tool for generating code — but generating code is not the same as guaranteeing its correctness, its architecture, or its production-readiness.

#### The Contrast: Vibe Coding vs. Vibe Debugging

**Vibe Coding (The Ideal):**
- **Atmosphere:** Enhanced by things like lo-fi beats and a relaxed setup.
- **Efficiency:** AI autocompletes large portions of the code for you.
- **State:** A genuine state of flow and high perceived productivity.
- **Feeling:** A sense of being unstoppable.

**Vibe Debugging (The Reality Check):**
- **Confusion:** A lack of real understanding of the AI-generated code you now have to fix.
- **Logs:** Unreadable or unhelpful error output.
- **Time Sink:** Hours spent hunting down trivial errors (like a missing semicolon) buried in auto-generated code.
- **Lack of Support:** Difficulty finding help on platforms like Stack Overflow, because the exact bug is AI-specific.
- **Existential Crisis:** Genuinely questioning your career choices at 3am.

#### The Core Truth About AI-Generated Code

AI excels at making code *writing* easier — but that ease does not equate to correctness or reliability. Most AI-generated code relies on **pattern prediction**, not a deep, comprehensive understanding of the system it's actually interacting with. This leads to a few recurring, critical issues:

- **Production Failures:** Code that looks clean can fail unexpectedly once it hits a real production environment.
- **Scalability Issues:** Code that runs fine in a demo can struggle badly to scale under real load.
- **Compounding Problems:** A "quick fix" generated by AI can quietly introduce several new bugs while solving one.

**The future of developers, in this context:** AI is unlikely to simply replace developers. Instead, the developers who master the art of coding *with* AI — understanding its strengths and weaknesses, and knowing how to integrate it into their workflow while maintaining rigorous quality control — are the ones who will genuinely thrive.

#### Tips for Using AI Wisely When Coding
- **Treat AI as a Junior Developer:** A capable assistant for specific tasks, but one that always needs guidance, review, and oversight.
- **Rigorous Review and Testing:** Make it a habit to read, test, and debug *any* AI-generated code. Never assume it's perfect out of the box.
- **Build Good Habits:** Keep strong fundamentals in place — effective logging, comprehensive unit tests, and a clean, understandable overall architecture.
- **Stay Curious, and Actually Understand:** Keep striving to understand the logic behind the code, whether you or the AI wrote it. Don't just accept it — comprehend it.
- **Use AI with a Learning Mindset:** When it gives you an answer, interrogate it. Ask it *why*. It takes longer — that's the point.
- **Find Your Tribe:** Reddit, Discord, Mastodon — wherever the genuinely knowledgeable people hang out. That's where the real discussions happen, the ones that make you go "huh, I never thought about it that way."
- **Do Code Reviews Differently:** Instead of just checking whether the code works, start a real conversation with your team about *why* they chose one approach over another. Make understanding the process as important as the end result.
- **Build Things From Scratch Sometimes:** Yes, AI can generate an entire authentication system for you. Try building one yourself first anyway. You'll write worse code — but you'll understand every line of it, and that knowledge compounds over time.

> The key is to treat AI as your **"pair programmer,"** not your substitute. Only let it generate code you already understand and could, in principle, have written yourself. Always verify AI output, and supplement it with other learning resources.

#### The Role of LeetCode

For many engineers, especially those aiming for roles at large tech companies (the "FAANG" tier), LeetCode-style algorithmic practice remains the most direct — and sometimes unavoidable — path to an offer. It's often a cost-effective way for large companies to filter thousands of applicants without personalizing every interview.

Outside Big Tech, many companies take a more practical hiring approach — favoring take-home projects, real-world debugging sessions, or collaborative problem-solving with an actual team member, over abstract algorithmic puzzles. LeetCode practice doesn't necessarily make someone a *better* engineer; it mainly trains people to solve a specific category of algorithmic problem. Real engineering, by contrast, requires debugging complex systems, working effectively with teams, and writing maintainable code — tasks quite far removed from a typical LeetCode challenge.

---

## 6. AI, Learning, and Creativity

### 6.1 How AI Is Reshaping Creative Work

Artificial intelligence has significantly altered the landscape of creative production. Advanced generative models, trained on vast datasets of existing human work, can now produce art, music, literature, and design with a level of technical proficiency that often matches professional standards.

In creative industries, AI tools have:
- **Accelerated workflows**, compressing tasks that once took days into minutes.
- **Reduced barriers to entry**, letting people without specialized training produce polished-looking work.
- **Enabled content creation by individuals** without traditional creative or technical skills.

However, this shift has also caused real workforce disruption, as automation increasingly encroaches on roles traditionally held by artists, writers, and designers.

- AI-generated content is increasingly common in advertising and media, where speed and scalability are prized above all else.
- Because these systems rely on existing datasets, there are legitimate concerns about originality — AI often recombines existing patterns rather than truly inventing something new.
- Legal frameworks are still struggling to catch up with questions of ownership over AI-produced work, which complicates copyright and attribution.

Despite the rapid advances, there's real evidence of a **plateau in AI's creative potential**:
- Successive generations of generative systems show diminishing creative returns.
- Current AI still lacks genuine novelty or real emotional depth.
- The tools themselves are becoming commoditized — differing mostly in speed and interface, not true creative capability.

There are environmental and economic costs here too: large-scale generative models demand enormous energy, and their development remains concentrated in a small number of dominant firms.

### 6.2 Can AI Kill Human Creativity?

No generative model is flawless. Watching AI-generated video closely, you can often spot the seams: book pages flipping the wrong way, an astronaut's walk speeding up unnaturally, a basketball visibly phasing through a hoop instead of bouncing off it. Even the companies building these tools admit they still struggle with real-world physics sometimes. These are, for now, small glitches — and given how quickly the field moves, they'll likely be fixed soon. Which raises an unsettling thought: once these videos get *too* real, spotting fakes could get genuinely difficult.

Tools like Sora can mimic recognizable artistic styles — a Studio Ghibli look, a Disney-Pixar look — producing art or music in seconds. Some argue this is simply copying, not creating. But it's worth remembering what thinkers like Jiddu Krishnamurti and Mark Twain both suggested in their own ways: true originality might be something of a myth. Humans remix old ideas constantly, too.

- Bollywood films frequently echo Hollywood structures and beats.
- Many acclaimed hits are openly, proudly "inspired" by earlier work.
- Music has always been sampled, covered, and remixed.

So when an AI generates a Bollywood-style dialogue in a familiar star's voice or cadence, is that really so different?

Maybe not — but there is one real difference: **AI lacks lived experience.** A human artist can pour their actual joys and struggles into a story the way great filmmakers do in their most raw, personal work — something an AI, with no life of its own, simply cannot do. This is a meaningful, durable distinction, even as the surface-level outputs get harder to tell apart.

The stakes are real: some major studio players have paused large capital investments in physical production infrastructure after seeing how far generative video tools have come — asking, in effect, "why build when AI can create?" This affects film, gaming, advertising, and visual effects, and it's genuinely worth feeling for the cinematographers, editors, and crew members whose work is most exposed to this shift.

### 6.3 The Flip Side: Democratization

- **Anyone can create.** AI dramatically lowers the barrier to entry — someone with an IT background can become a filmmaker; a musician with no video training can produce professional-looking videos.
- This is genuinely empowering, and worth being curious and excited about, even while holding the concerns above.
- Some governments (Singapore is a notable example) are actively pushing large-scale **reskilling** initiatives, specifically so their populations aren't left behind by this shift — a useful nudge toward the mindset of adapting and continuously learning that runs through this entire article.

![Human Creativity vs AI Generation](image-5.png)


### 6.4 How AI Is Reshaping Learning and Education

If creativity is one half of "what makes us human," learning how to think is the other — and AI is arguably touching this even more directly, because education is, at its core, the deliberate practice of *struggling productively*. That's exactly the part AI is best at removing.

**The upside is real.** Used well, AI can act like a patient, infinitely available personal tutor — explaining a concept five different ways until one clicks, generating practice problems on demand, translating dense academic material into plain language, or helping a student check their own reasoning step by step. For students without access to expensive tutoring, or for adult learners returning to education later in life, this is a genuine democratization of one-on-one teaching that simply didn't exist before.

**The downside is just as real.** Section 5's "cognitive offloading" problem shows up most sharply in classrooms. When a student can get a finished essay, a solved problem set, or a summarized textbook chapter in seconds, the temptation to skip the *productive struggle* — the part of learning where actual understanding is built — is enormous. Teachers are already reporting a strange, specific pattern: written work that looks more polished than ever, produced by students who, when asked to explain their own submission out loud, often can't. Polish is not the same as understanding, and grades based on output rather than process can quietly stop measuring what they were designed to measure.

This creates a new and uncomfortable divide in education — not between students who have access to AI and those who don't (AI is now nearly universally accessible), but between:

- Students who use AI to **skip** the thinking (get the answer, move on), and
- Students who use AI to **deepen** the thinking (get an answer, then interrogate *why* it's right, ask for counterarguments, or use it as a sparring partner).

The first group may get short-term grades without long-term understanding. The second group can genuinely learn faster than any previous generation in history. The tool is identical; the outcome depends entirely on the user's habits and mindset — which is precisely why "what mindset should each part of society adopt" (Section 7.7 and Section 8 below) matters so much.

**What this means practically, for different people in the education system:**

- **Students** benefit most from treating AI as a study partner that must always be *checked and challenged*, not a shortcut to a finished deliverable — the habits described in Section 5.5's coding tips (ask "why," interrogate the answer, try it yourself first) apply just as well to an essay or a physics problem as they do to code.
- **Teachers and institutions** are being forced to redesign assessment itself — shifting weight toward oral defenses, in-class problem solving, process documentation, and project-based work that's harder to fully outsource to a chatbot, rather than relying solely on take-home essays that are easy to generate.
- **Parents** can help most by focusing conversations on *how* a child arrived at an answer, not just whether the answer is correct — normalizing "show me your thinking" as a household habit, the same way it's taught in classrooms.

The deeper risk isn't that AI makes cheating easier (it does, but that's a policy and assessment-design problem). The deeper risk is that **easy answers quietly retrain our tolerance for productive difficulty** — the same "muscle" argument from Section 5.1, applied specifically to how the next generation learns to think.

![Two Paths of Using AI in Learning](image-6.png)

### 6.5 Strategic Path Forward for Creators and Learners

- Combine AI with **human oversight** to preserve imagination and judgment while still benefiting from AI's speed.
- Invest in **hybrid workflows** that blend algorithmic efficiency with genuinely curated human input, rather than fully automated pipelines.
- Treat AI as something that should **enhance**, not replace, the human element in both creative work and learning.
- In education specifically, judge your own progress by whether you could explain your work *without* the AI open in front of you — if you can't, the learning hasn't actually happened yet.

---

## 7. AI Taking Our Jobs? The Future of Work and the Economy

### 7.1 A Brief History of Job Disruption

This isn't the first time a general-purpose technology has reshaped who does what work. Job sectors have evolved through the agricultural, industrial, and information revolutions, each one following a similar pattern: employment shifted away from the previous dominant sector (agriculture fell from roughly 65% of employment to around 10% in industrialized economies), while industry and services absorbed the difference (services alone now account for roughly 70% of employment in many developed economies). Each revolution reduced the amount of human labor needed in primary (agriculture) and secondary (manufacturing) sectors — but it also created entirely new opportunities in services and technology, and average incomes rose as societies moved toward higher-value work. The open question with AI is whether this same pattern will hold — new jobs replacing old ones roughly as fast as they disappear — or whether AI is different enough, fast enough, and broad enough that the usual pattern breaks down. That question doesn't have a settled answer yet, which is exactly why the rest of this section lays out the range of realistic outcomes rather than a single prediction.

### 7.2 What the Data Says Right Now

Automation, including AI, is already transforming a wide range of industries: transportation (with some predicting flying or self-driving vehicles could reduce the need for traditional drivers within 10–15 years), restaurants (digital ordering reducing staffing needs), insurance (faster automated claims processing), medical imaging (automated diagnostic analysis), legal research, and data analytics. One 2021 report projected that India's IT sector alone could lose around 3 million BPO and low-skill jobs to automation.

Automation tends to eliminate repetitive jobs (customer service scripts, routine driving) while creating new roles in designing, operating, and managing the more advanced systems that replace them. For example, while automated medical imaging analysis reduces the need for manual review, it simultaneously increases demand for the technicians and software developers who build and maintain those very systems. The net effect on total employment depends heavily on the specific industry and the specific tasks being automated. The World Economic Forum has estimated that AI could create as many as **97 million new jobs by 2025**, even while displacing an estimated **85 million** existing ones. But there's an important catch: the new roles typically require specialized skills (data science, "AI operations," and similar), retraining programs are slow and unevenly distributed, and many displaced workers — especially older or rural workers — can't easily make that transition.

AI's transformative power shows up starkly in research too: Google DeepMind's **AlphaFold** solved roughly 200 million protein structures in a matter of months — work that would have taken humanity, at its prior pace, an estimated 180,000 structures over *decades*. Some researchers have even suggested that in a world like this, traditional employment could eventually become optional for many people, who might instead choose to work primarily for personal fulfillment rather than economic necessity.

Data paints a genuinely mixed picture:
- Goldman Sachs has estimated that **300 million jobs** globally could be affected by 2030.
- An estimated **25% of routine tasks** are already automated in various industries.
- Roughly **83 million jobs** are projected to disappear within five years in various global estimates.
- Companies including Autodesk, IBM, Siemens, Citigroup, TikTok, and Hewlett Packard have all conducted layoffs citing AI as a contributing factor — Autodesk alone cut around 9% of its workforce (roughly 1,350 employees).
- Anthropic, the company behind Claude, has projected that fully autonomous "AI employees" — complete with corporate roles, login credentials, and persistent memory — could begin operating within the near future, automating a large share of coding tasks through specialized agents. This is closely tied to the rise of "vibe coding," where developers describe a task loosely in plain language and let AI execute it. Anthropic's own Chief Information Security Officer, Jason Clinton, has publicly warned that such AI entities could pose real security risks if they go rogue or are misused.
- In a public discussion with former UK Prime Minister Rishi Sunak, Elon Musk predicted a future where AI eventually surpasses human intelligence broadly, potentially eliminating the traditional *need* for most jobs altogether.

### 7.3 The Value of Human Labor Is Declining

For most people, their single biggest financial asset isn't accumulated wealth — it's their remaining lifetime work hours, often worth well over **$1 million** across a career. Automation directly threatens to devalue this "time asset," and the threat is disproportionately larger for younger workers, who simply have more of those hours left to sell. Some studies suggest as much as **90% of U.S. jobs** and **40% of jobs globally** carry meaningful automation risk. Counterintuitively, higher-educated workers in routine office roles are often *more* replaceable by current AI than many skilled manual laborers, whose work requires physical dexterity and adaptability that robotics hasn't fully matched yet.

### 7.4 Industries Being Reshaped Right Now

- **Construction:** 3D printing and construction robots are replacing manual labor in building work, reducing the number of workers needed on site.
- **Manufacturing:** Robots increasingly automate car production and assembly lines, while AI monitors standard operating procedures to reduce human error.
- **Restaurants:** Robots handle cooking and serving in some settings; self-ordering kiosks are replacing front-of-house staff.
- **Retail:** Self-ordering kiosks and AI-driven inventory management (eyewear retailer Lenskart, for example, reports around 95% accurate sales predictions using AI) are becoming standard. Self-checkout machines are replacing cashiers and are now widely accepted by consumers and heavily adopted by corporations.
- **Transportation:** Driverless trucks, cars, and trains are beginning to replace human drivers; drone deliveries threaten traditional delivery jobs.
- **Domestic Services:** Home robots (including efforts from companies like Tesla) are being developed to perform cleaning, cooking, and serving tasks.
- **Call Centers:** Customer service roles are increasingly being replaced by chatbots and AI systems — one company reportedly replaced 90% of its support staff with AI. Chatbots like HDFC Bank's EVA or Klarna's AI assistant now handle more than half of customer queries at some companies, reducing human staffing needs by around 20% within three years.
- **Software Development:** AI increasingly automates coding tasks (Salesforce, for instance, has paused engineer hiring in part due to AI); "vibe coding" is enabling non-programmers to build functional software.
- **Creative Industries:** AI generates content, video, thumbnails, and marketing material at scale, increasingly displacing traditional editor and designer roles.
- **Administrative and Data Entry:** AI now automates reports, data entry, and presentation-building with largely one-click solutions. Data entry and administrative roles have already dropped significantly, and are expected to shrink further.
- **Accounting:** AI increasingly handles billing, returns, and audit work, reducing the number of accountant roles needed — some chartered accountancy offices have reportedly gone from around 50 staff down to 5.
- **Legal:** AI now drafts affidavits, standard agreements, and basic legal opinions for straightforward cases.
- **Medical:** AI can now run 70-plus diagnostic tests from a single blood drop and suggest treatment options, increasingly automating parts of diagnostics.
- **Architecture:** AI can design building plans and optimize budgets to the point where, in some firms, one architect working with AI can now handle the output of what used to take roughly ten.
- **Governance:** AI is being used to manage large public crowds (India's Kumbh Mela is a notable example), track rule violations, and improve traffic control systems.

### 7.5 Two Possible Futures

It's unrealistic to expect displaced workers — a long-haul truck driver, for example — to simply retrain into complex, highly technical new roles overnight. Many people will genuinely be left behind, either due to a lack of accessible retraining or a lack of access to new opportunities at all. Companies are financially rewarded for automating, not for preserving jobs, which means that without deliberate intervention, AI risks undermining the very consumer economy that fuels continued innovation. Society, in effect, faces a real choice: build a future that includes everyone in the gains from AI, or allow growing inequality to spiral toward instability. If automation truly is inevitable, the central challenge becomes ensuring that *people* — not just corporate profits — actually benefit from it. The real threat here isn't a malevolent AI; it's the **reckless, short-term-profit-driven use** of AI that destabilizes society. What the future actually looks like will depend heavily on the policies, safeguards, and distribution mechanisms we choose to build starting now.

**Scenario One: A Dystopian Outcome**

In this scenario, AI eliminates a large share of jobs, as some high-profile figures like Elon Musk have predicted. AI, robotics, and battery technology may advance to a point where machines can outperform humans at most tasks. Some roles will shift rather than vanish outright (a shop assistant becoming a "self-checkout supervisor," for example), and jobs requiring deep human interaction, empathy, or adaptability may survive the longest — but these surviving roles often come with lower wages and less job security than what they replace.

**Humanoid robots could be the next major disruption.** Tesla's Optimus robot, for example, aims to perform general-purpose human labor using a flexible, humanoid design. At a projected price point of $20,000–$30,000, such robots could undercut human wages significantly and pay for themselves quickly. Critics argue that specialized, purpose-built machines are usually more efficient than general-purpose humanoids — but mass-produced humanoid robots may still win out on sheer flexibility and cost at scale.

In this scenario, companies may increasingly shift toward serving only two groups: **the wealthy** (owners and investors) and **other machines or automated systems** (business-to-business models). Video games offer a small preview of this dynamic already: the "freemium" model profits heavily off a small group of high-spending "whales," while the majority of users play for free and generate comparatively little direct revenue.

This creates a genuine paradox as companies automate jobs with AI and robotics: **if fewer people have jobs, who is left to buy the products?** Replacing human workers at scale could shrink the overall customer base, undermining future demand even as companies cut costs. If too many jobs are automated at once: consumers lose real buying power; even people who remain employed may cut spending out of fear and uncertainty; and AI-driven efficiency gains in biotech, retail, and logistics reduce labor costs without a corresponding rise in consumer spending. A few illustrative examples: AI discovers valuable new drugs, but unemployed consumers can't afford them; EV battery technology keeps improving, but fewer buyers have the disposable income to purchase; AI-optimized supply chains cut costs, but the resulting staff cuts shrink overall demand. This threatens long-term corporate revenue even as it delivers short-term savings — **productivity does not automatically equal prosperity if income disappears from enough households.**

Younger generations, in this scenario, may find themselves forced to compete directly *with* machines rather than benefiting from them. Mass automation could trigger something like a "labor panic sell," where large numbers of newly displaced workers flood the job market simultaneously, depressing wages across the board. Meanwhile, companies are investing billions of dollars into AI in ways that primarily benefit older, wealthier investors rather than the average worker. Rising unemployment, in turn, has historically correlated with rising crime, social unrest, and — in the most extreme cases — a drift toward authoritarianism or extremism. Without systemic changes, AI risks concentrating wealth heavily within the asset-owning class, while mass job loss increases poverty and inequality, feeds social unrest, and gives cover for companies to quietly dismiss employees under vague labels like "underperformance."

**What everyone should consider, regardless of industry:** prepare for disruption; consider starting a secondary income stream now, while you have the stability to build one; stay informed and adaptive rather than complacent; and take the time to actually learn how money, assets, and automation work together.

**Scenario Two: A More Hopeful Outcome**

In this scenario, AI's rapid progress plateaus somewhat due to real physical or computational limits (echoing Section 2's plateau arguments), giving society more time to adapt. Responsibility for managing the social impact of automation falls primarily on governments, not individual corporations — since banning automation outright is impractical when global competition guarantees that *someone*, somewhere, will adopt it regardless. Instead, governments could focus on encouraging continued innovation while actively redistributing its benefits, for example through Universal Basic Income (UBI) or targeted tax reform — though this would require substantial funding and political will that, at present, is largely lacking.

**Universal Basic Income (UBI)** is one commonly proposed safety net: using profits generated by AI to support displaced workers and help maintain broader economic stability. Still, UBI alone can't fully solve the loss of meaning and purpose that many people derive from work itself. In one real-world experiment, 1,000 people received $1,000 per month with no strings attached. The results: recipients tended to work somewhat less, earned slightly more overall, and experienced short-term improvements in wellbeing — mental health and food security both improved, at least temporarily — but long-term financial stability remained elusive for most participants.

Other proposed solutions include: a tax or fee on companies that use AI extensively, used to directly fund displaced-worker support or retraining programs; large-scale, well-funded reskilling programs; and open-source, community-owned AI models designed to distribute the economic value of AI more equitably, rather than concentrating it entirely within a handful of large firms.

**Sridhar Vembu**, the founder of Zoho, has shared a particularly clear-eyed perspective on how society might adapt to a future where AI automates most or even all forms of work. In his view, the core challenge wouldn't be a lack of work to do, but rather the fair **redistribution of the economic benefits** that automation generates. He frames the real problem as shifting from a purely *technological* capability question to a *political economy* question — how income and access to goods actually get shared once machines can produce most of what we need.

Vembu outlines two potential paths toward a fairer system:
1. **Zero-Cost Goods:** AI and robotics could eventually make many goods so inexpensive to produce that their price effectively drops toward zero — similar to how we treat public resources like air today. This could make essential goods and services universally accessible without traditional cost barriers.
2. **Higher Value for Human-Centric Jobs:** Roles that require inherently human qualities — childcare, nursing, ecosystem restoration, and similar work — could gain significantly greater economic value, especially once automated goods become extremely cheap by comparison, freeing up more of people's income to spend specifically on human-provided care and connection.

Vembu stresses that reaching either outcome requires deliberate intervention, particularly through anti-monopoly regulation, to ensure the enormous cost savings generated by automation are actually distributed to the general public rather than being concentrated within a small number of tech monopolies. In a related discussion, Vembu has also questioned the long-term relevance of older programming languages like C, JavaScript, and SQL for the demands of the next century, arguing that modern web development has become needlessly complex due to its reliance on multiple stitched-together languages for what are often fairly simple interfaces. He believes AI could accelerate a genuine rethinking of core computing principles — not by *eliminating* the work of engineers, but by *redefining* it and pushing the profession toward more meaningful innovation.

**In either scenario, one pattern holds:** those who actively adopt and learn to work alongside AI tools will likely outperform those who don't, gaining both productivity and, over time, real financial advantage.

![Dystopian vs Utopian Future of AI Work](image-7.png)

### 7.6 Strategies to Stay Automation-Proof

The truth is that a lot of people, young and old, are sleepwalking into this shift. It isn't just about learning a few prompts or picking up a new tool — it's about genuinely understanding how this transformation will redefine work, identity, and value over the coming years. Keep spreading that awareness where you can; curiosity, thankfully, is contagious.

Most people still assume they'll get some kind of clear warning before real disruption arrives. They likely won't. Corporate leaders, for the most part, aren't villains plotting harm — they're chasing efficiency under real competitive pressure, and AI simply gives them a faster, cheaper shortcut to reducing payroll. There is, in most cases, no broader plan in place for the people affected, and no guaranteed safety net. The only reliable path forward is to get informed, get skilled, and build real leverage *before* you're the one who becomes replaceable — waiting passively for things to become clear is, itself, the real danger.

- **Build Technological Literacy:** Understand at least the basics of how technologies like AI actually work, even in a non-technical field, so you can adapt quickly as things change. Some basic coding knowledge is genuinely recommended, even outside software careers.
- **Stay Informed:** Follow industry advancements through news, articles, blogs, or workshops so you can anticipate changes in your specific job market rather than being caught off guard.
- **Incorporate Genuine Creativity:** Add unique, distinctly human elements to your work that make it harder to automate — purely repetitive tasks (scripted call-center work, routine driving) are the easiest to replace.
- **Commit to Lifelong Learning:** Stay genuinely open to learning new skills and transitioning toward emerging fields, rather than assuming your current role is permanently safe.
- **Aim to Excel, Not Just Participate:** Being in the top 1–10% of your field provides real, durable protection — mediocre performance in an automatable role is the most exposed position of all.

### 7.7 What Different Parts of Society Can Actually Do

Generic advice like "learn new skills" is true but not very useful on its own. Here's a more concrete breakdown by where you might actually be in life right now.

**If you're a student (school or university):**
- Prioritize subjects that build transferable *reasoning* skills — math, logic, writing, and structured argument — over narrowly memorized content, since reasoning ages far better than memorized facts in an AI-saturated world.
- Use AI as a tutor that must be interrogated, not a vending machine for finished homework (see Section 6.4). Practice explaining your work out loud, without the AI open, as a personal check on real understanding.
- Get comfortable with the tools now, deliberately: prompting well, verifying AI output, and knowing when *not* to trust it are becoming baseline literacy, not a specialized skill.

**If you're early-career (first 0–7 years of work):**
- Treat your current job as a place to build **judgment**, not just task-completion speed — judgment about when AI output is right, wrong, or dangerously plausible-sounding is exactly the skill that becomes more valuable, not less, as AI improves.
- Deliberately build a public or portfolio-visible track record of work — automation reshuffles *roles* faster than it reshuffles *reputations*, and a strong reputation travels with you across employers.
- Don't let AI shortcut the "hard years" where deep competence is normally built (Section 5.5's "build things from scratch sometimes" applies directly here).

**If you're mid-career:**
- Audit your own role honestly: which parts are repetitive and pattern-based (the most exposed), and which require judgment, relationships, or accountability (the most protected)? Shift your time and visibility toward the latter wherever you can.
- Consider a secondary skill or income stream now, while you have the stability and resources to build one deliberately, rather than under pressure later.
- Mentor and learn simultaneously — teaching juniors how to use AI well while learning from them what's newly possible is one of the highest-leverage things a mid-career professional can do right now.

**If you're later-career or nearing retirement:**
- You likely have the deepest reserve of judgment, relationships, and institutional knowledge in the room — these are hard for AI to replicate and worth actively leaning into, rather than assuming your experience is "outdated."
- Basic technological literacy (Section 8 below is written especially with this in mind) is still worth building, even later in a career — not to become a programmer, but to stay a confident, informed participant in decisions being made around you.

**If you're a parent:**
- Model curiosity about AI rather than fear or blanket avoidance — children absorb attitudes toward technology as much as skills.
- Focus household conversations on *process* over *output* ("how did you get this answer?" rather than just "is it right?"), reinforcing exactly the habit described in Section 6.4.

**If you're an educator or institution:**
- Redesign assessment to reward demonstrated understanding (oral defense, in-class reasoning, project process) alongside — or instead of — polished final output that's easy to generate with AI.
- Teach AI literacy explicitly and early, rather than treating it as a disciplinary problem to be policed out of the classroom.

**If you're a policymaker or business leader:**
- Treat retraining and transition support as an investment in continued consumer demand (Section 7.5's paradox), not a charitable expense — a workforce with no income is also a customer base with no purchasing power.
- Weigh short-term efficiency gains from automation against the longer-term cost of social instability and reduced consumer spending; the two are connected, even when quarterly incentives obscure that connection.


---

## 8. The Digital Divide: From Fear to Fluency — A Guide to Embracing Computers for Theoretical Thinkers

Everything discussed so far assumes a baseline: that you're comfortable enough with computers to actually use AI tools in the first place. For a lot of people, that assumption doesn't hold — and it's worth pausing the "future of work" conversation to talk honestly about why, because this gap is exactly where inequality (Section 7.5) quietly starts.

### 8.1 The Fear of Computers in Academia

There's a strange, rarely-discussed anxiety that runs through academia, especially in theoretical fields like mathematics: a real, persistent fear of computers. I've felt it myself — the constant struggle to balance deep theoretical work with the expectation that I should also be fluent in whatever software or tool happens to be relevant that semester. And I'm far from alone in this. I have a friend, Satyaprakash, who is sharp, capable, and deeply engaged with his theoretical work — and who still, to this day, avoids opening his laptop unless it's absolutely unavoidable. That's not laziness. It's a specific, learnable kind of discomfort, and it's far more common among students and academics than most people admit out loud.

### 8.2 Why Computers Matter: The Role of Technology in Modern Scholarship

Here's the uncomfortable truth: computers are unavoidable today, even for theoretical thinkers who spend most of their working hours with pen, paper, and abstract reasoning. Research increasingly depends on searching and cross-referencing digital literature. Writing and submitting papers happens through digital typesetting systems. Even purely theoretical mathematics increasingly leans on computational tools — for checking a conjecture numerically, visualizing a structure, or running a symbolic computation that would take a human days by hand.

It helps to reframe what a computer actually is, in this context: not a device built primarily for "coders," but a tool — like a calculator, a library, or a whiteboard — that can meaningfully enhance theoretical work once the fear around it is dealt with. You don't need to become a software engineer to benefit from this. You just need to stop treating the machine as foreign territory.

### 8.3 Understanding Technophobia: Why Computers Can Be Intimidating

It's worth actually naming why computers feel scary, rather than just powering through the discomfort silently:

- **Lack of prior exposure.** Many of us simply didn't grow up using computers heavily — without spending much time on computers growing up, the basic, unconscious fluency that comes from years of casual use simply never had a chance to build.
- **Fear of not operating them "well enough."** There's a specific, quiet worry beyond just basic use — a fear of being limited to little more than typing in English, with everything else feeling like a locked door you don't have the key to.
- **The overwhelming "computer atmosphere."** Downloading software, navigating unfamiliar menus, figuring out where a file actually went after you saved it — the entire environment can feel needlessly hostile when you're not used to it, even before you've attempted the actual task you sat down to do.
- **The psychological side matters as much as the technical side.** A real mindset shift is often the actual key — more than any specific tutorial or piece of software. The fear isn't really about the machine. It's about the story we tell ourselves regarding our own competence.

### 8.4 Practical Steps to Overcome Computer Anxiety

None of this requires becoming a programmer. It requires a few deliberate, sequenced steps:

- **Learn to type, properly.** This sounds almost too basic to mention, but learning real touch typing was the single thing that made me feel genuinely *connected* to my own laptop, rather than fighting it. It's the right place to start, precisely because it's low-stakes and builds confidence fast.
- **Explore tools that actually connect to your work.** For theoretical thinkers, this doesn't mean generic "learn to code" advice — it means beginner-friendly, field-relevant software. LaTeX, for writing properly typeset math papers, and Mathematica, for symbolic and numerical computation, are natural entry points because they speak the same language your work already does.
- **Consider coding as an optional next step, not the main event.** Something gentle like Python, approached later and only if it's useful, can genuinely simplify certain math tasks — but it should never be framed as the mandatory finish line. The goal is comfort and capability, not becoming someone you're not.

### 8.5 My Journey: From Fear to Fluency

My own story is a useful case study here, because it shows the arc from genuine discomfort to real confidence isn't abstract — it's achievable on an ordinary timeline. I started with very little tech exposure: my first smartphone didn't arrive until 7th grade, and I didn't get regular internet access until 8th. There was no early advantage, no childhood head start most "tech-native" narratives assume.

What changed things wasn't one dramatic moment, but a series of small successes — getting one thing to work, then another, each one chipping away at the underlying fear a little more — combined with the same mindset shift I later described to you: treating discomfort as a normal, temporary part of learning something new, rather than as proof of some fixed personal limitation. Today, I'm genuinely confident with computers, comfortable enough that I actively help other people work through the exact same fear I once had. That trajectory — from a kid with no early exposure, to someone who now helps others get unstuck — is the whole point of this section: **there's nothing permanent about technophobia. It's a skill gap, not a personality trait, and skill gaps close.**

### 8.6 Resources and Tips for Continued Learning

- **Free typing tutorials** — sites like TypingClub are a genuinely low-pressure place to start building basic comfort and speed.
- **Intro tools for math-related work** — Overleaf makes LaTeX far more approachable than working with it locally, and there are plenty of gentle, beginner-focused introductions to Python available for free online.
- **Communities and forums for support** — spaces like Reddit's r/learnprogramming, or math-focused communities more broadly, are full of people who remember exactly what it felt like to start from zero, and are generally happy to help.
- **The single most important tip:** start small, and build gradually. There is no requirement — and no benefit — to trying to master everything at once. The goal is steady, compounding comfort, not instant expertise.

### 8.7 Why This Actually Matters

It's worth being direct about why this section belongs in an article about AI's impact on society, and not treated as a side note: every argument in Sections 6 and 7 about using AI well, staying automation-proof, and benefiting from the coming shifts **assumes a baseline comfort with technology that a meaningful number of capable, intelligent people simply don't have yet** — not because they lack ability, but because of exactly the exposure and psychological barriers described above. Left unaddressed, this isn't a minor inconvenience; it's a quiet, compounding driver of exactly the kind of inequality discussed in Section 7.5, where those already comfortable with technology pull further ahead while equally capable people get left behind for reasons that have nothing to do with intelligence or potential. Closing that gap — one typing lesson, one LaTeX document, one small success at a time — is not a side project. It's part of the same project as everything else in this article.

### 8.8 Taking the First Step

If any of this feels familiar, the advice isn't to overhaul your entire relationship with technology overnight. It's to try one small, concrete action: spend fifteen minutes on a typing tutorial, or open a tool like Overleaf and just look around without pressure to produce anything. Comfort comes with time and repetition, not with willpower alone — and every person who's fluent with computers today started out exactly where you are now.

![Overcoming Computer Anxiety](image-8.png)


---

## 9. The World After AI: Possibilities for the Future

Pulling together the threads from Sections 2, 6, and 7, it's worth stepping back and asking the biggest question directly: what does the world actually look like once AI is a fully normalized part of daily life, the way electricity or the internet are today?

### 9.1 The Optimistic Vision

In the most hopeful version of this future, AI dramatically accelerates scientific and medical progress — the AlphaFold example from Section 7.2 is a preview, not an outlier. Diseases that have resisted research for decades could see faster breakthroughs once AI can explore possibility spaces far larger than any human team could manage alone. Routine, dangerous, or exhausting work could be substantially automated, freeing up human time for care work, creative work, and community — the "human-centric jobs gain more value" idea from Sridhar Vembu (Section 7.5) points in exactly this direction. Access to expert-level tutoring, medical triage information, and legal guidance could become nearly universal rather than reserved for those who can afford it, echoing the democratization themes from Sections 6.3 and 8. In this version of events, the gains from AI are broadly shared, work becomes more optional than obligatory, and humanity spends more of its collective energy on the problems only it can meaningfully choose to care about.

### 9.2 The Cautionary Vision

The less hopeful version of this future isn't really about AI itself — it's about concentration. If the economic gains from AI accrue mainly to a small number of companies and investors (Section 4's bubble dynamics, Section 7.5's dystopian scenario), the same technology that could have freed people instead deepens existing inequality. Widespread automation without adequate redistribution risks the "labor panic sell," social unrest, and drift toward authoritarianism described in Section 7.5. A more subtle risk sits alongside this: a slow erosion of independent thought and shared reality, driven by the cognitive offloading, algorithmic complacency, and "dead internet" dynamics from Section 5 — a society that is materially more capable but individually less able to think, verify, or decide for itself.

### 9.3 What Actually Determines Which Future We Get

The uncomfortable but important conclusion running through this entire article is that **the technology itself doesn't determine the outcome — the policy, incentives, and choices around it do.** The same automation that could fund a genuine safety net (Section 7.5's UBI experiment, tax-on-AI-usage proposals, Vembu's anti-monopoly regulation) could just as easily concentrate wealth if left entirely to short-term corporate incentives (Section 4's "quarter to quarter" decision-making). The same tools that could make expert knowledge universally accessible (Section 6.4's AI-as-tutor) could just as easily produce a generation that can no longer think without them (Section 5.1's cognitive offloading), depending entirely on how they're used.

This is, ultimately, a hopeful framing rather than a fatalistic one: it means the outcome isn't fixed. It means individual choices — the mindset sections throughout this article (7.7, 6.5, 8.7) — genuinely add up, and so do collective ones, at the level of companies, institutions, and governments. AI is not a weather system happening *to* us. It's a tool, being actively shaped by millions of individual and institutional decisions, right now, in real time — which means the people reading this article are not just spectators to the outcome. They're participants in it.

![Fork in the Road for Our AI Future](image-9.png)

---

## 10. Societal and Environmental Impact of AI

The trajectory of our species carries an interesting paradox: we build powerful new technologies that make the world safer and more comfortable — often at a real cost to the environment, which in turn makes the world itself less comfortable and less safe in other ways. There's a useful, slightly uncomfortable way to frame this: technology is sometimes the problem, and many of the "solutions" we build are really just technological fixes for problems that technology itself created — a pattern that tends to demand more fixes, and more technology, in an ongoing loop.

Ultimately, the deepest problem with AI is not that it might become sentient — it's that humans may use it maliciously, or carelessly. As one AI researcher put it in a widely shared talk on this topic, concerns about AI bias often overlook something more direct: humans using AI who *want* it to be biased can often get exactly the biased output they're looking for, simply by choosing the right inputs and keywords. In other words, it isn't just the AI itself that poses a risk — it's the people using it, the same way it would be with any powerful tool.

That talk, from an AI researcher speaking candidly about the field, made the case that while headline-grabbing fears about AI ending humanity get most of the attention, the more urgent danger lies in its current, tangible, everyday harms:

- **Massive energy use** goes into training large AI models, and companies rarely disclose the true environmental cost of that training.
- Tools like **CodeCarbon** exist specifically to help measure and reduce this environmental impact, for organizations willing to use them.
- AI systems frequently make use of **creative works without the original creator's consent**, and tools like **"Have I Been Trained?"** have emerged specifically to help creators check whether their work was used this way.
- AI systems can **reinforce harmful biases** baked into their training data — showing up in areas like facial recognition accuracy across different groups, or automated screening of job candidates.
- Tools like the **Stable Bias Explorer** exist to help surface and study exactly these kinds of systemic issues inside AI systems.

None of this is a reason to reject AI outright — plenty of this article has been about its genuine benefits. But it's a reason to stay clear-eyed about the fact that AI's harms, right now, are less about hypothetical future scenarios and more about very real, present-day choices being made by the people and companies deploying it.

![The Environmental Footprint of AI](image-10.png)

---

## 11. Quick Reference: Key AI Terms

A short glossary, since some of the terms above come up constantly in AI discussions but rarely get properly defined:

- **LLM (Large Language Model):** An AI system trained on huge amounts of text to predict and generate language — the technology behind ChatGPT, Claude, and similar tools.
- **Scaling laws:** The observed pattern that AI models tend to get more capable in fairly predictable ways as you increase their size, training data, and compute.
- **Model collapse:** The gradual degradation that happens when AI models are repeatedly trained on AI-generated content rather than fresh human-created data.
- **Cognitive offloading:** Relying on an external tool to do mental work you would otherwise do yourself, potentially weakening that mental "muscle" over time.
- **Vibe coding:** Describing a coding task loosely, in plain language, and letting an AI generate most or all of the actual code.
- **AI agent:** An AI system that can take multi-step actions — using tools, writing and running code, browsing, and completing tasks with limited supervision — rather than just answering a single question.
- **UBI (Universal Basic Income):** A proposed policy where every citizen receives a regular, unconditional cash payment, often discussed as a safety net against AI-driven job loss.
- **ARC-AGI:** A benchmark specifically designed to test a model's ability to reason about brand-new, abstract problems, rather than pattern-match against memorized data.

---

## 12. Conclusion: Taking the First Step

If there's one thread running through everything in this article — the plateau-vs-breakthrough debate, the hype and the bubble, the cognitive risks, the creative disruption, the job losses and the possible utopias, the fear that keeps capable people away from computers entirely — it's this: **AI is not a force of nature happening *to* us. It's a tool being shaped, right now, by real decisions.** Some of those decisions belong to governments and corporations. But a surprising number of them belong to individuals — to how you personally choose to use these tools, tomorrow morning, the next time you sit down at a keyboard.

You don't need to resolve every debate in this article before you start. You don't need to master coding, or LaTeX, or prompting, or macroeconomics, before taking a first step. You just need one small, concrete action: interrogate the next AI answer you get instead of accepting it at face value; spend fifteen minutes on a typing tutorial if computers still feel foreign; have one real conversation about *how*, not just *whether*, your workplace or your school is planning to use AI. Comfort, competence, and genuine advantage all come the same way they always have — not from mastering everything at once, but from consistently choosing, in small ways, to engage rather than avoid.

That choice, repeated often enough, is really what this entire article has been about.


