<?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: 24P-0578 Fatima Zoalfqar</title>
    <description>The latest articles on DEV Community by 24P-0578 Fatima Zoalfqar (@24p0578_fatimazoalfqar_).</description>
    <link>https://dev.to/24p0578_fatimazoalfqar_</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%2F3822549%2Fd8939150-7ca6-4deb-b855-6b1e470c0940.png</url>
      <title>DEV Community: 24P-0578 Fatima Zoalfqar</title>
      <link>https://dev.to/24p0578_fatimazoalfqar_</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/24p0578_fatimazoalfqar_"/>
    <language>en</language>
    <item>
      <title>Understanding Modern AI: Adaptive A* Search and Agentic Ai</title>
      <dc:creator>24P-0578 Fatima Zoalfqar</dc:creator>
      <pubDate>Fri, 13 Mar 2026 14:47:50 +0000</pubDate>
      <link>https://dev.to/24p0578_fatimazoalfqar_/understanding-modern-ai-adaptive-a-search-and-agentic-ai-2jd5</link>
      <guid>https://dev.to/24p0578_fatimazoalfqar_/understanding-modern-ai-adaptive-a-search-and-agentic-ai-2jd5</guid>
      <description>&lt;p&gt;Introduction:&lt;br&gt;
Artificial Intelligence is developing very quickly. Researchers are constantly improving AI algorithms and systems. In our AI course we studied topics like search algorithms and intelligent agents.&lt;/p&gt;

&lt;p&gt;In this blog, I explored two research papers related to these topics. The first paper improves the A* search algorithm and the second paper explains the concept of Agentic AI.&lt;/p&gt;

&lt;p&gt;**&lt;/p&gt;

&lt;h2&gt;
  
  
  Paper 1: Adaptive A* Search Algorithm:
&lt;/h2&gt;

&lt;p&gt;**&lt;/p&gt;

&lt;p&gt;The A* algorithm is one of the most common search algorithms used in artificial intelligence. It is used to find the best or shortest path between two points.&lt;/p&gt;

&lt;p&gt;The algorithm uses two values:&lt;br&gt;
the actual cost from the start node and the estimated distance to the goal.&lt;/p&gt;

&lt;p&gt;Sometimes the algorithm explores many unnecessary paths which can make the search slower.&lt;/p&gt;

&lt;p&gt;The research paper “Research on the A Algorithm Based on Adaptive Weights (2025)”* improves the algorithm by introducing adaptive weights. This means the importance of the heuristic value can change during the search process.&lt;/p&gt;

&lt;p&gt;Because of this improvement, the algorithm can focus on better paths and reduce unnecessary exploration. This makes the search faster and more efficient.&lt;/p&gt;

&lt;p&gt;This research connects to the informed search algorithms we studied in our AI course.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Paper 2: The Rise of Agentic AI:&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;The second paper explains the idea of Agentic AI.&lt;/p&gt;

&lt;p&gt;Agentic AI systems are artificial intelligence systems that can act more independently. They can observe their environment, make decisions, and perform tasks to achieve goals.&lt;/p&gt;

&lt;p&gt;Traditional AI systems usually perform tasks when given instructions. However, agentic AI systems behave more like intelligent agents that can plan actions and solve problems on their own.&lt;/p&gt;

&lt;p&gt;The paper also discusses challenges such as safety, reliability, and controlling autonomous AI systems.&lt;/p&gt;

&lt;p&gt;This concept connects to the intelligent agents model we studied in class.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Personal Insights&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;While reading the papers and using NotebookLM, I understood the ideas more clearly. NotebookLM helped explain difficult parts of the research papers in simple language.&lt;/p&gt;

&lt;p&gt;One interesting thing I learned is that AI research is improving both search algorithms and intelligent agents. These improvements can help AI systems become faster and more independent.&lt;/p&gt;

&lt;p&gt;Video Explanation&lt;/p&gt;

&lt;p&gt;Here is my video explaining these papers:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://youtu.be/SZIPveQmd9g" rel="noopener noreferrer"&gt;https://youtu.be/SZIPveQmd9g&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;About Me&lt;/p&gt;

&lt;p&gt;Hello! I’m Fatima Zolfqar, a FAST University student interested in Artificial Intelligence.&lt;br&gt;
&lt;a class="mentioned-user" href="https://dev.to/raqeeb_26"&gt;@raqeeb_26&lt;/a&gt;&lt;/p&gt;

</description>
      <category>agents</category>
      <category>ai</category>
      <category>algorithms</category>
      <category>computerscience</category>
    </item>
  </channel>
</rss>
