<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Udacity</title>
    <description>The latest articles on DEV Community by Udacity (@udacity).</description>
    <link>https://dev.to/udacity</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3262949%2Ffc17a3cd-ee7c-4533-a7b7-1f7f695ae5a2.jpeg</url>
      <title>DEV Community: Udacity</title>
      <link>https://dev.to/udacity</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/udacity"/>
    <language>en</language>
    <item>
      <title>Less Frustration and More Flow — Master the TDD and AI Workflow</title>
      <dc:creator>Udacity</dc:creator>
      <pubDate>Tue, 20 Jan 2026 13:23:05 +0000</pubDate>
      <link>https://dev.to/udacity/less-frustration-and-more-flow-master-the-tdd-and-ai-workflow-9i9</link>
      <guid>https://dev.to/udacity/less-frustration-and-more-flow-master-the-tdd-and-ai-workflow-9i9</guid>
      <description>&lt;p&gt;There are few things more frustrating in a modern coding context than when AI gives you an output that mostly works, but then you spend hours debugging.&lt;/p&gt;

&lt;p&gt;Vibe coding is a powerful accelerator, but it is not a substitute for software engineering. AI can generate code fast, but shipping software that lasts still requires engineering fundamentals and architectural control. &lt;/p&gt;

&lt;p&gt;The ultimate goal is to ship software that survives contact with real users. This requires an engineering chassis that won't buckle under pressure.&lt;/p&gt;

&lt;p&gt;That's why we launched a new &lt;a href="https://www.udacity.com/course/ai-powered-software-engineer--nd770" rel="noopener noreferrer"&gt;AI-Powered Software Engineer Nanodegree&lt;/a&gt; program. &lt;/p&gt;

&lt;p&gt;It's designed to strengthen core software engineering practices—including architecture patterns, system design, and test-driven development—while learning how to use AI tools thoughtfully and effectively. &lt;/p&gt;

&lt;p&gt;You'll learn to design systems that are robust, reliable, modular, and scalable, and to evaluate AI-generated code with confidence. &lt;/p&gt;

&lt;p&gt;By the end, you won’t just ship working software—you'll think like an experienced engineer, ready to design, evolve, and own complex systems in real-world environments.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.udacity.com/course/ai-powered-software-engineer--nd770" rel="noopener noreferrer"&gt;Get started today!&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/z562AG9MwZE"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>programming</category>
      <category>ai</category>
      <category>vibecoding</category>
      <category>developer</category>
    </item>
    <item>
      <title>Building GenAI Where Work Actually Happens</title>
      <dc:creator>Udacity</dc:creator>
      <pubDate>Tue, 09 Dec 2025 12:58:40 +0000</pubDate>
      <link>https://dev.to/udacity/building-genai-where-work-actually-happens-1fao</link>
      <guid>https://dev.to/udacity/building-genai-where-work-actually-happens-1fao</guid>
      <description>&lt;p&gt;Every AI developer hopes to move past creating standalone demo chatbots and integrate this technology into the core systems that power organizations.&lt;/p&gt;

&lt;p&gt;This is the evolution many of our graduates experience, demonstrating how the practical, production-focused skills from Udacity’s &lt;a href="https://www.udacity.com/course/generative-ai--nd608" rel="noopener noreferrer"&gt;Generative AI Nanodegree program&lt;/a&gt; can transform complex enterprise systems from within.&lt;/p&gt;

&lt;p&gt;For &lt;a href="https://www.linkedin.com/in/karlosmorais/" rel="noopener noreferrer"&gt;Karlos Morais&lt;/a&gt;, that evolution turned into a full-blown business idea.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“I applied the skills learned in the Generative AI Nanodegree program to build AgentERP, an AI layer designed on top of a full ERP backbone for small and medium businesses. Instead of creating a standalone chatbot, I integrated Generative AI directly into core operational modules, Purchases, Inventory, Finance, and Billing, transforming the ERP into an intelligent agent capable of understanding context, predicting needs, and automating workflows.&lt;/p&gt;

&lt;p&gt;Using techniques such as retrieval augmented generation, tool use orchestration, and structured reasoning, AgentERP can read transactional data, identify operational bottlenecks, generate actionable insights, and even execute tasks that traditionally require human intervention. What began as a program exercise evolved into a publicly shareable prototype that demonstrates how GenAI can augment real business systems, not just interact with them.&lt;/p&gt;

&lt;p&gt;The project has reshaped my perspective on product design with AI and positioned me to expand AgentERP into a fully operational AI native management platform.”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;— &lt;strong&gt;&lt;em&gt;Karlos Morais&lt;/em&gt;&lt;/strong&gt; (Fortaleza, Brazil)&lt;/p&gt;

&lt;p&gt;Karlos didn't just teach an LLM to talk; he engineered it to act within a complex business environment. He mastered RAG, tool-use orchestration, and structured output—all key implementation patterns covered in the Udacity program.&lt;/p&gt;

