AI WEEK IS HERE: See All New AI Courses here.
Use Code: LEARNAI to get 21% OFF any membership. Expires soon 👇
04DAYS05HOURS24MINS17SECS

How To Become An AI Engineer From Scratch in 2024

Daniel Daines-Hutt
Daniel Daines-Hutt
hero image

Unless you’ve been living under a rock, you’ve no doubt heard all the chatter about Artificial Intelligence (AI) in the last 14 months or so.

ChatGPT burst onto the scene, and then every company everywhere seemed to have either:

  • Some kind of AI feature
  • A claim to be ‘powered by’ AI
  • Or a goal to add an AI feature soon
ai is everywhere

The thing is, this isn't just some hot new trend that is going to come and go. It’s a rapidly growing industry with some serious potential.

In fact, the market size for the AI industry is projected to reach $305.9 Billion by the end of 2024 and estimated to hit $738.8 Billion by 2030 (which honestly feels low if I was a betting man).

To put that into perspective, here's a side by side comparison of some other tech sectors, their current industry size and projected growth:

  • Web 3.0 - $0.4 Billion in 2024, expected to growth to $5.5 Billion by 2030
  • Machine Learning - $26 Billion in 2024, expected to growth to $225 Billion by 2030
  • App Development - $167 Billion in 2024, expected to growth to $328 Billion by 2030
  • vs... A.I. - $305 Billion in 2024, expected to growth to $738 Billion by 2030
projected tech industry growth 2030 comparison

As you can see, it’s pretty clear that AI is expanding like crazy.

The best part? It's still so early...

"AI is evolving so quickly that there aren't many experts in the field.

This means that with a dedicated 3-6 months of study, you can go from not knowing anything about the field, to applying the latest state-of-the-art research.

Also? Many people's first interaction with AI over the last year has only been ChatGPT, but that's just one general use case.

AI has a role in almost any field you can think of."

Daniel Bourke - Machine Learning Engineer and Instructor at Zero To Mastery

^^ Dan is spot on here. We're just getting started so it's the perfect time to get involved.

Which is why in this guide, I’m going to walk you through the steps it takes to become an AI Engineer - one of the key new roles that has already started to emerge during this new AI era.

I’ll walk you through the job, what you’ll be doing, how much you can make, the skills required, and even give you a roadmap of what to learn and when. This way you can get hired, earn great money, and future-proof your career.

Sounds good?

Alright, let’s dive in…

Editor's Note: Given how quickly the industry is evolving, we'll also continue to update and evolve this guide as well, just like we do with all our courses.

What is AI?

To understand the AI Engineer role, you first need to understand what AI is.

understand ai

The goal of AI (artificial intelligence), is to create machines that can perform tasks that would typically require human intelligence to achieve, to make our lives easier and work more efficiently.

Common examples of this are self-driving cars, or chat assistants like Siri, that can listen to a command or question, and then present an answer.

nlp voice assistants

The 6 subsets of Artificial Intelligence

There are 6 main areas of focus when it comes to AI:

  1. Machine Learning (ML). Focuses on developing algorithms that enable computers to learn and make predictions or decisions based on data. This includes supervised learning (learning from labeled data), unsupervised learning (finding patterns in unlabeled data), and reinforcement learning (earning by taking actions and receiving rewards)
  2. Deep Learning. This is actually a subset of Machine Learning, but it's big enough that it deserves its own mention. This involves developing artificial neural networks with multiple layers (hence the "deep") that are inspired by the structure and function of the human brain.
  3. Computer Vision (recognizing images). Focuses on getting computers to have an understanding of digital images and videos, which allows them to recognize faces, places, items and more
  4. Natural Language Processing a.k.a. NLP (or machines understanding language). Focuses on getting computers to understand, interpret, and even generate human language (in this case "natural" means human language, as opposed to computer language). This allows them to pick up on intent, language, and speech recognition, which is part of why ChatGPT seems so realistic
  5. Robotics. Everything from factory robots to perform tasks, to roombas to map out and vacuum your home
  6. Decision Making. Using AI systems to mimic the decision-making ability of a human expert. This can have profound impacts in everything from medical treatments to weather forecasting.

