<?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: mansi kandari</title>
    <description>The latest articles on DEV Community by mansi kandari (@mansi18).</description>
    <link>https://dev.to/mansi18</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%2F3941735%2F1fb65885-34a4-4d6a-9cb6-646504dacbb6.jpg</url>
      <title>DEV Community: mansi kandari</title>
      <link>https://dev.to/mansi18</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mansi18"/>
    <language>en</language>
    <item>
      <title>Which Cloud Certification Is Most In Demand in 2026?</title>
      <dc:creator>mansi kandari</dc:creator>
      <pubDate>Wed, 03 Jun 2026 10:41:54 +0000</pubDate>
      <link>https://dev.to/mansi18/which-cloud-certification-is-most-in-demand-in-2026-lko</link>
      <guid>https://dev.to/mansi18/which-cloud-certification-is-most-in-demand-in-2026-lko</guid>
      <description>&lt;p&gt;Cloud-certified professionals are the most demanded IT and cybersecurity workers as organizations continue to ramp up their cloud adoption. In 2026, jobs for cloud architecture, security, and operations are still highly demanded throughout organizations globally.&lt;/p&gt;

&lt;p&gt;Top Cloud Certifications include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;AWS Certified Solutions Architect – Associate/Professional&lt;/li&gt;
&lt;li&gt; Microsoft Certified: Azure Solutions Architect Expert&lt;/li&gt;
&lt;li&gt; Google Cloud Professional Cloud Architect&lt;/li&gt;
&lt;li&gt; &lt;a href="https://www.infosectrain.com/courses/ccsp-certification-training" rel="noopener noreferrer"&gt;Certified Cloud Security Professional&lt;/a&gt; (CCSP)&lt;/li&gt;
&lt;li&gt; AWS Certified Security – Specialty&lt;/li&gt;
&lt;li&gt; Microsoft Azure Security Engineer Associate (AZ-500)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These certifications (AWS, Azure, CCSP) still continue to lead in job postings for the demand for more security and governance/compliance of cloud infrastructure and data as more organizations make their services cloud-based. Jobs for those who hold any of these certifications are as Cloud Architects, Cloud Security Engineers, DevSecOps Engineers, Cloud Consultants, and Security Analysts. Obtaining a certified cloud certification will only boost your career, and it's well worth to have it if you wish to become competitive.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Top Tools and Techniques for Model Interpretability</title>
      <dc:creator>mansi kandari</dc:creator>
      <pubDate>Fri, 22 May 2026 10:49:19 +0000</pubDate>
      <link>https://dev.to/mansi18/top-tools-and-techniques-for-model-interpretability-59kg</link>
      <guid>https://dev.to/mansi18/top-tools-and-techniques-for-model-interpretability-59kg</guid>
      <description>&lt;p&gt;With AI currently powering decisions on life, money and justice, it is not just the prediction but why it is predicted that matters in today’s world. Interpretation gives a way to understand complex, "black box" algorithms from humans' perspective: allowing model developers to debug their models, regulators to check their compliance and everyone else involved in a decision to confirm the fairness of a model's predictions.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Why Interpretability Matters&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Benefit               - Description                                                      &lt;/p&gt;