&lt;p&gt;Peter Johnson applied a similar, high-leverage approach to Quality Engineering at his organization:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“I used what I learned in the Generative AI Nanodegree program to overhaul how we handle test failure triage in a large engineering setup. We run a huge number of automated tests, and engineers were spending far too long digging through logs to figure out what actually went wrong. I built an AI-driven workflow that pulls out the key details from failures, groups similar issues together, and points to the most likely root cause. It’s made triage much quicker, far less manual, and has had a real impact on how efficiently teams can move. It also showed how GenAI can be used in a very practical, hands-on way to improve quality engineering.” &lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;— &lt;strong&gt;&lt;em&gt;Peter Johnson&lt;/em&gt;&lt;/strong&gt; (United Kingdom)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Ready to Build Production-Grade AI?&lt;/strong&gt;&lt;br&gt;
The &lt;a href="https://www.udacity.com/course/generative-ai--nd608" rel="noopener noreferrer"&gt;Generative AI Nanodegree program&lt;/a&gt; is Udacity's hottest course of the last two years has been updated, again, to help learners thrive in the AI economy and forge futures in tech. &lt;/p&gt;

&lt;p&gt;This program equips developers to deploy reliable generative AI solutions. We'll move past theory and focus on the proven implementation patterns you need. &lt;/p&gt;

&lt;p&gt;You'll master production essentials like model selection, cost estimation, and reliable prompt engineering to build efficient apps. You'll also implement lightweight model adaptation using PEFT. &lt;/p&gt;

&lt;p&gt;Then, you'll build end-to-end RAG systems, using vector databases to connect LLMs to your data and evaluate quality with frameworks like RAGAs. &lt;/p&gt;

&lt;p&gt;Finally, you'll dive into advanced multimodal applications that process text, images, and audio. You'll enforce structured outputs with Pydantic and implement system observability to build, trace, and debug modern AI apps.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.udacity.com/course/generative-ai--nd608" rel="noopener noreferrer"&gt;Click here &lt;/a&gt;to get started today.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>software</category>
      <category>careerdevelopment</category>
    </item>
    <item>
      <title>Unpacking Udacity's $5K AI Master’s Degree</title>
      <dc:creator>Udacity</dc:creator>
      <pubDate>Thu, 16 Oct 2025 22:12:55 +0000</pubDate>
      <link>https://dev.to/udacity/unpacking-udacitys-5k-ai-masters-degree-2m5l</link>
      <guid>https://dev.to/udacity/unpacking-udacitys-5k-ai-masters-degree-2m5l</guid>
      <description>&lt;p&gt;The AI economy is reshaping work, and Udacity is redefining how professionals learn to lead it.&lt;/p&gt;

&lt;p&gt;Udacity has launched a fully accredited &lt;a href="https://www.udacity.com/masters-artificial-intelligence" rel="noopener noreferrer"&gt;Master of Science in Artificial Intelligence&lt;/a&gt; degree program in partnership with &lt;a href="https://woolf.education/" rel="noopener noreferrer"&gt;Woolf&lt;/a&gt; — a Saïd Business School (University of Oxford) and Harvard Business Publishing education partner.&lt;/p&gt;

&lt;p&gt;Costing 90% less than traditional programs—and recognized in more than 60 countries including the U.S., Canada, Australia, and 43 European nations—it represents a radically valuable option for professionals driven to lead in the AI economy.&lt;/p&gt;