As you might notice, these different areas of focus are often combined in a single system.

For example

A self-driving car will use all of these.

It has:

  • Machine learning is applied to previous drivers' experiences to improve its AI driving performance
  • Computer vision to observe and understand the roads, vehicles, pedestrians, and obstacles
  • Natural Language Processing to initiate commands spoken by a human
  • Robotics to steer the vehicle
  • Decision making to problem solve in real time at a fraction of a second in response to road situations
fsd

What is an AI Engineer and what do they do?

The short version:

Put most simply, an AI Engineer builds AI applications using pre-built LLMs (large language models) or other machine learning models.

The longer version:

To be honest with you, the answer to this question is still up for debate.

Given how quickly the AI field is evolving, people's definition of what "AI Engineer" means is different from person to person right now.

It's like jobs in web development.

You can look at 10 job postings for a 'Web Developer' position, and the requirements will be different for each.

At their core they're all building web applications using code, but what the work actually looks like will be different for each.

Well the same goes for AI Engineers.

While all AI Engineers may have the same job title, the actual work will look different for each of them depending on what that company wants to use AI for.

Some will be more specialized in certain areas. Some will do a bit of everything. But at their core, they're all building AI applications using LLMs or other machine learning models.

They don’t do all the work though

In fact, a large part of being an AI Engineer is organizing and collaborating with multiple multidisciplinary teams to get the project complete.

Everyone from stakeholders, domain experts and users, to software developers, ML engineers, data analysts and data scientists. This means that both soft skills and technical skills are each vital for this role.

An example work process can look something like this:

Step 1. Problem Definition

Work with stakeholders to understand and define the problem, and how AI could solve it.

Step 2. Data Collection and Preparation

Because a lot of AI is working with patterns of data, the next step is usually to collect data around that problem that needs to be solved, and clean it up.

This can then be used to better understand the issue, and train the AI.

Step 3. Ethical Considerations

It's a step you might not think of, but AI Engineers also have to consider any ethical implications and potential biases that might occur by accident, that could affect the data and user experience.

The last thing you want is a racist chatbot trained off of the wrong forums, or a detection system that can recognise a bike, or a person, but not a person pushing a bike.

Step 4. Algorithm Development

The next step is to decide on which algorithm to use to solve the problem.

These can be designed from scratch, but usually if you can define the problem well enough, there are current Machine Learning models that can be used to fit your situation and then optimized further.

Step 5. Programming and Coding

Now that a model is decided on, an AI Engineer (most likely with the help of a collab team), will write code to implement the algorithms and models they've developed.

Common languages used are Python, Java, or C++. (That being said, Python is incredibly popular due to its adoption with Data Scientists, and so is the language that will most likely be used).

Step 6. Model Training or Fine-Tuning

The next stage is to train the model from scratch or fine-tuning it. This involves taking data and feeding it into the AI so that it can start to recognize patterns and make predictions on the outcome.

This is then refined further and further until it's ready for the next stage of testing.

Step 7. Integration with Applications

Now that the model is trained and validated, the next step is to implement it into software applications or systems - such as databases, interfaces or other elements.

This is so the model can be tested ‘in the wild’, but in a controlled environment.

Step 8. Testing and Evaluation

Now that the model is implemented in the system or application, AI Engineers will run tests to make sure that it works as intended, before deploying it to the core users.

Often you’ll be looking for ways to not only check that it works, but even improve efficiency further.

Step 9. Deployment

After successful testing in a controlled environment, it’s now time to deploy this into the real world.

This can still be in a smaller test group at first to see how it goes, before deploying further in staggered stages.

Step 10. Monitoring and Maintenance

During those initial deployments, AI Engineers will continue to monitor the performance and identify any issues or improvements.

If that all goes well, they continue to release to the public, and update and improve as needed.

What's the difference between an AI Engineer and an ML Engineer?