&lt;p&gt;Transparency           - Reveals how input features influence predictions&lt;br&gt;&lt;br&gt;
Accountability         - Enables tracing decisions to specific model behaviors &lt;br&gt;
Debugging              -  Helps identify biases, errors, or data leakage witness&lt;br&gt;&lt;br&gt;
Regulatory Compliance  - Meets requirements like GDPR's "right to explanation" dzone&lt;br&gt;&lt;br&gt;
Trust Building        - Increases stakeholder confidence in AI systems &lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Key Interpretability Techniques&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;1. SHAP (SHapley Additive exPlanations)&lt;/strong&gt;&lt;br&gt;
This technique relies on game theory and computes the contribution of each feature to the prediction via Shapley values, which define the average marginal contribution of every feature value over all possible feature combinations.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Strengths:&lt;/strong&gt; Mathematically robust, model-agnostic, delivers local and global explanations&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Suitable for:&lt;/strong&gt; Any ML model for which we require detailed feature attributions&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. LIME (Local Interpretable Model-agnostic Explanations)&lt;/strong&gt;&lt;br&gt;
LIME approximates a black-box model locally, around a prediction, by using a simple interpretable model, such as linear regression, that approximates its behavior.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Strengths:&lt;/strong&gt; Compatible with any model, provides explanations for individual predictions&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Suitable for:&lt;/strong&gt; Understanding specific individual predictions, such as those for text or image classifiers&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Integrated Gradients&lt;/strong&gt;&lt;br&gt;
It attributes the prediction by integrating gradients along a path from a baseline input to the specific input for which we want to attribute the prediction and is useful for deep learning models.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Strengths:&lt;/strong&gt; Satisfies completeness axiom, suitable for neural networks&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Suitable for:&lt;/strong&gt; Deep learning models, especially for image classification tasks&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Partial Dependence Plots (PDP)&lt;/strong&gt;&lt;br&gt;
The PDP displays the marginal effect of one or two features on the predicted outcome of the model and it represents how the prediction averages over the effects of all other features.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Strengths:&lt;/strong&gt; Visualizes global feature relationships, easy to interpret&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Suitable for:&lt;/strong&gt; Gaining insights about interactions and non-linear relations among features&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5. Anchor Explanations&lt;/strong&gt;&lt;br&gt;
These are conditions that are minimal and uniquely identify a prediction and are effective especially for image classification tasks. Anchors provide "if-then" statements that make the predictions human interpretable and are very accurate.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Strengths:&lt;/strong&gt; Results are easily interpretable, very accurate&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Suitable for:&lt;/strong&gt; Image classification and for generating explainable rules&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;6. Counterfactual Explanations&lt;/strong&gt;&lt;br&gt;
These reveal the minimum changes made to input features for the model's prediction to change and serve the purpose of answering "what if" questions.&lt;/p&gt;

