<?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: Yvan loic L Nanfah Wamba</title>
    <description>The latest articles on DEV Community by Yvan loic L Nanfah Wamba (@yvanlloic).</description>
    <link>https://dev.to/yvanlloic</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3813617%2Febb8b62e-a13b-4cc8-87c7-ee30318ac529.jpg</url>
      <title>DEV Community: Yvan loic L Nanfah Wamba</title>
      <link>https://dev.to/yvanlloic</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yvanlloic"/>
    <language>en</language>
    <item>
      <title>Lenexus wants to map everything that could take your business down</title>
      <dc:creator>Yvan loic L Nanfah Wamba</dc:creator>
      <pubDate>Sat, 05 Sep 2026 02:20:39 +0000</pubDate>
      <link>https://dev.to/yvanlloic/lenexus-wants-to-map-everything-that-could-take-your-business-down-1f68</link>
      <guid>https://dev.to/yvanlloic/lenexus-wants-to-map-everything-that-could-take-your-business-down-1f68</guid>
      <description>&lt;p&gt;Some ideas feel obvious in hindsight, but nobody had really executed them well until now. Lenexus, a platform built by MJ Corp, is one of those: map every system, supplier, person and AI a company depends on into a single living graph, so you can finally answer the question most organizations struggle with: if something breaks, how far does it spread, and what does it cost?&lt;/p&gt;

&lt;p&gt;I spent time in their demo. Here's what I found.&lt;/p&gt;

&lt;h2&gt;
  
  
  The problem they're solving
&lt;/h2&gt;

&lt;p&gt;In most companies, the information you'd need already exists, just scattered. The ERP knows the suppliers. IT service management knows the servers. HR knows the people. The AI platform knows its own models and agents. But when a supplier goes down, a key employee leaves, or a cloud service gets compromised, none of these tools alone can tell you what actually breaks and what it's going to cost.&lt;/p&gt;

&lt;p&gt;It's a problem that sounds simple until you try to solve it properly.&lt;/p&gt;

&lt;h2&gt;
  
  
  What the demo actually delivers
&lt;/h2&gt;

&lt;p&gt;What sets Lenexus apart from typical risk management software is how much of it is real and working, not just mocked up:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;A full, navigable dependency graph&lt;/strong&gt; with hundreds of typed nodes (systems, suppliers, people, business processes) and explicit relationships like depends on, runs on, supplied by, knows.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;An operational digital twin&lt;/strong&gt; that scores every element by criticality and gives you a live health picture of the whole organization.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Attack and failure simulation&lt;/strong&gt; that traces a realistic compromise path, calculates the expected financial impact (average and worst case), and ranks countermeasures by how much damage each one prevents.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;A financial decision simulator&lt;/strong&gt; where you adjust levers like pricing, headcount or costs and see the projected impact on the income statement, paired with a plain-language analysis that flags risks and gives a nuanced recommendation instead of a flat yes or no.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;A document intelligence module&lt;/strong&gt;, which is arguably the most impressive piece. You paste in free-form text, an incident note or a snippet of documentation, and it extracts entities and relationships, links them to known failure points in the graph, and suggests actions. Nothing gets written to the graph without human approval, which avoids the usual failure mode of AI quietly inventing connections.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I tested that last module with a fictional internal document written as loose, unstructured prose. It correctly picked out around fifteen entities and twenty relationships, with a level of nuance well beyond simple keyword matching.&lt;/p&gt;

&lt;h2&gt;
  
  
  The most interesting bet: bring your own model
&lt;/h2&gt;

&lt;p&gt;One of the more promising things about Lenexus isn't visible on screen, it's architectural. The AI layer that interprets, summarizes and explains results is separated from the deterministic engine that actually produces the numbers. The risk scores, the impact figures, the way things propagate through the graph, all of that stays fixed and verifiable. What changes is the quality of the explanations and recommendations wrapped around them, depending on the language model plugged in behind the scenes.&lt;/p&gt;