This is a question that comes up a lot, and a lot of people use these two terms interchangeably (in fact, we're guilty of it at times too).

However, there are some key differences.

Although both roles have similar skill sets, ML Engineers are more focused on the machine learning models themselves and will even build them from scratch, whereas AI Engineers cover all aspects of developing an AI application, and usually uses a pre-built AI.

For example

ML Engineering focuses more on the creation and development of the AI models to help bring that project to life.

While AI Engineering is more about the planning, developing, and implementing an AI application/solution, and therefore requires a broader AI skillset.

If we look back at the AI Engineer's workflow, from before, you can see the difference:

  • The AI Engineer plans and starts developing their application
  • They then select the machine learning model to use in their application, which can involve selecting from pre-existing and pre-trained models or working with ML Engineers to develop a new model from scratch
  • The AI Engineer fine-tunes the selected model, and tests and evaluates the model using prompt engineering
  • Finally the AI Engineer integrates the model with their AI application and deploys it

Don't just take my word for it though.

Here's what our resident ML Engineer (and sometimes AI Engineer) had to say about the differences.

Difference between AI / ML Engineers... The Dan Bourke version

"I would describe an AI Engineer as someone who builds something with AI as the main feature of a product.

For example

If you're building an application on top of ChatGPT or on top of StableDiffusion, you're an AI Engineer.

You're not necessarily building your own AI, but you are using it predominantly.

To contrast that, an ML Engineer is someone who builds, tweaks and optimizes custom machine learning models.

From collecting a dataset, to refining model architectures, to performing transfer learning on pre-trained models to custom domains to ensuring that their models can run on specific hardware.

Case in point, when I was building the computer vision models that power Nutrify, I would classify myself as a Machine Learning Engineer, as I have to curate a dataset (food images), tune a model via transfer learning and ensure the model runs fast on mobile devices (iPhones).

To summarize:

  • Someone who uses AI = AI Engineer
  • Someone who builds AI = ML Engineer

Or even:

  • Someone who uses the ChatGPT API = AI Engineer
  • Someone who builds the ChatGPT API (model + infrastructure) = ML Engineer

However, the two are quite overlapped. I would say several times a day I switch between an AI Engineer role and ML Engineer.

Most new people to the field today will start as an AI Engineer (using existing AI tools) and then move to being an ML Engineer (building their own custom AI tools).

I hope that helps."

Big thanks to our good friend Daniel Bourke for clearing that up for us.

Next up = the question you really want to know isn't it 😉?

What is the average AI Engineer's salary?

Obviously this can vary based on location, experience and company applied to.

However, according to ZipRecruiter, the average salary for an AI Engineer in the US is $101,752 and Senior AI Engineers getting around $126,557 per year.

AI Engineer average salary

Some FAANG companies are even offering as high as $300,000 - $400,000 with stock options. That sounds pretty good to me!

Also, at the time of writing this, there are 31,156 remote AI Engineer jobs available in the US.

number of AI Engineer jobs available in the us

Do I need a degree to become an AI Engineer?

Not at all.

Although some FAANG companies may request a CS or Mathematical background degree, the majority of them will hire based on expertise instead.

This means that companies would rather have someone with hands-on experience and a portfolio of relevant projects, vs a degree only, as it shows you can do the work.

However, it should be said that because this is such a fast paced and evolving industry, you are required to stay on top of your game, and keep learning - regardless of your background.

That’s pretty much true for all areas of tech though.

How long does it take to become an Artificial Intelligence Engineer?

It really depends on which path you choose to take. If you go for a Computer Science degree first, then you’re immediately adding 3 to 5 years to your timeline.

If you add a Masters or PhD on top of that so that you can apply for more Senior roles, then be prepared to add another 4-6 years or longer, as well as drop $40,000 - $80,000 in school fees.

Yeesh! Good news is, there is a faster and easier path (that costs considerably less), so let’s get into it.

How to become an AI Engineer in 5 steps

If we break it down into simple terms, there’s really just 5 major milestones that you need to cover, to become an AI Engineer:

  1. Learn the practical required skills to do the job (such as AI fundamentals + programming skills)
  2. Build a portfolio + GitHub profile to prove you can do the work
  3. Gain experience by applying your new skills to hands-on projects (and then add these to your portfolio)
  4. Apply for jobs
  5. Prepare for the technical interview

Obviously, each of these steps can have multiple components, so let’s take a look at each of them in more detail.

Sidenote: We actually have an entire career path that you can follow here of what to learn and in what order to become an AI Engineer and get hired.

Become an A.I and Machine Learning Engineer

Be sure to check it out after you read this post, and then follow along. Trust me when I say that it’s a far quicker path than going the degree route.

How long does it take to learn AI Engineering if you go the self taught route online?

When we interviewed students who had taken this online career path and got hired, we found the average time to learn and complete was one of 3 time frames, depending on how much time you could commit to it per week:

  • Just 2-3 months to complete, if you can commit 40-80 hours a week
  • Around 4-6 months, if you can commit 20-40 hours a week
  • Or 7-12 months, if you can only commit 1-10 hours a week

That’s a bit better than 40 hours a week for 8 years and $80,000 in debt right?

Go check it out now.

Otherwise, I’ll walk you through the general steps here.

Step 1: Learn the required skills

This is where you’ll spend the majority of your time in learning to become an AI Engineer, as obviously, you need to learn how to do the job.

Learn how to learn

Most people struggle to learn new things, simply because they lack systems to learn effectively. It’s not their fault, it’s generally not a skill taught in school which is ironic.

This is why we have a course on the topic.

learn faster

It’ll not only help you pick up new skills faster, but also help you retain and understand them. When you’re learning a lot of new things, this can cut your time down considerably.

Learn a programming language (Python)

Although AI Engineers might use Python, Java, or C++, Python is the language that you're most likely to come across in the field.

Also, Python is a fairly easy first language to learn, so even if you pick up the others later on, you can start here and get moving and then come back to more languages when needed.

learn python in 2024

Learn the foundational and advanced concepts around AI and Machine Learning

Learn machine learning fundamentals, including algorithms and models, as well as gain a fundamental understanding of specific subfields of AI, such as natural language processing, computer vision, and robotics.

You’ll also need to learn a programming language such as Python (Python is particularly popular in the AI community due to its simplicity and extensive libraries, including those for machine learning and data science).

Good news?

We have a course that will teach you all of this from scratch - even if you have zero current programming experience.

learn to become an ai engineer

Learn about LLMs

Large Language Models that make up ChatGPT are only growing in popularity, so it’s worth spending some time to understand how they work.

learn how llms work

We have a few other more specific courses on this that you can check out:

Check those out and see how they can help you.

Also, depending on the time that you read this, there may be new A.I. tools on the market that are unique for your role, so have a quick Google search and see if there anything that can help, and play around with it.

Sidenote: You could probably start applying for jobs right now as a Junior AI Engineer, but let’s walk through the rest of the recommended education, so you can smash your interviews.

Learn how to handle data with Machine Learning

Familiarize yourself with popular AI frameworks and libraries like TensorFlow, PyTorch, and scikit-learn.

These tools simplify the implementation of complex AI models and algorithms, and will give you an understanding of Deep Learning.

learn Pytorch

Improve your soft skills

Because you’ll be collaborating with other teams and stakeholders, you need to be able to work with people effectively.

Here’s 7 tips on how to improve those skills.

Learn the fundamentals of Computer Science

Develop a solid understanding of how data structures and algorithms work. This will not only help you in your overall understanding, but will also help you to ace the technical interview (more on this later).

learn faster

The concepts here come up during interviews, so it's vital to learn them - even if you might never use them in your daily work.

Step 2: Build a portfolio + GitHub profile to prove you can do the work

Like I said earlier, a lot of tech companies will hire based on proving your ability to do the work, so you have to be able to show them what you can do.

This means creating a project portfolio, as well as a GitHub profile to show your work, and then filling it with relevant examples.

learn branding

The portfolio course above will show you how to create an awesome no-code site that will stand out with employers, as well as how to write your resume and application for later on, so I don’t miss it.

Step 3: Get experience with hands-on projects

Depending on the path you’ll take, you should already have some projects completed from your learning journey so far.

For example

The course I shared earlier has 14 projects for you to work on and add to your portfolio.

AI projects

You can also supplement these with additional projects to help you further stand out, and also further refine your skills.

Here's 3 new projects that you can follow along and create inside of the ZTM academy:

Better still? Make sure to build these projects, but then take it a step further and create your own or tweak the examples here for your own needs.

"My favorite piece of career advice for getting a job in tech, especially machine learning and AI, is simple: start the job before you have it.

How? Start writing code to do the things you'd like it to do. It will be hard but let your curiosity pull you through.

Many of the latest AI and machine learning models can be applied in a few lines of code. But they still need to be directed where to go. Building something yourself is what gets you specific knowledge, the type of knowledge you can't get from courses."

Dan Bourke - AI and Machine Learning Engineer and Instructor at Zero To Mastery

Step 4: Apply for jobs

Some people will tell you to apply for internships and things like that so that you get in person experience.

Here’s the thing though. Unless it’s your absolute dream company, and it’s the only way you’ll get your foot in the door, or you're learning this at 15 and too young to be hired, then don’t bother with internships.

Just apply for junior AI Engineering roles instead, as this is the best way to get hands-on experience, and will pay far better.

get hired asap

Also, if you follow the projects that we’ve shared above, most companies will be blown away by your current skill level. (This is a common quote from our students).

Don’t undersell yourself. Apply now and get hired asap.

Step 5: Prepare for the technical interview

If this is your first ever programming / technical job, you need to understand that the interview at tech companies is different from elsewhere that you might have worked before.

Because they care more about if you can do the work vs a degree or certificate, they not only want you to show your portfolio, but they also want you to prove your skills, during multiple stages of interviews.

It can vary based on the company, but the process is usually:

  • An online quiz when you apply (although not everyone will do this). It’s a simple filter to see if you’re worth spending one on one time with, as they get thousands of applicants
  • A basic coding assessment done from home
  • An in person technical interview where they ask you how to solve specific AI focused questions/ This can also go a little deeper but more on this in a second
  • Potentially a final project to complete that would replicate your daily work. This will give them an idea of how you work, as they want to hire people who are not only capable but can deliver on time
  • A behavioral interview to see if you would make a good team fit

In reality, the most difficult part is the technical interview, as they’ll ask you about AI, and also about data structures and algorithms, which most self taught AI Engineers don’t really focus on too much.

As long as you took the course we mentioned earlier, you’ll be able to smash these questions and get hired as a brand new AI Engineer!

I also recommend you check out Dan's No BS Guide To Getting A Machine Learning (or AI) Job.

Sidenote: If you’re applying for FAANG or similar level companies, you might also get some more theoretical, CS degree type questions. You can learn how to pass these FAANG interview questions here.

What are you waiting for? Become an AI Engineer today!

  • The AI industry is going to be absolutely huge
  • You have a chance to catch the wave and get in early. This means you can become considered "senior" and "expert" in only a few years which isn't possible in many other tech roles that have been around for much longer.

So check out our ML + AI Engineering career path now to go from absolutely zero experience to getting hired.

If you can only manage 1-10 hours a week, you can still start get hired in this career within 12 months, and even quicker if you can spend a few more hours.

What do you have to lose? Get started now!

P.S.

Every course that’s covered in our AI Engineer career path, is all included as part of a ZTM membership.

That's one price for all those courses and more.

And better still? You also get access to the private ZTM Discord community, where you can ask questions from your instructors, as well as other students and current working AI Engineers.

More from Zero To Mastery

How To Get Paid While Learning To Code preview
How To Get Paid While Learning To Code

Learning to code takes time, but that doesn't mean you can't get paid for being a coder while you're still learning... Here's 10 methods you can use, today 💰.

How To Ace The Coding Interview preview
How To Ace The Coding Interview

Are you ready to apply for & land a coding job but not sure how? This coding interview guide will show you how it works, how to study, what to learn & more!

The No BS Way To Getting A Machine Learning Job preview
The No BS Way To Getting A Machine Learning Job

Looking to get hired in Machine Learning? Our ML expert tells you how. If you follow his 5 steps, we guarantee you'll land a Machine Learning job. No BS.