&lt;p&gt;**Strengths: **Actionable for decision making and very easy for people to understand&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Suitable for:&lt;/strong&gt; Decision support systems and loan approvals or medical diagnoses&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;7. ELI5 (Explain Like I'm 5)&lt;/strong&gt;&lt;br&gt;
This Python library explains ML models both locally and globally; it presents weights for features as well as decision trees in human readable format.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Strengths:&lt;/strong&gt; Easy to use API, works with numerous frameworks, such as XGBoost, LightGBM, CatBoost and scikit-learn&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Suitable for:&lt;/strong&gt; Quick model exploration, parameter debugging&lt;/p&gt;

&lt;h2&gt;
  
  
  Best Practices for Model Interpretability
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Start with inherently interpretable models when transparency is critical (linear models, logistic regression, decision trees)&lt;/li&gt;
&lt;li&gt;Combine multiple techniques (e.g., SHAP for global understanding + LIME for local explanations)&lt;/li&gt;
&lt;li&gt;Validate explanations with domain experts to ensure they align with real-world knowledge&lt;/li&gt;
&lt;li&gt;Document interpretation methodology for audit trails and regulatory compliance&lt;/li&gt;
&lt;li&gt;Use visualizations to make complex explanations accessible to non-technical stakeholders&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;**&lt;br&gt;
Conclusion**&lt;br&gt;
Model interpretability is no longer optional—it's essential for responsible AI deployment. By leveraging tools like SHAP, LIME, Captum, and techniques like Integrated Gradients and Counterfactual Explanations, data scientists can demystify complex models while maintaining performance. The key is selecting the right combination of tools based on your model type, use case, and stakeholder needs, ensuring AI systems remain transparent, accountable, and trustworthy.&lt;/p&gt;

</description>
      <category>modelinterpretability</category>
      <category>cybersecurity</category>
    </item>
    <item>
      <title>What is Agentic AI?</title>
      <dc:creator>mansi kandari</dc:creator>
      <pubDate>Wed, 20 May 2026 10:26:13 +0000</pubDate>
      <link>https://dev.to/mansi18/what-is-agentic-ai-47o5</link>
      <guid>https://dev.to/mansi18/what-is-agentic-ai-47o5</guid>
      <description>&lt;p&gt;&lt;strong&gt;The Future of Autonomous Artificial Intelligence&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The next frontier of AI are those that can not only analyze your input, but are actually autonomous-they can set goals, plan tasks, adjust to change, and take action to achieve objectives. Essentially Agentic AI works as a digital 'agent' who can work with less human intervention.&lt;/p&gt;

&lt;p&gt;What is Agentic AI?&lt;/p&gt;

&lt;p&gt;Today's tools are very reactive. You give it an input, and it provides an output. Agentic AI integrates Reasoning, Decision making, Goal planning, Memory, and autonomous action. So an AI agZZent can look at a situation, determine the best next step, execute actions and adapt the approach over time. Normal Chatbot just provides an answer. Agentic AI assistants could schedule a meeting, write an email, search for research, and monitor progress automatically.&lt;/p&gt;

&lt;p&gt;How is Agentic AI different from Generative 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%2Fxbzqbu7vpqxyooy2t8jv.webp" 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%2Fxbzqbu7vpqxyooy2t8jv.webp" alt=" " width="800" height="935"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Core features of Agentic AI:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Autonomy: Agentic AI operate independently of human operators.&lt;/li&gt;
&lt;li&gt;Goal oriented: Agentic AI are not designed to respond to one-time prompts; they are built to achieve specific outcomes.&lt;/li&gt;
&lt;li&gt;Planning and reasoning: The systems can break down complicated tasks into smaller, manageable steps and execute them logically.&lt;/li&gt;
&lt;li&gt;Memory and learning: Agentic AI remember previous events and apply the learning to future interactions.&lt;/li&gt;
&lt;li&gt;Tool Integration: AI Agents have the ability to interface with APIs, other software, databases and other tools to get a task done.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Use cases for Agentic AI&lt;/p&gt;

&lt;p&gt;Agentic AI are transforming industries:&lt;/p&gt;

&lt;p&gt;Cybersecurity&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Detection of threats in real time&lt;/li&gt;
&lt;li&gt;Automated incident response&lt;/li&gt;
&lt;li&gt;Suspicious activity monitoring&lt;/li&gt;
&lt;li&gt;Reduced SOC alert fatigue&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Customer Support&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Automatic ticket processing&lt;/li&gt;
&lt;li&gt;Self service and automated query resolution&lt;/li&gt;
&lt;li&gt;Personalised support experience&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Healthcare&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Automated diagnostics and monitoring&lt;/li&gt;
&lt;li&gt;Streamlined administration tasks&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Software Development&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Automatic code writing and debugging&lt;/li&gt;
&lt;li&gt;Optimisation of existing code&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Business Operations&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Workflow automation&lt;/li&gt;
&lt;li&gt;Scheduling and appointments management&lt;/li&gt;
&lt;li&gt;Automated report generation and analysis&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Advantages of Agentic AI&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Increased productivity&lt;/li&gt;
&lt;li&gt;  Faster decision making&lt;/li&gt;
&lt;li&gt;  Lower operating costs&lt;/li&gt;
&lt;li&gt;  Greater automation&lt;/li&gt;
&lt;li&gt;  Enhanced cybersecurity defenses&lt;/li&gt;
&lt;li&gt;  Improved customer service&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Organizations are investing heavily in &lt;a href="https://www.infosectrain.com/blog/what-is-agentic-ai" rel="noopener noreferrer"&gt;Agentic AI&lt;/a&gt; because the agents can automate critical business processes and workflows that previously necessitated human input from a team.&lt;/p&gt;

&lt;p&gt;Challenges and Risks&lt;/p&gt;

&lt;p&gt;The risks associated with the use of Agentic AI include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Security risks&lt;/li&gt;
&lt;li&gt;  Ethical challenges&lt;/li&gt;
&lt;li&gt;  Lack of transparency&lt;/li&gt;
&lt;li&gt;  Overreliance on automation&lt;/li&gt;
&lt;li&gt;  Potential for autonomous errors&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Effective governance, monitoring, and human intervention continue to be important.&lt;/p&gt;

&lt;p&gt;Future Applications of Agentic AI&lt;/p&gt;

&lt;p&gt;Agentic AI is set to play a critical role in the future of:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Autonomous security systems&lt;/li&gt;
&lt;li&gt;  Intelligent personal assistants&lt;/li&gt;
&lt;li&gt;  AI-native businesses&lt;/li&gt;
&lt;li&gt;  Robotics and automation&lt;/li&gt;
&lt;li&gt;  Intelligent business operations&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;As AI technology matures, the demand will continue to rise for intelligent agents which have the capability to act autonomously in order to achieve a goal.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Concluding Thoughts&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Agentic AI is the latest revolution in artificial intelligence. Where an AI that responds to the input of a user is passive in a way, the advanced capabilities of Agentic AI agents will allow them to 'think', 'plan', and 'act' autonomously.&lt;/p&gt;

&lt;p&gt;Agentic AI is set to transform the ways businesses function and innovate in every domain from cybersecurity to automating entire business processes. Businesses which harness the potential of Agentic AI earlier will have a definitive advantage in the upcoming AI era.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>agenticai</category>
    </item>
  </channel>
</rss>
