惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

酷 壳 – CoolShell
酷 壳 – CoolShell
G
Google Developers Blog
V
V2EX
美团技术团队
H
Help Net Security
月光博客
月光博客
爱范儿
爱范儿
Engineering at Meta
Engineering at Meta
The Cloudflare Blog
U
Unit 42
大猫的无限游戏
大猫的无限游戏
Recent Announcements
Recent Announcements
A
About on SuperTechFans
博客园 - Franky
The GitHub Blog
The GitHub Blog
N
Netflix TechBlog - Medium
人人都是产品经理
人人都是产品经理
博客园 - 司徒正美
MyScale Blog
MyScale Blog
B
Blog
雷峰网
雷峰网
Y
Y Combinator Blog
云风的 BLOG
云风的 BLOG
T
The Blog of Author Tim Ferriss

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
DevRel now that generative AI is here
Brendan Graetz · 2026-05-29 · via DEV Community

Being a DevRel engineer is like being a jack of all trades, covering at least seven distinct areas.
Developer Education, Developer Success, and Developer Marketing 1
Combined, make up 80-90% of a DevRel team’s time/ output.
Each of these areas is going to be massively disrupted by gen AI. 2
These areas will probably also be boosted by gen AI.

Developer education disruption

How is developer education going to be disrupted?
Traditional modes (tutorial docs, video demos, workshops) will become less relevant,
because gen AI can explain concepts on demand, plus do the work of coding for you.

How must developer education change because of gen AI?
Expose developer education in new channels
(agent skills, MCP servers, etc)
in addition to traditional channels like documentation websites,
and teach more relevant skills
(higher level concepts, reviewing gen AI output, etc).

The formats and approaches need to change,
because even though gen AI can “do the work” for you,
humans still need to understand what the gen AI is doing to direct it properly,
otherwise developers end up with too much “code slop” proliferating.
Instead of teaching syntax and patterns,
focus on higher level concepts,
such as judgment and architecture.
Those were always important, but there is a new skill that must be taught too:
How to review and evaluate code written by gen AI.
The way developer education material is delivered also changes:
Rather than a documentation website,
expose the same materials in different AI-native formats. 3
Examples:

  • Documentation search MCP tool where every result contains a citation
  • Full-blown guided tutorial via agent skills
  • Agent skills as docs as code, evolved from docs as code

Despite this disruption, developer education becomes more, not less, important.
Focus on how to reason and make decisions about code, rather than how to write it.
Developers will move up the chain, and thus developer education must follow.

Developer success disruption

How is developer success going to be disrupted?
Seeing that the “developers” writing code are now largely gen AI agents, not humans,
we scale back on the in-person events such as tech meetups, hackathons, and workshops;
and double down on virtual formats.
Especially so, when there is pressure to slash budgets in the parts of the tech industry that are experiencing a “bear market”. 4
It is like the COVID-era playbook is being repeated, but for entirely different reasons.

How must developer success change because of gen AI?
Do the opposite and double down on in-person events and communities,
but shift focus to doing more developer experience research on AI-native engineers.
During uncertain times, trust matters more,
and meeting in-person builds trust in a way that remote interactions do not.
Tactically, your competition is likely pulling back,
creating a vacuum for you to fill.

Remember that humans are still the ones operating gen AI tools,
and it is important for you, as DevRel,
to map out their developer journey, identify their friction points,
and resolve/ work around those.
AI-native engineers will have radically different journeys, frictions, and experiences.
DevRel faces a steep learning curve here.

Baseline developer success activities are still relevant,
so apply the same methodologies to the emerging class of AI-native developers.

Developer marketing disruption

How is developer marketing going to be disrupted?
Content marketing, social media, swag at events lose effectiveness,
as developers are using these touchpoints less in their decision making.
Their “top of funnel” (ToFu) discovery is increasingly becoming whatever their gen AI tools and agents recommend.

How must developer marketing change because of gen AI?
When a developer asks a gen AI tool for technology choice recommendations, your docs should be cited.
When a developer asks how to create feature X or fix bug Y, your docs should also be cited.
That is the winning play.

Just as SEO shaped what developers found on Google,
GEO will shape what developers' AI tools recommend. 5
GEO is only the tip of the iceberg though, and it is useful for getting your foot in the door.
It is the new critical path for the awareness and evaluation stages of a developer journey.
For the learn, build, and scale stages of the developer journey,
there are other means to surface your technology in gen AI tools and workflows.

Developer marketing catered exclusively to human developers.
Now it needs to cater to non-human developers too.
The latter is literally growing exponentially!
Treat them as additional developer personas.

Internal DevRel

Most DevRel teams are focused on external developers.
Rightly so, when team sizes are small.
However, the gen AI disruption is huge internally too.
The engineering team may have wildly variable levels of gen AI adoption and fluency. 6
DevRel teams are well placed to run the R&D,
and roll out upskilling programmes and internal tooling improvements.

Things that do not change

Which parts of developer education do not change because of gen AI?
There is something that gen AI and humans have in common when they learn:
Pattern matching.
Watching and replicating other humans is a central to how humans learn and execute.
This is very different from learning by reading text alone.

Which parts of developer success do not change because of gen AI?
The processes remain the same:
Create segments and personas, map journeys, identify friction points, and improve developer experience.
The difference is that they are now applied to non-human personas.
(As covered in the "Developer success disruption" section.)

Which parts of developer marketing do not change because of gen AI?
Do not replace the information valve approach with a marketing funnel 7
just because of gen AI and a fresh focus on GEO.
GEO is ToFu in marketing funnel speak.
GEO is novel and important, yet only one piece of the puzzle.
Do not neglect the basics.
Ensure that your information valve remains bidirectional.

Patterns of change

Will gen AI disrupt DevRel?
Yes, all three main functional areas are deeply affected.

Will gen AI therefore make DevRel irrelevant?
No.
A subset of current DevRel work will be minimised or sunset;
and new approaches and techniques will take their place.
Overall, there is more work to be done,
and DevRel becomes more important.

Thanks

This was largely based on a hallway conversation that I had with Mike Swift,
at AI Engineer Singapore 2026.
He put “swyx”,
instead of “swift” on his name badge,
and that was the reason we got talking, crazy huh?
Glad we did!

Thanks also to Owanate Amachree and Fabian Hug for your reviews and comments!


This post was originally published at blog.bguiz.com/2026/devrel-now-that-gen-ai-is-here


Developer documentation, developer tools, developer community, and strategy.
Read Developer Relations, by Caroline Lewko and James Parton
for detailed descriptions.

GEO is to ChatGPT as SEO is to Google.
Note that GEO is also known as AEO, which is Answer Engine Optimisation.
Reference: GEO - Wikipedia.
Note that in-person activities are still relevant;
see the "Developer success disruption" section.

The Marketing Funnel Applied to Developer Audiences

However, DevRel’s ability to impact these teams is more limited.


  1. Apart from developer education, developer success, and developer marketing, the other areas within developer relations are: ↩

  2. As are all white collar jobs, eventually. ↩

  3. Pioneering examples: Mintlify for with-citations documentation search MCP tool. Mastra for guided tutorial via agent skills. PaperMoon for agent skills as docs as code. ↩

  4. This includes almost every part of the tech industry other than AI, in 2026. ↩

  5. GEO is Generative Engine Optimisation, and is distinct from SEO (Search Engine Optimisation). ↩

  6. This also applies to other teams within the company too, of course. ↩

  7. Read about the relationship between marketing funnels, information valves, and developer journey maps: ↩