&lt;p&gt;This new master’s program brings academic accreditation and project-based learning together, giving professionals a direct, affordable path to career advancement in one of the most in-demand fields of the century.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why It Matters
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Affordable:&lt;/strong&gt; Earn a master’s degree for as little as $3,500 USD—90% less than traditional programs.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Accredited:&lt;/strong&gt; Recognized in 60+ countries, including the U.S., Canada, Australia, and 43 European nations.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Flexible:&lt;/strong&gt; Complete at your own pace. Students progress at their own pace through 12 Udacity Nanodegree programs plus a capstone project—approximately 2,250 hours in total.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Career-Focused:&lt;/strong&gt; Courses are project-based and developed with input from leading tech companies, helping graduates build portfolios that prove their capabilities.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why now?
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Priced out:&lt;/strong&gt; Higher education continues to be out of reach for many, with two-year master’s programs costing students &lt;a href="https://www.bestcolleges.com/research/cost-of-grad-school/" rel="noopener noreferrer"&gt;$74,000 on average in the U.S.&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AI skills gap:&lt;/strong&gt; AI is everywhere at work, but efficacy lags. Udacity’s latest research finds that while &lt;a href="https://www.udacity.com/masters-artificial-intelligence" rel="noopener noreferrer"&gt;90% of workers&lt;/a&gt; use AI on the job, &lt;a href="https://www.udacity.com/masters-artificial-intelligence" rel="noopener noreferrer"&gt;3 in 4&lt;/a&gt; routinely abandon AI tools mid-task due to gaps in skills, systems, and trust. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Companies betting big on AI:&lt;/strong&gt; At present, &lt;a href="https://mlq.ai/media/quarterly_decks/v0.1_State_of_AI_in_Business_2025_Report.pdf" rel="noopener noreferrer"&gt;just 5%&lt;/a&gt; of GenAI initiatives currently show a measurable P&amp;amp;L impact, but 67% of c-suite leaders still view AI as a driver of revenue growth—with 9 in 10 planning to increase AI investments this year according to a recent Accenture &lt;a href="https://www.accenture.com/us-en/insights/pulse-of-change" rel="noopener noreferrer"&gt;Pulse of Change Report&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;BIG opportunities for graduates:&lt;/strong&gt; This has created a significant career opportunity for professionals who can drive AI initiatives at their companies—with the number of AI jobs increasing &lt;a href="https://www.glassdoor.com/blog/ai-jobs-booming-or-overhyped/" rel="noopener noreferrer"&gt;53% in 2025&lt;/a&gt; and organizations willing to pay &lt;a href="https://www.glassdoor.com/blog/ai-jobs-booming-or-overhyped/" rel="noopener noreferrer"&gt;a 25% premium&lt;/a&gt; for workers with AI skills.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.udacity.com/masters-artificial-intelligence" rel="noopener noreferrer"&gt;Apply now &lt;/a&gt;and forge a new future in tech.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>career</category>
      <category>careerdevelopment</category>
    </item>
    <item>
      <title>Best Courses for Learning AI as a Developer in 2025</title>
      <dc:creator>Udacity</dc:creator>
      <pubDate>Mon, 22 Sep 2025 03:37:56 +0000</pubDate>
      <link>https://dev.to/udacity/best-courses-for-learning-ai-as-a-developer-in-2025-3n5n</link>
      <guid>https://dev.to/udacity/best-courses-for-learning-ai-as-a-developer-in-2025-3n5n</guid>
      <description>&lt;p&gt;AI isn’t just the hot topic of 2025 — it’s becoming the foundation of how we build software, scale businesses, and design user experiences. If you’re a developer, you’ve probably already explored some libraries, hacked together a few models, or at least asked yourself: Where do I go next?&lt;/p&gt;

&lt;p&gt;That’s where &lt;strong&gt;Udacity’s Nanodegree programs&lt;/strong&gt; come in. Designed for hands-on learning, these courses combine projects, mentorship, and real-world applications so you’re not just reading about AI — you’re building with it.&lt;/p&gt;

&lt;p&gt;Here’s a developer-focused guide to the top AI programs for 2025.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;🐍 Beginner: Building Your AI Toolkit&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.udacity.com/course/ai-programming-python-nanodegree--nd089" rel="noopener noreferrer"&gt;AI Programming with Python&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Master Python fundamentals for AI: NumPy, pandas, Matplotlib.&lt;/li&gt;
&lt;li&gt;Get comfortable with neural networks and PyTorch basics.&lt;/li&gt;
&lt;li&gt;Build real projects like image classifiers.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Why it matters:&lt;/strong&gt; If you’re new to AI, this gives you the baseline you’ll need for every other advanced project you’ll tackle down the road.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;⚙️ Intermediate: Going Beyond the Basics&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.udacity.com/course/generative-ai--nd608" rel="noopener noreferrer"&gt;Generative AI Nanodegree Program&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Work with large language models (LLMs) and fine-tuning.&lt;/li&gt;
&lt;li&gt;Explore applications like content generation, summarization, and creative coding.&lt;/li&gt;
&lt;li&gt;Apply tools like Hugging Face Transformers in real-world workflows.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://www.udacity.com/course/agentic-ai--nd900" rel="noopener noreferrer"&gt;Agentic AI Nanodegree Program&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Learn how autonomous AI agents plan, reason, and execute tasks.&lt;/li&gt;
&lt;li&gt;Build multi-step workflows that combine APIs, data sources, and LLMs.&lt;/li&gt;
&lt;li&gt;Explore frameworks like LangChain to create production-ready agents.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Why it matters:&lt;/strong&gt; These are some of the most in-demand skills developers need in 2025. If you’ve asked yourself, “What’s the best way to learn agentic AI?” — this program is your roadmap.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;🧠 Advanced: Leveling Up to AI Leadership&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.udacity.com/course/ai-trading-strategies--nd881" rel="noopener noreferrer"&gt;AI Trading Strategies Nanodegree Program&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Build, backtest, and optimize trading algorithms.&lt;/li&gt;
&lt;li&gt;Apply reinforcement learning to financial markets.&lt;/li&gt;
&lt;li&gt;Understand how AI reshapes quantitative finance.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://www.udacity.com/course/data-scientist-nanodegree--nd025" rel="noopener noreferrer"&gt;Data Scientist Nanodegree Program&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Dive deep into ML pipelines, model deployment, and big data tools.&lt;/li&gt;
&lt;li&gt;Learn how to turn messy datasets into production-ready models.&lt;/li&gt;
&lt;li&gt;Capstone projects let you own the full workflow from data to deployment.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Why it matters:&lt;/strong&gt; These programs aren’t just about coding — they prepare you to lead technical AI projects at scale.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;📊 Career Outcomes from the Udacity Community&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;92%&lt;/strong&gt; felt like it advanced them towards their career goals&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;71%&lt;/strong&gt; were able to upskill&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;58%&lt;/strong&gt; of graduates experienced a salary increase&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;1 in 3&lt;/strong&gt; feel more confident applying for new jobs&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;1 in 3&lt;/strong&gt; feel better about their ability to perform well at their current job&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;strong&gt;👨‍💻 Developer Success Stories&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“Udacity helped me expand my scope. I now lead digital innovation projects that integrate both classical and generative AI.” — &lt;em&gt;&lt;strong&gt;Federico Martini&lt;/strong&gt;&lt;/em&gt;&lt;br&gt;
“I gained the expertise and confidence needed… ultimately transforming my reality and opening new professional opportunities.” &lt;em&gt;— &lt;strong&gt;Carlos André Antunes&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;




