Pricing For Talent
Login Free Trial Book a Demo

The Salesforce Career Ladder Is Gone. Here Is What Replaced It.

A working map of Salesforce careers in the agent era. Roles that shrank, roles that grew, the entry path that stopped working, and what to do about it in the next thirty days.

Get Instant Proposal
The Salesforce Career Ladder Is Gone. Here Is What Replaced It.

The thing nobody announced

There was never a press release. No vendor stood on a stage and said the junior Salesforce admin job was being retired. It just stopped appearing on job boards, one partner at a time, and the people who noticed first were the ones applying for it.
 
Here is what actually happened, mechanically.
 
For fifteen years, the way a person entered the Salesforce ecosystem was through a queue. You got hired into a small admin role and you got handed the tickets nobody senior wanted. Add a picklist value. Fix a page layout for the France team. Build a report for a director who would look at it twice and never again. Create a validation rule because someone keeps leaving the close date blank.
 
That queue was tedious. It was also, and this is the part everyone missed, the entire apprenticeship. You learned the object model by breaking it. You learned that the Opportunity stages were meaningless because three regions used them differently. You learned who actually made decisions, because after six months you knew whose tickets came with a phone call and whose sat for a week. Nobody taught you any of that. You absorbed it by doing five hundred small things badly and then less badly.
 
Then generative tooling arrived inside the platform, and a large share of that queue became a sentence typed in plain English. Not all of it. But enough that the economic reason to hire a person for that queue got much weaker.
 
The senior admin is still there. The architect is still there. The ladder above the second rung is broadly intact. What went missing is the mechanism that produced new people, and almost every conversation about AI and careers is looking in the wrong direction because of it.
 
This is the first thing to be clear about. The most common story is that AI comes for the top. In this ecosystem, it came for the bottom, and the effect of that will not be felt properly for another three or four years, when the current senior cohort starts retiring and there is a thinner layer underneath than anyone planned for.
 

What is actually getting automated

If you want to predict which parts of any job go next, the useful distinction is not "creative versus repetitive" or "human versus machine." Those framings have been useless in practice. The distinction that has held up is between translation and judgement.
 
Almost every knowledge job has a translation layer. It is the part where you take intent, expressed by a human in ordinary language, and convert it into the syntax a system requires. In Salesforce, translation is enormous. "I want to know which deals stalled last quarter" becomes a report type, a set of filters, a cross-object relationship, a bucket field, a row limit. "Sales should not be able to discount past twenty percent without approval" becomes an approval process, an entry criteria formula, a set of permission sets, and a validation rule.
 
That translation was hard to learn and it was worth money. It was also, in retrospect, exactly the kind of thing that compresses, because the target language is fully structured, fully documented, and generated in enormous volume for training. The path from natural language to a Flow is close to the ideal case.
 
Judgement is a different thing. Judgement is knowing that the report is wrong before you build it, because two of the regions stage opportunities differently and half of last quarter's closed won records were backdated to hit a number. It is knowing that the discount approval rule will be routed around within a month, because the VP of Sales in that region has done it before and nobody stopped him. It is knowing that this particular custom object exists because of a political fight in 2019, and touching it will restart the fight.
 
None of that is written down. Not in the org, not in the documentation, not anywhere a model could read it. It lives in people who have been there.
 
So the rule is: translation compresses, judgement does not. And what makes this uncomfortable is that translation was doing a lot of hidden work in professional identity. Many people who thought they were paid for judgement were paid for translation. They were good at the tool. That was the value. When translation got cheap, the value went with it, and no amount of experience in the tool replaces it.
 
Reporting is the clearest early case. Building a report used to be a chargeable skill. Now a business user asks a question in English and gets an answer. Notice what got automated. Not the thinking. The translation. The hard part of reporting was never the report builder.
 
Every role in this ecosystem is getting the same haircut, at different speeds.
 

The evidence Salesforce handed the ecosystem for free

You rarely get to watch a vendor run its own product on its own workforce and then talk about it publicly. Salesforce did.
 
The company has said, publicly and repeatedly, that AI agents let it substantially reduce customer support headcount. It has also said it stopped adding software engineers because internal productivity rose sharply. Over the same period it added to its sales organisation.
 
Set aside whether you like the framing. Look at the shape of it, because it is the most useful signal available.
 
The work that went first was high volume, repetitive, closed loop, with a knowable right answer and immediate feedback on whether you got it right. Tier one support is close to the perfect target. Thousands of similar cases, known good resolutions, and a clear signal when the answer failed.
 
The work that did not go, and in fact grew, was the work carrying accountability to a human outside the company. Somebody has to sell the thing. Somebody has to make a promise about what it will do, sign their name to it, and take the call when it does not.
 