&lt;p&gt;In practice, that means the platform is built to get better on its own as AI models improve, without needing to rearchitect anything. The stronger the model you plug in, the sharper the analysis gets. It's a smart bet on where the field is heading rather than locking the product to one AI vendor.&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F93bnt63vm6sjvzj8yp5t.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F93bnt63vm6sjvzj8yp5t.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What's still unproven
&lt;/h2&gt;

&lt;p&gt;To be fair, Lenexus is still a demo product, not yet a production platform with publicly confirmed paying customers. A few open questions remain:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;How does it hold up against messy, incomplete, real-world data instead of carefully curated demo datasets?&lt;/li&gt;
&lt;li&gt;What's the actual go-to-market plan and timeline?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Worth addressing directly: there's a rumor going around about an imminent Google acquisition. I couldn't find any verifiable source backing that up. Treat it as unconfirmed for now.&lt;/p&gt;

&lt;h2&gt;
  
  
  Bottom line
&lt;/h2&gt;

&lt;p&gt;Judged purely on the product, Lenexus is executing at a level well above what most startup demo pages deliver. The combination of dependency graphing, financial simulation and AI-driven document extraction is coherent, well thought out, and, rare for a demo, actually seems to work rather than just look good in a screenshot. The deterministic-engine-plus-swappable-AI-model architecture is a particularly smart call. It's built to age well.&lt;/p&gt;

&lt;p&gt;Whether the go-to-market execution matches the product quality is still an open question. But for a company still in demo mode, it's hard not to be impressed.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>architecture</category>
      <category>discuss</category>
    </item>
    <item>
      <title>AI is reshaping junior developer jobs in 2026</title>
      <dc:creator>Yvan loic L Nanfah Wamba</dc:creator>
      <pubDate>Sat, 28 Mar 2026 06:17:10 +0000</pubDate>
      <link>https://dev.to/yvanlloic/ai-is-reshaping-junior-developer-jobs-in-2026-4p42</link>
      <guid>https://dev.to/yvanlloic/ai-is-reshaping-junior-developer-jobs-in-2026-4p42</guid>
      <description>&lt;p&gt;&lt;strong&gt;A&lt;/strong&gt;rtificial intelligence is not only changing how software is built. It is also transforming how developers are hired.&lt;/p&gt;

&lt;p&gt;In 2026, entering the tech industry as a junior developer is no longer just about mastering programming languages or frameworks. It is about demonstrating the ability to create value quickly, using modern tools, including AI.&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%2Fzxocv55ex12yopcc4c5y.jpeg" 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%2Fzxocv55ex12yopcc4c5y.jpeg" alt=" " width="800" height="447"&gt;&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;The structural shift in entry-level roles&lt;/strong&gt;&lt;br&gt;
For years, junior developers were primarily responsible for tasks such as fixing bugs, implementing simple features, writing documentation, and learning within structured environments.&lt;/p&gt;

&lt;p&gt;Today, a significant portion of this work is being accelerated or automated by AI systems. Tools can now generate boilerplate code, assist in debugging, produce documentation, and even write tests with minimal input.&lt;/p&gt;

&lt;p&gt;As a result, the traditional role of the junior developer is evolving. The number of entry-level positions focused on repetitive or low-complexity tasks is decreasing.&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%2Fdsigeb2n0paa3oelhoss.jpeg" 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%2Fdsigeb2n0paa3oelhoss.jpeg" alt=" " width="800" height="447"&gt;&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Increasing expectations for junior profiles&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Recent labor market trends indicate a decline in hiring for early-career roles in positions most exposed to automation. This does not mean that opportunities have disappeared, but rather that expectations have increased.&lt;/p&gt;

&lt;p&gt;Employers are no longer evaluating candidates solely on their technical knowledge. They are looking for individuals who can contribute effectively from the outset.&lt;/p&gt;

