<?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: pandagod-001</title>
    <description>The latest articles on Forem by pandagod-001 (@pandagod001).</description>
    <link>https://forem.com/pandagod001</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%2F3949149%2Fcedc94cc-d292-42fc-b317-79151fe18722.png</url>
      <title>Forem: pandagod-001</title>
      <link>https://forem.com/pandagod001</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/pandagod001"/>
    <language>en</language>
    <item>
      <title>Future of AI Hardware</title>
      <dc:creator>pandagod-001</dc:creator>
      <pubDate>Wed, 27 May 2026 07:38:27 +0000</pubDate>
      <link>https://forem.com/pandagod001/future-of-ai-hardware-3ajo</link>
      <guid>https://forem.com/pandagod001/future-of-ai-hardware-3ajo</guid>
      <description>&lt;p&gt;Over the few days I studied computer architecture and it really changed my view of Artificial Intelligence.&lt;/p&gt;

&lt;p&gt;I started with RISC-V International. Learned how processors understand instructions and run programs. What I find interesting about RISC-V is that it is open-source so researchers and startups can make their own hardware for Artificial Intelligence work.&lt;br&gt;
Then I looked at Verilog and digital logic, which showed me how hardware circuits are designed. It was cool to see that Artificial Intelligence accelerators and tensor processors are made from these concepts.&lt;/p&gt;

&lt;p&gt;I also learned about simulators like gem5, where researchers test and improve architectures on computers before they even make the hardware. That part really surprised me.&lt;br&gt;
The topic that excited me the most was Artificial Intelligence accelerators like Tensor Processing Units and Neural Processing Units. Modern Artificial Intelligence models need a lot of computing power and normal Central Processing Units are not enough anymore. Special hardware is becoming very important for Artificial Intelligence.&lt;br&gt;
My biggest takeaway is that Artificial Intelligence is not about software anymore. The future is about Artificial Intelligence hardware and software working together as one system. From the compilers to the memory systems, to the accelerators everything is connected now.. That is where the next big innovations will happen.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>performance</category>
      <category>science</category>
      <category>systems</category>
    </item>
    <item>
      <title>The Hidden Side of AI Nobody Talks About...</title>
      <dc:creator>pandagod-001</dc:creator>
      <pubDate>Sun, 24 May 2026 14:33:24 +0000</pubDate>
      <link>https://forem.com/pandagod001/the-hidden-side-of-ai-nobody-talks-about-45el</link>
      <guid>https://forem.com/pandagod001/the-hidden-side-of-ai-nobody-talks-about-45el</guid>
      <description>&lt;p&gt;At first I thought Artificial Intelligence was mainly about networks and training models.. After learning about transformers and other things like GPUs and memory systems and compilers and hardware optimization I realized that modern Artificial Intelligence is actually a huge problem that involves a lot of different systems working together.&lt;/p&gt;

&lt;p&gt;One of the things I learned is that Artificial Intelligence models mainly do a lot of math problems like matrix multiplications and tensor operations. That is why GPUs are so important. They can do thousands of math problems at the time, which is something that CPUs cannot do.&lt;/p&gt;

&lt;p&gt;Having powerful hardware is not enough.&lt;br&gt;
Modern Artificial Intelligence is heavily limited by how we can move data around. GPUs can do math problems quickly but if the data they need to do those math problems does not get to them quickly enough then they just sit there doing nothing. I learned that moving data around can be more expensive than doing the math problems.&lt;br&gt;
I also learned about kernels and compiler optimization and runtimes. There are tools like TVM and MLIR and TensorRT and Triton that help make Artificial Intelligence models work better on types of hardware by reducing how much data needs to be moved around and by making better use of the GPU.&lt;br&gt;
The important thing I learned is this:&lt;/p&gt;

&lt;p&gt;Artificial Intelligence is no longer just about building smarter models. It is about using hardware to make intelligence that can be scaled up.&lt;br&gt;
Looking at Artificial Intelligence from a systems perspective made it a lot more interesting, to me than I thought it would be.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>computerscience</category>
      <category>architecture</category>
      <category>learning</category>
    </item>
  </channel>
</rss>