&lt;p&gt;&lt;strong&gt;🏁 Where to Start&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If you’re a developer looking to stay ahead in the AI economy, your roadmap is clear:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Build the foundation with AI Programming with Python.&lt;/li&gt;
&lt;li&gt;Experiment with Generative AI and Agentic AI.&lt;/li&gt;
&lt;li&gt;Specialize with AI Trading or Data Science.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;👉 Explore Udacity’s &lt;a href="https://www.udacity.com/" rel="noopener noreferrer"&gt;Nanodegree programs&lt;/a&gt; and start building your next AI project today.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>career</category>
      <category>developer</category>
    </item>
    <item>
      <title>AI Adoption vs. AI Trust: What Udacity’s Latest Research Reveals</title>
      <dc:creator>Udacity</dc:creator>
      <pubDate>Mon, 15 Sep 2025 04:36:35 +0000</pubDate>
      <link>https://dev.to/udacity/ai-adoption-vs-ai-trust-what-udacitys-latest-research-reveals-49do</link>
      <guid>https://dev.to/udacity/ai-adoption-vs-ai-trust-what-udacitys-latest-research-reveals-49do</guid>
      <description>&lt;p&gt;AI tools are everywhere in the workplace, yet trust in them still lags behind adoption.&lt;/p&gt;

&lt;p&gt;📊 &lt;a href="https://www.udacity.com/course/ai-for-business-leaders--nd054" rel="noopener noreferrer"&gt;According to Udacity’s latest research&lt;/a&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;90% of workers&lt;/strong&gt; use some form of AI tool regularly.&lt;/li&gt;
&lt;li&gt;But &lt;strong&gt;3 in 4&lt;/strong&gt; abandon AI tools mid-task—most often due to issues with accuracy and quality.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Why workers commonly give up on AI mid-task:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;52%: Results lacked accuracy or quality&lt;/li&gt;
&lt;li&gt;39%: Took too long to refine or correct outputs&lt;/li&gt;
&lt;li&gt;37%: Preferred to handle critical tasks themselves&lt;/li&gt;
&lt;li&gt;26%: Struggled with prompting/instruction&lt;/li&gt;
&lt;li&gt;20%: Tools weren’t compatible with workflows&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What this means&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The gap isn’t about access to AI—it’s about execution. Workers need practical skills to unlock AI’s potential, from effective prompting to quality control. Without training, AI remains a tool people try but often abandon.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Closing the skills gap&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Based on the research, four competencies stand out as essential:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;- AI Literacy:&lt;/strong&gt; Knowing AI’s capabilities and limitations&lt;br&gt;
&lt;strong&gt;- Prompt Engineering:&lt;/strong&gt; Communicating intent effectively&lt;br&gt;
&lt;strong&gt;- Quality Assessment:&lt;/strong&gt; Validating and refining outputs quickly&lt;br&gt;
&lt;strong&gt;- Workflow Integration:&lt;/strong&gt; Making AI fit into real processes&lt;/p&gt;

&lt;p&gt;Without these, workers fall into what we call the &lt;strong&gt;AI competence trap&lt;/strong&gt;—using AI because they feel they must, but not well enough to succeed.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;From drowning to thriving&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The solution isn’t less AI—it’s better education. Organizations need systematic, layered training that spans every level:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Executives&lt;/strong&gt; setting strategy and governance—skills learned in our &lt;a href="https://www.udacity.com/course/ai-for-business-leaders--nd054" rel="noopener noreferrer"&gt;AI for Business Leaders Nanodegree program&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Teams&lt;/strong&gt; building shared fluency with learning paths like &lt;a href="https://www.udacity.com/course/agentic-ai-fluency--cd14380" rel="noopener noreferrer"&gt;Udacity’s Agentic AI Fluency Course&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Technical experts&lt;/strong&gt; mastering deployment with advanced skills paths like &lt;a href="https://www.udacity.com/course/agentic-ai--nd900" rel="noopener noreferrer"&gt;Udacity’s Agentic AI Nanodegree program&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Charting the course&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The future workforce won’t just be AI-enabled, it will be AI-capable. The organizations that teach their people to swim in the AI ocean will outpace those still thrashing in the shallows.&lt;/p&gt;

&lt;p&gt;❓How is your team navigating AI adoption? Are you swimming, floating, or still figuring out which way is shore?&lt;/p&gt;

