<?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-0697 Muhammad Usman</title>
    <description>The latest articles on DEV Community by 24P-0697 Muhammad Usman (@24p0697_muhammadusman_0).</description>
    <link>https://dev.to/24p0697_muhammadusman_0</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%2F3824250%2Fc147c20e-e918-4598-8799-2780498efce8.png</url>
      <title>DEV Community: 24P-0697 Muhammad Usman</title>
      <link>https://dev.to/24p0697_muhammadusman_0</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/24p0697_muhammadusman_0"/>
    <language>en</language>
    <item>
      <title>Research on A* Algorithm Based on Adaptive Weights (2025)</title>
      <dc:creator>24P-0697 Muhammad Usman</dc:creator>
      <pubDate>Sat, 14 Mar 2026 17:07:13 +0000</pubDate>
      <link>https://dev.to/24p0697_muhammadusman_0/research-on-a-algorithm-based-on-adaptive-weights-2025-2f2b</link>
      <guid>https://dev.to/24p0697_muhammadusman_0/research-on-a-algorithm-based-on-adaptive-weights-2025-2f2b</guid>
      <description>&lt;p&gt;&lt;strong&gt;1.    Introduction&lt;/strong&gt;&lt;br&gt;
This paper is about improving the A* search algorithm. The main purpose is to make searching faster and more efficient by adjusting weights automatically.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2.    Summary and Course Connection&lt;/strong&gt;&lt;br&gt;
In our AI course, we learned about uninformed and informed search methods. A* is an informed search that uses heuristics. This paper modifies A* by adjusting weights during the search process.&lt;br&gt;
This connects with our topic of heuristic search and pathfinding problems.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3.    Technical Understanding&lt;/strong&gt;&lt;br&gt;
The paper explains how adaptive weights reduce unnecessary node expansion. It also compares traditional A* with improved A*. Some formulas were difficult, but the results were clearly explained.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4.    Personal Insight&lt;/strong&gt;&lt;br&gt;
Manual reading was difficult for me because of mathematics and technical terms. NotebookLM helped me summarize the steps and provided simple explanations.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5.    Conclusion&lt;/strong&gt;&lt;br&gt;
This paper helped me understand how the A* algorithm can be improved for real-world problems such as navigation and robotics.&lt;/p&gt;

&lt;p&gt;&lt;a class="mentioned-user" href="https://dev.to/raqeeb_26"&gt;@raqeeb_26&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>algorithms</category>
      <category>computerscience</category>
    </item>
    <item>
      <title>The Rise of Agentic AI (2025)</title>
      <dc:creator>24P-0697 Muhammad Usman</dc:creator>
      <pubDate>Sat, 14 Mar 2026 16:54:21 +0000</pubDate>
      <link>https://dev.to/24p0697_muhammadusman_0/the-rise-of-agentic-ai-2025-1204</link>
      <guid>https://dev.to/24p0697_muhammadusman_0/the-rise-of-agentic-ai-2025-1204</guid>
      <description>&lt;p&gt;&lt;strong&gt;1.    Introduction&lt;/strong&gt;&lt;br&gt;
This paper is about agentic AI, which means AI systems that can act on their own. The main goal of this paper is to explain how modern AI agents are designed, their frameworks, and the problems they face. It helps students understand how intelligent agents work in real life.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2.    Summary and Course Connection&lt;/strong&gt;&lt;br&gt;
In our AI course, we study intelligent agents that sense the environment and take actions. This paper talks about planning, memory, and decision-making in AI agents. It connects with topics like reflex agents, goal-based agents, and learning agents.&lt;br&gt;
The paper also discusses how agents can use tools and reasoning to complete tasks. This is similar to what we learned in agent architecture and agent logic.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3.    Technical Understanding&lt;/strong&gt;&lt;br&gt;
The authors explain different frameworks for agentic AI. They also describe challenges like safety, errors, and lack of control. Some explanations were difficult, but overall they were clear.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4.    Personal Insight&lt;/strong&gt;&lt;br&gt;
When I read the paper manually, I felt confused in some parts. NotebookLM helped me by giving summaries and examples. It made the paper easier to understand.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5.    Conclusion&lt;/strong&gt;&lt;br&gt;
This paper improved my understanding of intelligent agents. It showed how AI is becoming more independent and intelligent.&lt;/p&gt;

&lt;p&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>architecture</category>
      <category>computerscience</category>
    </item>
    <item>
      <title>Agentic AI means AI that can act on its own. This paper explains how AI agents plan, remember, and make decisions. It connects to reflex, goal-based, and learning agents. Tools like NotebookLM help understand it. I learned how AI is becoming smarter.</title>
      <dc:creator>24P-0697 Muhammad Usman</dc:creator>
      <pubDate>Sat, 14 Mar 2026 16:48:11 +0000</pubDate>
      <link>https://dev.to/24p0697_muhammadusman_0/agentic-ai-means-ai-that-can-act-on-its-own-this-paper-explains-how-ai-agents-plan-remember-and-4ll3</link>
      <guid>https://dev.to/24p0697_muhammadusman_0/agentic-ai-means-ai-that-can-act-on-its-own-this-paper-explains-how-ai-agents-plan-remember-and-4ll3</guid>
      <description></description>
    </item>
  </channel>
</rss>