That gives you a practical heuristic, and it is more reliable than any list of "jobs safe from AI":
 
Move toward work where a person outside your organisation is counting on you by name.
 
Not because machines cannot do the task. Often they can. But because accountability does not transfer. When something goes wrong, an organisation needs a person who owns it, and that person needs enough context and authority to fix it. That role does not disappear when the tooling improves. It gets more important, because the tooling lets fewer people carry more consequence.
 

Role by role

 
The Administrator
 
The Admin role is not being deleted. It is being pushed up the stack, and not everyone in it wants the new job.
 
Leaving: the field, the flow, the layout, the validation rule, the report. Declarative configuration is the single easiest thing in the org to generate, precisely because it was designed to be structured and low-code. That was the whole point of it, and it is now the reason it compresses.
 
Staying, and getting heavier: deciding what should be built at all. Saying no to the eleventh custom object. Owning the data model so it does not rot over five years. Governing who can see what. Getting humans to actually change what they do, which was always the hardest part of any implementation and is now the dominant part.
 
The honest description of where the Admin role is heading is something like a product owner with a governance mandate. Fewer builds, more decisions, more responsibility for the health of the org as an asset.
 
That is a promotion in scope. It is also a threat to anyone who defined their value as ticket throughput, because throughput is exactly the metric that is collapsing.
 
The Developer
 
Apex is not going away. The reason people write it is changing.
 
Historically code got written for two reasons. Things the platform could not do declaratively. And things the admin could not get to in time. The second bucket is closing quickly, because generation is cheap and the declarative surface keeps expanding.
 
What remains is the first bucket, and it is genuinely harder than what most Salesforce developers spent their days on. Complex transaction logic. Governor limits under real load. Integrations that have to behave correctly when the other side is down. Anything where being wrong is expensive and where the mistake is not visible in a demo.
 
The uncomfortable observation is that writing the code was never the bottleneck. Knowing which code should exist was. That was hidden as long as typing was slow. It is not hidden now, and it separates developers much more sharply than it used to.
 
The Architect
 
Architects spent years deciding what to build. The scarcer decision now is what to leave alone.
 
Any org can put an agent in front of anything. The interesting question is where a wrong answer costs you a customer, a contract, or a regulatory finding. That is a judgement about consequence, not capability, and it needs someone who knows the business, the state of the data, the audit requirements, and what a bad day looks like.
 
The tell for a real architect right now is whether they can say no with a reason that is not technical. Not "the platform cannot do that," because it probably can. Something more like: this process has no clean rollback, we cannot explain the decision to a customer if it goes wrong, and therefore a human stays in the loop.
 
Capability has stopped being the constraint. Consequence is the constraint. Whoever owns consequence owns the architecture.
 
The Business Analyst
 
This is the surprise of the last two years. The role that most people treated as a stepping stone is holding up best.
 
The logic is straightforward once you see it. When building is expensive, the person who can build is the constraint, so building is where the money goes. When building gets cheap, the constraint moves to knowing what to build, and the money follows.
 
A good BA does the one thing a model has no access to. They sit with the person doing the job, watch what that person actually does rather than what the process document claims, and find the gap between the two. That gap is where every failed Salesforce implementation lives. It has never been documented, because if it were documented it would have been fixed.
 
The BAs who will struggle are the ones who only transcribed requirements into tickets. That was translation, and it is going. The ones who challenged requirements, who pushed back on the stated need to find the real one, are about to have the best decade of their careers.
 
QA
 
Salesforce QA had a clean shape. Deterministic input, expected output, regression suite, pass or fail.
 
An agent does not behave that way. The same question produces slightly different answers. It is correct on Tuesday and subtly wrong on Wednesday because someone edited a knowledge article.
 
So testing shifts from checking outputs to checking behaviour across a range of conditions. What did it refuse to do. What did it invent. What did it do when the record was missing or the customer was abusive. What did it say at 11pm to somebody threatening to cancel.
 
That is a genuinely new discipline sitting between QA, risk, and customer experience, and it does not have a settled name yet. Which means being early is still possible, which is rare.
 
The Delivery Lead
 
If you run Salesforce delivery, the estimating model you have used for years is now wrong in two directions simultaneously.
 
Build tasks take far less time than the model says. Discovery, data cleanup, and adoption take exactly as long as they always did, which means they now dominate the plan instead of being a tail on it.
 
Most teams have not repriced this honestly. They bank the build savings quietly, keep the same overall schedule, and it looks like margin right up to the point where the project slips on data quality that nobody scheduled. Then the savings are gone and the client relationship is damaged.
 