&lt;p&gt;👉 Read the full report and explore the findings here: &lt;a href="https://www.udacity.com/blog/2025/09/ai-adoption-trust-gap-udacity-research.html" rel="noopener noreferrer"&gt;AI Adoption and the Trust Gap&lt;/a&gt; – Udacity Research&lt;/p&gt;

</description>
      <category>ai</category>
      <category>career</category>
    </item>
    <item>
      <title>Study: 43% of Workers Use Agentic AI Daily</title>
      <dc:creator>Udacity</dc:creator>
      <pubDate>Wed, 16 Jul 2025 17:26:08 +0000</pubDate>
      <link>https://dev.to/udacity/study-43-of-workers-use-agentic-ai-daily-3h75</link>
      <guid>https://dev.to/udacity/study-43-of-workers-use-agentic-ai-daily-3h75</guid>
      <description>&lt;p&gt;&lt;strong&gt;&lt;em&gt;Our team at Udacity just surveyed 2,500 tech workers across disciplines, industries, and seniority levels about how they're using AI in the workplace. Here's what we learned.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Despite an uncertain future, tech workers are seeing a number of benefits from AI use in the workplace—with many eagerly experimenting with the latest tools. According to our data, &lt;a href="https://www.udacity.com/blog/2025/07/report-what-2500-workers-really-think-about-their-future-in-the-ai-economy.html" rel="noopener noreferrer"&gt;43% of workers are already using agentic AI at least once per day in their work&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;As they do, tech pros are seeing a number of benefits. &lt;a href="https://www.udacity.com/blog/2025/07/report-what-2500-workers-really-think-about-their-future-in-the-ai-economy.html" rel="noopener noreferrer"&gt;7 in 10&lt;/a&gt; say AI use in their work has improved productivity and creativity, while &lt;a href="https://www.udacity.com/blog/2025/07/report-what-2500-workers-really-think-about-their-future-in-the-ai-economy.html" rel="noopener noreferrer"&gt;4 in 10&lt;/a&gt; reported reduced stress levels, improved work-life balance, and  better decision making.&lt;/p&gt;

&lt;p&gt;They're also discovering just how much AI will likely transform roles, teams, and companies:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://www.udacity.com/blog/2025/07/report-what-2500-workers-really-think-about-their-future-in-the-ai-economy.html" rel="noopener noreferrer"&gt;61% of workers&lt;/a&gt; believe AI could replace their current role within the next three to five years. This finding was consistent across various job functions, industries, and even seniority levels, underscoring the evolution every role will likely undergo to meet the needs of the ever-evolving workplace.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://www.udacity.com/blog/2025/07/report-what-2500-workers-really-think-about-their-future-in-the-ai-economy.html" rel="noopener noreferrer"&gt;63% of workers&lt;/a&gt; say AI could replace most or all of their current team members in the next 3–5 years. This view was fairly consistent regardless of job function, seniority, or industry.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://www.udacity.com/blog/2025/07/report-what-2500-workers-really-think-about-their-future-in-the-ai-economy.html" rel="noopener noreferrer"&gt;58% of workers&lt;/a&gt; say AI could replace most or all of their organization’s core products and services within the next three to five years—highlighting just how important it is for individuals, teams, and companies to retool, upskill, and reinvent to thrive in the AI economy.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;3 Ways to Close the Agentic AI Skills Gap&lt;/strong&gt;&lt;br&gt;
Our team wants to help workers meet the moment to reinvent their careers, teams, and organizations. That's why we just launched a comprehensive set of agentic AI upskilling courses and Nanodegree programs. Here's the rundown:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;For developers and engineers&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
Udacity’s rigorous &lt;a href="https://www.udacity.com/course/agentic-ai--nd900" rel="noopener noreferrer"&gt;Agentic AI Nanodegree program&lt;/a&gt; covers multi-agent systems, agentic workflows, and framework-agnostic foundations. Courses in the program include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Prompting for effective LLM reasoning and planning&lt;/li&gt;
&lt;li&gt;Agentic workflows&lt;/li&gt;
&lt;li&gt;Building agents&lt;/li&gt;
&lt;li&gt;Designing multi-agent systems&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;For executives&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
Udacity’s new &lt;a href="https://www.udacity.com/course/generative-AI-for-business-leaders--cd13230" rel="noopener noreferrer"&gt;Agentic AI for Business Leaders course&lt;/a&gt; is now part of Udacity’s &lt;a href="https://www.udacity.com/course/ai-for-business-leaders--nd054" rel="noopener noreferrer"&gt;AI for Business Leaders Nanodegree program&lt;/a&gt;, which includes modules on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The business value of AI agents&lt;/li&gt;
&lt;li&gt;How to evaluate agentic AI solutions&lt;/li&gt;
&lt;li&gt;Implementation considerations and change management for agentic AI&lt;/li&gt;
&lt;li&gt;Strategic planning for agentic AI&lt;/li&gt;
&lt;li&gt;Agentic AI risk management and governance&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;For “non-technical” roles&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
Udacity’s &lt;a href="https://www.udacity.com/course/agentic-ai-fluency--cd14380" rel="noopener noreferrer"&gt;Agentic AI Fluency course&lt;/a&gt; is for professionals who want to integrate AI agents into their workflows, enhance efficiency, and stay competitive. &lt;/p&gt;