&lt;p&gt;Strong junior candidates now typically demonstrate:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;a portfolio of concrete, real-world projects&lt;/li&gt;
&lt;li&gt;effective use of AI tools in their workflow&lt;/li&gt;
&lt;li&gt;an understanding of product and user needs&lt;/li&gt;
&lt;li&gt;the ability to work autonomously&lt;/li&gt;
&lt;li&gt;clear and structured communication skills&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The shift is clear: companies are prioritizing candidates who can already deliver measurable value.&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%2Fmai9yhm3p5f3xul0kixq.jpeg" 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%2Fmai9yhm3p5f3xul0kixq.jpeg" alt=" " width="800" height="447"&gt;&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;The emergence of a new junior developer profile&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;In this new environment, technical skills alone are no longer sufficient. A competitive junior developer in 2026 combines multiple dimensions:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;programming skills (e.g., TypeScript, Python, modern frameworks)&lt;/li&gt;
&lt;li&gt;familiarity with AI tools and APIs&lt;/li&gt;
&lt;li&gt;knowledge of development workflows (version control, CI/CD)&lt;/li&gt;
&lt;li&gt;product-oriented thinking&lt;/li&gt;
&lt;li&gt;adaptability and continuous learning&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This hybrid profile reflects the increasing integration of AI into everyday development practices.&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%2F45adi7dr28n6ba7qvn42.jpeg" 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%2F45adi7dr28n6ba7qvn42.jpeg" alt=" " width="800" height="447"&gt;&lt;/a&gt;&lt;br&gt;
*&lt;em&gt;Adapting to the new reality&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Attempting to compete against AI is not a viable strategy. Instead, junior developers must learn to integrate these tools into their daily work.&lt;/p&gt;

&lt;p&gt;Effective approaches include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;using AI to accelerate coding, testing, and debugging&lt;/li&gt;
&lt;li&gt;leveraging AI to improve documentation and understanding of complex systems&lt;/li&gt;
&lt;li&gt;building and showcasing projects publicly (e.g., GitHub, personal websites)&lt;/li&gt;
&lt;li&gt;developing complementary skills beyond coding&lt;/li&gt;
&lt;li&gt;tailoring job applications to specific roles and organizations&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In this context, the job search process itself becomes a technical and strategic exercise.&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%2Fpf8y180dh9aez4pcf6xs.jpeg" 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%2Fpf8y180dh9aez4pcf6xs.jpeg" alt=" " width="800" height="447"&gt;&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;A mismatch in the talent pipeline&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;While reducing junior hiring may improve short-term efficiency, it introduces long-term risks. Organizations that do not invest in early-career talent may face a shortage of experienced developers in the future.&lt;/p&gt;

&lt;p&gt;This dynamic creates opportunities elsewhere. Smaller companies and growing teams, which may adopt AI more gradually, can offer more accessible entry points and stronger learning environments for junior developers.&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%2F1w5xdgj8gi5lfnco9a83.jpeg" 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%2F1w5xdgj8gi5lfnco9a83.jpeg" alt=" " width="800" height="447"&gt;&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;The role of platforms like GoldArmy&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;As the job market becomes more selective, tools that help candidates navigate complexity become increasingly valuable.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://goldarmyai.com/" rel="noopener noreferrer"&gt;GoldArmy AI&lt;/a&gt; is designed to address this challenge by helping users:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;identify relevant opportunities&lt;/li&gt;
&lt;li&gt;optimize application materials for specific roles&lt;/li&gt;
&lt;li&gt;structure and track their job search&lt;/li&gt;
&lt;li&gt;focus efforts on positions where they have realistic chances of success&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Rather than increasing the volume of applications, the goal is to improve their precision and effectiveness.&lt;/p&gt;

&lt;p&gt;Artificial intelligence is not eliminating opportunities for junior developers. It is redefining the criteria for success.&lt;/p&gt;