The delivery lead who redraws the shape of the plan is doing real work. Small build phase. Large discovery and landing phase. An explicit line item for data quality with a named owner and a budget. You will lose some deals on price optics. You will stop losing them at go live, which is the more expensive place to lose.
 
The role that did not exist three years ago
 
Here is the opening almost nobody is naming clearly.
 
Field level security and sharing settings used to be the least glamorous part of an admin's job. Necessary, tedious, invisible when done correctly.
 
Put an agent in that org and they become the highest-stakes settings in the building. An agent inherits whatever permissions you give it. Get that wrong and you have not misconfigured a profile. You have built a data exposure with a friendly chat interface, running at machine speed, against records nobody is reviewing individually.
 
The work of deciding what an agent may read, what it must never write, how it is grounded, what it escalates, and how it is audited afterwards is now senior work. It carries risk, it requires knowledge of the business and the data, and it is not something you can generate from a prompt because the correct answer depends entirely on your specific organisation.
 
Boring work becomes senior work the moment it carries consequence. This just did, and the market has not repriced it yet. That gap is an opportunity for anyone willing to step into it now.
 
The on-ramp is broken. Here is one that still works.
 
The old route was clear enough that it became folklore. Do Trailhead. Get the Admin certification. Land a junior role. Learn the real thing on tickets.
 
Step three is broken, and steps one and two are now oversupplied. There are a very large number of certified people with no production experience, competing for a shrinking number of roles that were supposed to give them that experience.
 
The route that still works inverts the order. Do not enter through the platform. Enter through a process.
 
Pick a business process you genuinely understand, or can get close enough to understand properly. Grant tracking for a small nonprofit. Job scheduling for an HVAC contractor. Student enrolment for a training company. Claims intake for a small insurance broker. It does not need to be glamorous. It needs to be real, and you need access to at least one person who does it every day.
 
Then build it properly in a Developer org. Not the tutorial version. The version with the awkward cases: the customer who is also a supplier, the record that arrives with three fields missing, the approval that has to be skipped when the regional manager is on leave. Build the agent, then work out what it does when it does not know.
 
Then publish it. The build, the data model, the decisions, and specifically the failure modes. What you tried that did not work is the most credible thing you can show, because nobody who has not done the work can fake it.
 
You are now not a certified beginner competing with ten thousand certified beginners. You are the person who understands nonprofit grant tracking and can also configure it, and there are perhaps four of those.
 
Domain first, platform second. That inversion is the single most useful thing anyone entering the ecosystem right now can internalise.
 
What replaces the ladder
 
The ladder worked because titles were receipts.
 
"Senior Salesforce Developer" was never a description of work. It was a claim that somebody, somewhere, watched you do the job for several years and signed off on it. That claim was useful because it was expensive to fake and because the job stayed still long enough for the title to keep its meaning.
 
The job does not stay still now. A role can be created, staffed, renamed, and absorbed inside eighteen months. Agentforce Specialist did not exist as a job in 2023. The receipt goes stale faster than you can earn it.
 
What replaces it is less elegant and more useful: a portfolio of dated, specific, checkable proofs. Things you built. What they cost. What broke. What the numbers did afterwards. Each one small, each one narrow, each one attached to a date and a version, each one verifiable by someone who was not in the room.
 
This is a worse system for people who are good at being promoted. It is a much better system for people who are good at the work, and for anyone entering from outside the traditional path, because a proof does not care where you went to school or which company let you in first.
 
It also changes what a certification is for. A certificate is a claim that you were current on a specific date. When the platform ships meaningful capability every quarter, a five-year-old badge is a statement about 2021. That is not a betrayal by the certifying body. It is the credential doing exactly what it says.
 
The mistake is building an identity on one large badge and then defending it. The better shape is many small, narrow, dated proofs, cheap to earn and cheap to refresh. Stop asking which certification is worth it for life. Ask which one proves what you can do this year.
 
The economics underneath, for anyone in the partner world
 
Ecosystem partners largely sold hours. Configuration hours, build hours, testing hours. Even fixed-price work was priced off an hourly estimate underneath the surface.
 
If the build takes a fraction of the hours, the revenue takes the same haircut. This is not a forecast, it is arithmetic, and the only question is how long it takes to show up in contracts.
 
So partners are moving toward what does not compress. Adoption. Change management. Migration of data from systems that were never clean and never will be. Sitting with the regional director who does not want this system and will quietly kill it if nobody handles them.
 
For an individual consultant, this changes what you are being paid for. Not "I configured it" but "it landed and it stuck." The practical move is to start capturing adoption numbers in your own record now, before your employer asks for them. Percentage of intended users still active after ninety days. Reduction in a real operational number. That evidence is about to matter more than your build hours ever did, and almost nobody has it.
 