&lt;p&gt;You’ll learn to work confidently alongside AI agents in modern workflows and harness them without writing a line of code — including learning how agents operate, where they add value, and how to leverage AI-driven tools to enhance productivity, decision-making, and efficiency across industries. You’ll even build your own AI agent using intuitive no-code tools, gaining real-world experience to thrive in the AI-driven workplace.&lt;/p&gt;

</description>
      <category>agentaichallenge</category>
      <category>ai</category>
      <category>career</category>
      <category>careerdevelopment</category>
    </item>
    <item>
      <title>Study: 43% of Workers Use Agentic AI Daily</title>
      <dc:creator>Udacity</dc:creator>
      <pubDate>Wed, 16 Jul 2025 17:26:08 +0000</pubDate>
      <link>https://dev.to/udacity/study-43-of-workers-use-agentic-ai-daily-38n</link>
      <guid>https://dev.to/udacity/study-43-of-workers-use-agentic-ai-daily-38n</guid>
      <description>&lt;p&gt;&lt;strong&gt;&lt;em&gt;Our team at Udacity just surveyed 2,500 tech workers across disciplines, industries, and seniority levels about how they're using AI in the workplace. Here's what we learned.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Despite an uncertain future, tech workers are seeing a number of benefits from AI use in the workplace—with many eagerly experimenting with the latest tools. According to our data, &lt;a href="https://www.udacity.com/blog/2025/07/report-what-2500-workers-really-think-about-their-future-in-the-ai-economy.html" rel="noopener noreferrer"&gt;43% of workers are already using agentic AI at least once per day in their work&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;As they do, tech pros are seeing a number of benefits. &lt;a href="https://www.udacity.com/blog/2025/07/report-what-2500-workers-really-think-about-their-future-in-the-ai-economy.html" rel="noopener noreferrer"&gt;7 in 10&lt;/a&gt; say AI use in their work has improved productivity and creativity, while &lt;a href="https://www.udacity.com/blog/2025/07/report-what-2500-workers-really-think-about-their-future-in-the-ai-economy.html" rel="noopener noreferrer"&gt;4 in 10&lt;/a&gt; reported reduced stress levels, improved work-life balance, and  better decision making.&lt;/p&gt;

&lt;p&gt;They're also discovering just how much AI will likely transform roles, teams, and companies:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://www.udacity.com/blog/2025/07/report-what-2500-workers-really-think-about-their-future-in-the-ai-economy.html" rel="noopener noreferrer"&gt;61% of workers&lt;/a&gt; believe AI could replace their current role within the next three to five years. This finding was consistent across various job functions, industries, and even seniority levels, underscoring the evolution every role will likely undergo to meet the needs of the ever-evolving workplace.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://www.udacity.com/blog/2025/07/report-what-2500-workers-really-think-about-their-future-in-the-ai-economy.html" rel="noopener noreferrer"&gt;63% of workers&lt;/a&gt; say AI could replace most or all of their current team members in the next 3–5 years. This view was fairly consistent regardless of job function, seniority, or industry.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://www.udacity.com/blog/2025/07/report-what-2500-workers-really-think-about-their-future-in-the-ai-economy.html" rel="noopener noreferrer"&gt;58% of workers&lt;/a&gt; say AI could replace most or all of their organization’s core products and services within the next three to five years—highlighting just how important it is for individuals, teams, and companies to retool, upskill, and reinvent to thrive in the AI economy.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;3 Ways to Close the Agentic AI Skills Gap&lt;/strong&gt;&lt;br&gt;
Our team wants to help workers meet the moment to reinvent their careers, teams, and organizations. That's why we just launched a comprehensive set of agentic AI upskilling courses and Nanodegree programs. Here's the rundown:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;For developers and engineers&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
Udacity’s rigorous &lt;a href="https://www.udacity.com/course/agentic-ai--nd900" rel="noopener noreferrer"&gt;Agentic AI Nanodegree program&lt;/a&gt; covers multi-agent systems, agentic workflows, and framework-agnostic foundations. Courses in the program include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Prompting for effective LLM reasoning and planning&lt;/li&gt;
&lt;li&gt;Agentic workflows&lt;/li&gt;
&lt;li&gt;Building agents&lt;/li&gt;
&lt;li&gt;Designing multi-agent systems&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;For executives&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
Udacity’s new &lt;a href="https://www.udacity.com/course/generative-AI-for-business-leaders--cd13230" rel="noopener noreferrer"&gt;Agentic AI for Business Leaders course&lt;/a&gt; is now part of Udacity’s &lt;a href="https://www.udacity.com/course/ai-for-business-leaders--nd054" rel="noopener noreferrer"&gt;AI for Business Leaders Nanodegree program&lt;/a&gt;, which includes modules on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The business value of AI agents&lt;/li&gt;
&lt;li&gt;How to evaluate agentic AI solutions&lt;/li&gt;
&lt;li&gt;Implementation considerations and change management for agentic AI&lt;/li&gt;
&lt;li&gt;Strategic planning for agentic AI&lt;/li&gt;
&lt;li&gt;Agentic AI risk management and governance&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;For “non-technical” roles&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
Udacity’s &lt;a href="https://www.udacity.com/course/agentic-ai-fluency--cd14380" rel="noopener noreferrer"&gt;Agentic AI Fluency course&lt;/a&gt; is for professionals who want to integrate AI agents into their workflows, enhance efficiency, and stay competitive. &lt;/p&gt;