&lt;p&gt;Repetitive tasks are being automated, expectations are rising, and candidates must demonstrate their ability to learn quickly and work effectively with modern tools.&lt;/p&gt;

&lt;p&gt;The key question is no longer whether junior developers have a place in the industry. It is which ones can adapt quickly enough to secure it.&lt;/p&gt;

</description>
      <category>career</category>
      <category>careerdevelopment</category>
      <category>developer</category>
      <category>ai</category>
    </item>
    <item>
      <title>How to Use AI to Land Your First Job (in a World Where Bots Sort Resumes Before Humans)</title>
      <dc:creator>Yvan loic L Nanfah Wamba</dc:creator>
      <pubDate>Mon, 09 Mar 2026 01:21:22 +0000</pubDate>
      <link>https://dev.to/yvanlloic/how-to-use-ai-to-land-your-first-job-in-a-world-where-bots-sort-resumes-before-humans-4k3g</link>
      <guid>https://dev.to/yvanlloic/how-to-use-ai-to-land-your-first-job-in-a-world-where-bots-sort-resumes-before-humans-4k3g</guid>
      <description>&lt;p&gt;&lt;strong&gt;How AI Can Help You Land Your First Job&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Many students and recent graduates think their CV is ignored by recruiters.&lt;/p&gt;

&lt;p&gt;The reality is different.&lt;/p&gt;

&lt;p&gt;Before a human ever reads your application, it is often analyzed by Applicant Tracking Systems (ATS) and AI tools that scan resumes for keywords, skills, and relevance.&lt;/p&gt;

&lt;p&gt;If your CV does not match the job description closely enough, it may never reach a recruiter.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Problem&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Modern recruitment increasingly relies on automation.&lt;/p&gt;

&lt;p&gt;Companies receive hundreds or thousands of applications, so they use AI systems to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;scan CVs&lt;/li&gt;
&lt;li&gt;detect relevant keywords&lt;/li&gt;
&lt;li&gt;rank candidates by relevance&lt;/li&gt;
&lt;li&gt;filter out low-match profiles
This means you can be a strong candidate but still remain invisible if your CV is not optimized for these systems.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;*&lt;em&gt;Turning AI into Your Advantage&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Instead of seeing AI as a threat, job seekers can use it as a powerful tool.&lt;/p&gt;

&lt;p&gt;AI can help you:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;analyze job descriptions and extract keywords&lt;/li&gt;
&lt;li&gt;optimize your CV for ATS systems&lt;/li&gt;
&lt;li&gt;rewrite experience descriptions for clarity&lt;/li&gt;
&lt;li&gt;simulate job interviews&lt;/li&gt;
&lt;li&gt;improve your LinkedIn profile&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In other words, AI can act as a career assistant that helps you position yourself better in the hiring process.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A Simple Strategy&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;For every job application:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;- Analyze the job description with AI&lt;/li&gt;
&lt;li&gt;- Identify important keywords&lt;/li&gt;
&lt;li&gt;- Adapt your CV to match the role&lt;/li&gt;
&lt;li&gt;- Optimize your LinkedIn profile&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Practice interviews using AI simulations&lt;/p&gt;

&lt;p&gt;Candidates who adapt their applications strategically often perform better in automated screening systems.&lt;/p&gt;

&lt;p&gt;The Future of Job Search&lt;/p&gt;

&lt;p&gt;As AI becomes more integrated into recruitment, learning how to use these tools effectively will become an essential skill for students and job seekers.&lt;/p&gt;

&lt;p&gt;Those who understand how the system works will have a clear advantage.&lt;/p&gt;

&lt;p&gt;Learn More&lt;/p&gt;

&lt;p&gt;If you want to explore tools designed specifically to help candidates optimize their CVs and improve their chances of getting interviews, check out:&lt;a href="https://goldarmyai.com" rel="noopener noreferrer"&gt;GoldarmyAI&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>beginners</category>
      <category>discuss</category>
      <category>saas</category>
    </item>
  </channel>
</rss>
