Opinion: Building AI Projects Beats Getting the IBM RAG and Agentic AI Cert
TL;DR: While the IBM RAG and Agentic AI certification covers solid technical frameworks like LangGraph, major ATS platforms like Workday don’t recognize it as an official credential. Sometimes it allows it as a ‘skill’, but its rare. Luckily , not all application systems work the same way. most Ashby apps use only a resume upload. Either way, If your goal is to get noticed by hiring managers and land an AI engineering job, your time is much better spent actually building, deploying real projects, or a cert like AWS Machine Learning MLA-C01 if time is limited. You would not know this by searching the internet where this is sold as a respected cert with effective SEO stuffing
Just finished up the IBM RAG and Agentic AI professional cert, and I wanted to drop some thoughts on the blog for anyone else thinking about grinding through it.
I have typically been a “build stuff” kinda person, but decided to take this mostly just to see if I learn something new with the side effect of being sold on this helping me break into an AI related position.
What’s actually in the course?
It’s a Coursera-based track that dives into the plumbing of modern LLM apps. Here’s the breakdown of what you actually learn while writing lots of Python code along the way.
- Develop Generative AI Applications: Foundational GenAI Development: LLMs, Transformer Architectures, Prompt Engineering, API Integration, Python Development Environments
- Build RAG Applications: Core RAG Implementations: RAG Pipelines, Knowledge Bases, Semantic Grounding, Document Chunking, Hallucination Mitigation
- Vector Databases for RAG: Embedding Infrastructure & Storage: Vector Embeddings, Similarity Search, ChromaDB, Pinecone, Milvus, Metadata Filtering
- Advanced RAG with Vector Databases and Retrievers: Advanced Retrieval Engineering: Maximum Marginal Relevance (MMR), Multi-Query Retrieval, Contextual Compression, Reranking, Hybrid Search
- Build Multimodal Generative AI Applications: Cross-Modal System Architectures: Multimodal LLMs, Vision-Language Models, Video/Audio Processing, Combined Modality Embeddings
- Fundamentals of Building AI Agents: Autonomous Cognitive Architectures: Planning Frameworks, Reasoning Loops, ReAct Pattern, Tool Calling, Agent Memory Systems
- Agentic AI with LangChain and LangGraph: Graph-Based Single-Agent Orchestration: LangChain, LangGraph, LCEL (LangChain Expression Language), State Management, Cyclical Graphs, Output Parsers
- Agentic AI with LangGraph, CrewAI, AutoGen and BeeAI: Multi-Agent Ecosystems & Frameworks: Multi-Agent Workflows, CrewAI, AutoGen, BeeAI, Collaborative Autonomy, Task Automation
The ATS Reality Check (Workday vs. AWS)
If you are taking this because you think it’s going to “check a box” in a recruiter’s software, you might be disappointed.
I’ve been poking around how these certifications show up in ATS (Applicant Tracking Systems) like Workday, and there’s a massive gap. If you have the AWS Machine Learning (MLA-C01) or even a standard Professional Cloud Architect cert, Workday recognizes those as “Official Certifications.” They have a specific drop-down, they are verified, and they carry weight in the automated ranking as of the time of this writing.
The IBM RAG cert? In most Workday setups, it doesn’t even show up as a valid certification option. I found that in some companies versions of the portal, you can try to add the cert name as a “Skill,” but im pretty sure the was only IBM themselves that even had it. Skill just gets buried in a list of keywords that hiring managers never actually scroll down to see imo.
My Verdict: Build > Cert
Don’t get me wrong the cert definitely shows you have an interest and that you’ve put in the hours to understand concepts like vector embeddings and agent orchestration. Lumped in with other projects it shows real interest and im sure that has value. I noticed a increase of recruiters reaching out after “AI” candidate searches after adding the cert to Linkedin.
if your goal is to actually land a job in AI Engineering, there is no doubt that using that same time to actually build projects is a better use of your life.
Hiring managers aren’t looking for the IBM badge in the ATS they’re looking for a GitHub repo or real application where you’ve actually implemented an AI system that solves a real problem. If you can show a demo of a local RAG pipeline running on your website or a custom terminal agent, that’s going to get you the interview way faster than this cert. That’s speaking from the experience of interacting with hiring managers. All said, I do not regret the learning gained from the cert.