&lt;p&gt;You’ll learn to work confidently alongside AI agents in modern workflows and harness them without writing a line of code — including learning how agents operate, where they add value, and how to leverage AI-driven tools to enhance productivity, decision-making, and efficiency across industries. You’ll even build your own AI agent using intuitive no-code tools, gaining real-world experience to thrive in the AI-driven workplace.&lt;/p&gt;

</description>
      <category>agentaichallenge</category>
      <category>ai</category>
      <category>career</category>
      <category>careerdevelopment</category>
    </item>
    <item>
      <title>This Skill Gap Is Blocking Your Career (And It Has Nothing to Do with AI)</title>
      <dc:creator>Udacity</dc:creator>
      <pubDate>Fri, 13 Jun 2025 04:02:10 +0000</pubDate>
      <link>https://dev.to/udacity/this-skill-gap-is-blocking-your-career-and-it-has-nothing-to-do-with-ai-27dc</link>
      <guid>https://dev.to/udacity/this-skill-gap-is-blocking-your-career-and-it-has-nothing-to-do-with-ai-27dc</guid>
      <description>&lt;p&gt;&lt;strong&gt;&lt;em&gt;By Jared Molton, VP of Consumer at &lt;a href="https://www.udacity.com/" rel="noopener noreferrer"&gt;Udacity&lt;/a&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I've been building software and technology products for over a decade, and I've watched countless brilliant engineers, data scientists, and product managers get passed over for roles they were perfectly qualified for. The reason? They couldn't sell themselves in the interview room.&lt;/p&gt;

&lt;p&gt;Here's the uncomfortable truth: While 56% of white-collar workers believe a lack of AI skills may have cost them job opportunities in the past year, a staggering 85% say gaps in their interview skills likely kept them from landing roles. That's according to a &lt;a href="https://www.udacity.com/blog/2025/06/8-in-10-workers-stymied-by-weak-interview-skills-new-data-reveals.html" rel="noopener noreferrer"&gt;recent Udacity survey&lt;/a&gt; of 2,500 professionals, and frankly, it doesn't surprise me at all.&lt;/p&gt;

&lt;p&gt;We're living through an AI revolution where everyone's scrambling to learn prompt engineering, machine learning frameworks, and the latest generative AI tools. And that is the correct calibration—these skills are key to forging a future in tech. But what good are your hot technical abilities if you can't articulate their value when it counts most?&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Technical Skills Aren't Enough: The Interview Skills Gap
&lt;/h2&gt;

&lt;p&gt;The data reveals something fascinating: interview skills gaps transcend every demographic boundary. Whether you're a junior developer or a senior architect, whether you have a computer science degree or you're self-taught, whether you're 25 or 45—the inability to interview effectively is holding back professionals across the board.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftzfl7t3hfpzbhlpzom64.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftzfl7t3hfpzbhlpzom64.png" alt="Missed Opportunities" width="800" height="1008"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This makes sense when you think about it. Technical education rarely includes communication training. Bootcamp providers teach you React and Python, but they rarely teach you how to explain why your approach to state management makes you valuable to a hiring manager. Universities dive deep into algorithms and data structures, but skip the part where you learn to tell a compelling story about your problem-solving process.&lt;/p&gt;

&lt;p&gt;Meanwhile, the interview process itself has become increasingly complex. Beyond the traditional technical screens, candidates now face behavioral interviews, system design challenges, cultural fit assessments, and presentations to multiple stakeholders. Each requires a different communication skill set that 8 in 10 technical professionals haven’t fully developed.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Really Happens in Tech Interviews (And Why Even Great Developers Fail)
&lt;/h2&gt;

&lt;p&gt;I've been on both sides of the hiring table, and I've seen how this plays out. The candidate knows their stuff—they can build scalable systems, optimize algorithms, and integrate AI models—but when asked "Tell me about a time you solved a difficult technical problem," they freeze up or give a rambling answer that loses everyone in the room.&lt;/p&gt;

&lt;p&gt;Or they nail the technical questions but can't explain how their work connects to business outcomes. They describe their latest project's technical architecture in excruciating detail but never mention that it reduced customer churn by 15% or saved the company $200K in infrastructure costs.&lt;/p&gt;

&lt;p&gt;The worst part? Often, the less technically skilled candidate who can tell a coherent story about their impact gets the offer instead.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Communication Skills Matter More in an AI-Driven World
&lt;/h2&gt;