What is actually holding up
 
It is more useful to be specific than philosophical here. From real implementations, the consistent failure points look like this:
 
Anything depending on why something exists. The model sees 'Custom_Status_2_c'. It cannot know the field was created in 2019 because one regional VP refused to use the standard one and still refuses.
 
Undocumented process, which is most process. What people actually do lives in habits, workarounds, and a spreadsheet on somebody's desktop that the system has never seen.
 
Dirty data at the edges. The failure mode is not ignorance, it is confidence. It answers cleanly on records that should have been flagged and stopped.
 
Politics. Knowing whose adoption decides whether a project lives, and what that person actually cares about.
 
Accountability. Someone has to be the name on it when it is wrong, and that person has to have enough standing to fix it.
 
Every one of those is ground a career can stand on for a long time. Not one of them is technical. That is the pattern worth sitting with, especially if your entire professional identity is currently technical.
 

Practical: thirty days, ninety days, a year

 
Thirty days, if you are already in a Salesforce role.
 
Week one, pick one data domain in your org and become the person who actually knows it. Accounts, entitlements, whatever carries the money. Read every field. Find the dead ones. Find who owns them and whether that person still works there.
 
Week two, build one agent end to end in a sandbox. Not the happy path. Make it fail, and write down precisely how it failed.
 
Week three, audit what that agent can reach. Profiles, permission sets, sharing model, field level security. Produce one page on blast radius. Send it to whoever owns risk in your company. This will be the most senior-looking thing you have done all year and it takes an afternoon.
 
Week four, take one process, put a number on it before and after, and write that up somewhere a person outside your company could read it.
 
At the end of the month you hold a data domain, a shipped agent, a governance artifact, and a measured outcome. That is a better position than most job descriptions ask for.
 
Ninety days. Pick the direction. Toward governance and risk, toward data and integration, or toward the business side through analysis and adoption. All three are holding up. Configuration throughput is not. Choose deliberately rather than drifting, because drift here means being three years late.
 
A year. Have a public, dated record of five things you built with real numbers attached. Have a domain you can speak about with more depth than the platform, which means an industry or a process, not a product. Have at least one thing that failed, written up honestly, because that is the single most credible artifact you can own and almost nobody publishes one.
 

What this analysis could get wrong

 
Worth stating plainly, because a piece like this is only useful if it is falsifiable.
 
The compression could stall. Declarative generation works well on clean, small problems and gets noticeably worse on large, old, heavily customised orgs. If that ceiling holds, the junior queue may partially return, just with different tasks in it.
 
Demand growth could offset everything. There is a strong argument that cheaper configuration means far more configuration, and the ecosystem grows enough that headcount recovers at every level. This is the oldest pattern in technology: cheaper output, more total output. If that dominates, the picture is less about disappearance and more about churn. Both can be true at once, and mostly they are.
 
Governance might get absorbed too. Right now agent permissioning is human work. If the platform ships strong opinionated defaults, some of that opening closes. I would still take the bet, because the correct answer depends on your specific business and the vendor cannot know it, but it is a bet.
 
Regulation could reshape all of it. In regulated industries, a rule about human review in a decision loop would keep humans in places pure economics would remove them from. That is a genuinely large unknown.
 
What I do not think is wrong is the direction. Translation compresses. Judgement does not. Entry paths break before senior ones. Accountability does not transfer to a machine. Those hold regardless of how fast any of it moves.
 

The one sentence

 
If you take nothing else from this: the risk is not that there will be no work. It is that the shape of the work changes faster than your professional identity does.
 
Almost nobody in this ecosystem loses their job to AI. They lose it to being three years late in redefining what they do.
 
That is a far more manageable problem than the one people are worrying about. It is also a far less comfortable one, because it is entirely yours to solve.
 

This is the first in a series mapping career paths stack by stack and profession by profession. Salesforce first because the ecosystem is large enough that the changes are already visible. ServiceNow, SAP, AWS and Workday next, then non-tech professions where the same pattern is running quietly.
 
If you work in the Salesforce ecosystem: what part of your 2023 job has already been absorbed, and what did you move into instead? Add it to the thread. Dated and specific beats general every time.
Krishna Vardhan Reddy

Krishna Vardhan Reddy

Founder, AiDOOS

Krishna Vardhan Reddy is the Founder of AiDOOS, the pioneering platform behind the concept of Virtual Delivery Centers (VDCs) — a bold reimagination of how work gets done in the modern world. A lifelong entrepreneur, systems thinker, and product visionary, Krishna has spent decades simplifying the complex and scaling what matters.

Link copied to clipboard!