<?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>Forem: 24P-0671 Muhammad Hamza Shahzad</title>
    <description>The latest articles on Forem by 24P-0671 Muhammad Hamza Shahzad (@24p0671_muhammadhamzas).</description>
    <link>https://forem.com/24p0671_muhammadhamzas</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%2F3913937%2Fa1518ef6-2c9f-44af-b8d6-78916c6839b4.png</url>
      <title>Forem: 24P-0671 Muhammad Hamza Shahzad</title>
      <link>https://forem.com/24p0671_muhammadhamzas</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/24p0671_muhammadhamzas"/>
    <language>en</language>
    <item>
      <title>Agentic AI and Smarter Search Algorithms: A Research Reflection on AI and A* Search</title>
      <dc:creator>24P-0671 Muhammad Hamza Shahzad</dc:creator>
      <pubDate>Tue, 05 May 2026 12:08:44 +0000</pubDate>
      <link>https://forem.com/24p0671_muhammadhamzas/agentic-ai-and-smarter-search-algorithms-a-research-reflection-on-ai-and-a-search-5cp2</link>
      <guid>https://forem.com/24p0671_muhammadhamzas/agentic-ai-and-smarter-search-algorithms-a-research-reflection-on-ai-and-a-search-5cp2</guid>
      <description>&lt;ol&gt;
&lt;li&gt;Introduction&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Agentic AI represents a new evolution in artificial intelligence where systems behave like autonomous agents.&lt;/p&gt;

&lt;p&gt;These systems are not limited to generating responses but can plan, reason, and take actions toward defined goals.&lt;/p&gt;

&lt;p&gt;This shift makes AI more dynamic and closer to human-like problem-solving.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;What is Agentic AI&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Agentic AI refers to AI systems that can independently make decisions.&lt;/p&gt;

&lt;p&gt;They break down tasks into steps and execute them using tools or reasoning.&lt;/p&gt;

&lt;p&gt;Unlike traditional AI, they continuously adapt based on feedback and environment changes.&lt;/p&gt;

&lt;p&gt;This makes them suitable for complex workflows like automation, research, and decision systems.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Role of Search Algorithms in AI&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Search algorithms are fundamental to problem-solving in computer science.&lt;/p&gt;

&lt;p&gt;They help explore possible solutions and find the most optimal path.&lt;/p&gt;

&lt;p&gt;Common examples include BFS, DFS, and heuristic-based methods like A* search.&lt;/p&gt;

&lt;p&gt;These algorithms provide structure and efficiency to AI decision-making.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Understanding A* Search Algorithm&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;A* is one of the most efficient pathfinding algorithms.&lt;/p&gt;

&lt;p&gt;It uses the formula: f(n) = g(n) + h(n)&lt;/p&gt;

&lt;p&gt;g(n): actual cost from start&lt;/p&gt;

&lt;p&gt;h(n): estimated cost to goal&lt;/p&gt;

&lt;p&gt;By combining both, A* finds the shortest and most efficient path.&lt;/p&gt;

&lt;p&gt;It is widely used in navigation systems, games, and robotics.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Integration of Agentic AI and A*&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Agentic AI uses search strategies like A* to improve decision-making.&lt;/p&gt;

&lt;p&gt;Instead of random reasoning, agents evaluate multiple paths before acting.&lt;/p&gt;

&lt;p&gt;This improves accuracy, speed, and resource optimization.&lt;/p&gt;

&lt;p&gt;It allows AI systems to plan multi-step solutions intelligently.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Conclusion&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The combination of Agentic AI and smarter search algorithms represents a major step in AI evolution.&lt;/p&gt;

&lt;p&gt;It connects classical computer science with modern intelligent systems.&lt;/p&gt;

&lt;p&gt;Together, they enable AI to move from prediction-based models to goal-oriented autonomous systems.&lt;/p&gt;

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