&lt;p&gt;Here's what's particularly concerning about this trend: as AI tools become more prevalent, the ability to communicate effectively becomes even more critical, not less. When AI can generate code, write documentation, and even debug issues, what separates human professionals is our ability to understand context, collaborate with stakeholders, and make strategic decisions.&lt;/p&gt;

&lt;p&gt;These higher-order skills require exceptional communication abilities. You need to explain why you chose one AI model over another, how you're mitigating bias in your algorithms, or why your team should adopt a particular AI workflow. If you can't articulate these decisions clearly in an interview setting, how will you advocate for them in the workplace?&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Improve Your Tech Interview Skills: 5 Proven Strategies
&lt;/h2&gt;

&lt;p&gt;The good news is that interview skills, unlike some technical abilities, can be dramatically improved with focused practice. Here's what I've seen work for technical professionals who want to get better at selling themselves:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Master the STAR Method (But Make It Technical):&lt;/strong&gt; Structure your answers using Situation, Task, Action, and Result, but adapt it for technical roles. Instead of generic project descriptions, focus on the technical challenges you faced, the specific solutions you implemented, and the measurable outcomes you achieved. Practice explaining complex technical concepts in ways that both technical and non-technical interviewers can understand.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Build a Portfolio of Interview Stories:&lt;/strong&gt; Prepare 5-7 detailed stories that showcase different aspects of your expertise: problem-solving, leadership, technical innovation, collaboration, and learning from failure. Each story should include technical depth, business context, and quantified results. Practice these until you can tell them naturally without sounding rehearsed.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Practice Technical Communication Under Pressure:&lt;/strong&gt; Set up mock interviews with peers or mentors where you explain your projects while being interrupted with questions. This simulates the pressure of real interviews and helps you maintain clarity when your thinking is challenged. Record yourself explaining technical concepts and identify where you lose clarity or use too much jargon.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Connect Technical Work to Business Impact:&lt;/strong&gt; For every technical project you've worked on, identify and quantify its business impact. Did your API optimization reduce response times? By how much, and what did that mean for user experience or cost savings? Did your machine learning model improve accuracy? How did that translate to better business outcomes? These connections are what separate strong technical candidates from great ones.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Develop Your Teaching Skills:&lt;/strong&gt; The best technical interviews feel like collaborative problem-solving sessions where you're teaching the interviewer your approach. Practice explaining your thought process as you work through problems. Get comfortable with phrases like "Let me walk you through my thinking here" and "Here's why I'm considering this approach."&lt;/p&gt;

&lt;h2&gt;
  
  
  Interview Skills: The Career Multiplier You're Missing
&lt;/h2&gt;

&lt;p&gt;Interview skills aren't just about getting jobs—they're about accelerating your entire career. The same communication abilities that help you excel in interviews also help you lead technical discussions, advocate for resources, present to stakeholders, and mentor other developers.&lt;/p&gt;

&lt;p&gt;When you can clearly articulate the value of your technical work, you become the person who gets tapped for high-visibility projects, promoted to senior roles, and trusted with strategic technical decisions. In an AI-driven world where technical skills are increasingly commoditized, these communication abilities become your sustainable competitive advantage.&lt;/p&gt;

&lt;h2&gt;
  
  
  Bridging the Skills Gap: A Comprehensive Approach
&lt;/h2&gt;

&lt;p&gt;Recognizing this critical gap between technical skills and interview performance, we've seen the need to address both sides of career advancement. That's why Udacity has partnered with Exponent to provide our All Access subscribers with free access to premium interview preparation tools—a value of up to $900 per year.&lt;/p&gt;

&lt;p&gt;This partnership combines expert-led technical education with comprehensive career support, offering:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Access to Exponent's platform&lt;/strong&gt; featuring peer mock interviews and question banks from top tech companies like Google, Meta, and Amazon&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Specialized career courses&lt;/strong&gt; including interview training tailored for software engineering, data science, product management, and other tech disciplines&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Personalized feedback&lt;/strong&gt; on resumes, LinkedIn profiles, and GitHub portfolios from industry professionals who understand what hiring managers actually look for&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Monthly webinars&lt;/strong&gt; with career coaches providing live Q&amp;amp;A sessions and opportunities for real-time feedback on your interview approach&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The combination of technical skill-building and interview preparation addresses exactly what the survey data reveals: you need both to succeed in today's competitive market.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Time to Act Is Now
&lt;/h2&gt;

&lt;p&gt;While your peers are focused solely on building their AI skill sets, you have an opportunity to differentiate yourself by also investing in how you communicate those skills. The professionals who combine strong technical abilities with exceptional interview skills will be the ones who thrive as AI reshapes our industry.&lt;/p&gt;

&lt;p&gt;Don't let interview anxiety or underdeveloped communication skills hold you back from the opportunities you've earned through your technical expertise. Your future self—and your career trajectory—will thank you for making this investment today.&lt;/p&gt;

&lt;p&gt;The AI revolution is real, and staying current with technical skills remains crucial. But remember: the most advanced AI model in the world won't help you if you can't effectively communicate your value when the opportunity arises.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>career</category>
      <category>programming</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
