Polynomial World

Career

How to Get Into AI Without a Computer Science Degree

Aaron Gayle 9 min read

The first time SQL clicked for me, I wasn’t in a classroom. I had a messy business question — something about which customers were quietly churning — and a database I half-understood. A few hours of writing queries, getting them wrong, and fixing them, and a problem that had felt like fog turned into something I could actually see. No degree was involved. Nobody checked my credentials. The query either answered the question or it didn’t.

I don’t have a computer science degree. For a long time I treated that as a wall. It isn’t — it’s an objection, and objections can be answered. This is how I’m answering it.

What a degree actually does in AI hiring

A CS degree does three real things: it signals baseline ability, it teaches fundamentals (data structures, algorithms, how computers actually work), and it opens doors at the most credential-sensitive employers. Those are genuine. What a degree does not do is prove you can solve a real problem and ship something someone uses. That’s the gap a career changer exploits.

The goal isn’t to fake the degree’s signal. It’s to provide a stronger signal — documented, used work — that the degree-holders mostly can’t.

Which AI roles care about the degree, and which don’t

Be strategic about where you aim:

  • Degree-sensitive: research scientist roles, hardcore ML engineering at big labs, anything mathematically deep. Don’t make these your first target.
  • Degree-flexible: AI product, AI-augmented analytics, prompt/AI-ops, evaluation and quality, “AI champion / translator” roles, and a lot of applied data work — especially at companies that have adopted skills-first hiring. These reward domain expertise plus demonstrable AI fluency. There’s a whole tier of these roles people forget to mention.

Why skills-first hiring changed the math

This isn’t wishful thinking; the hiring world moved. LinkedIn’s research on skills-first hiring found that evaluating candidates on skills rather than degrees expands the qualified talent pool dramatically — by an order of magnitude in some analyses. And in their Skills as the New Hiring Currency work, a striking majority of leaders — around 71% — said they’d hire a less-experienced candidate with AI skills over a more-experienced one without them.

Read that twice if you’re a career changer. The thing being rewarded is current, demonstrable AI skill — which you can acquire — more than tenure or pedigree, which you can’t retroactively manufacture.

The highest-leverage move: become the AI champion where you already are

If you have a job, you have a laboratory. The single best non-obvious move is to automate a real, painful, manual task in your current role using AI — Claude, a low-code tool, a script — and then document the quantified result: hours saved, errors reduced, turnaround time cut.

This does three things at once. It builds real skill on a real problem. It produces a proof artifact with a business number attached, which is exactly the language hiring managers want. And it reframes you from “marketer learning to code” to “the person who brought AI into the workflow.” Start with low-code/no-code if that’s where you are; deepen into code as you go.

The minimum foundations you still need

Skills-first doesn’t mean skill-free. You still need a defensible floor:

  1. SQL — the highest-return skill for the effort; learn it first.
  2. Python — enough to manipulate data, call an API, and automate.
  3. Git and a little cloud — how real work is versioned and shipped.
  4. AI literacy — how models work at a conceptual level, how to prompt well, and crucially where they fail.

That’s the minimum viable stack. Resist the urge to add five more things “to be safe” — breadth without depth reads as a beginner.

Where certifications help — and where they’re theater

Certifications are useful as structured syllabi and as a modest signal, not as a substitute for shipped work. A foundations cert like Microsoft’s AI-900 is explicitly aimed at people from non-technical backgrounds and is a reasonable way to force yourself through the fundamentals and prove baseline literacy. What certs don’t do is convince a good hiring manager you can do the job — only a portfolio does that. Collect at most one or two, for the structure, and move on.

Portfolio proof beats résumé claims

A résumé says “I can do X.” A deployed, used tool shows it. This is the whole game: two or three real projects on real data, each with a write-up of the decisions and what broke, beats a wall of claims every time.

A 90-day action plan

Concrete, because vague plans don’t ship:

  • Days 1–30: SQL to working competence; AI-900-style fundamentals; set up a public GitHub profile.
  • Days 31–60: Python basics; automate one real task at work or in your life with AI and write down the measured result.
  • Days 61–90: Ship one small, deployed tool with a clean README; publish the write-up. Apply that AI champion framing to your existing role.

None of these steps require permission, tuition, or a degree. They require shipping. That’s the whole secret: the people who get in without the credential are the ones who keep producing evidence until the credential stops mattering.


Next best read: What Ad Tech Taught Me About AI for the transferable-skills case, or Is It Still Worth Learning to Code in 2026? before you start the foundations.

Related articles

Career

Non-Technical AI Jobs: The Roles Nobody Tells Career Changers About

The choice isn't 'become an ML engineer or stay out.' A whole middle tier of AI roles — product, ops, evaluation, AI-augmented marketing, AI champion — rewards domain expertise and AI fluency over raw coding, and they're realistic first targets for a pivoter.

8 min read