<?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: Rocky</title>
    <description>The latest articles on DEV Community by Rocky (@rocky_0fda009549e7d85866f).</description>
    <link>https://dev.to/rocky_0fda009549e7d85866f</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%2F3117350%2Fa10533fc-86ac-48b2-ab23-8328b11f69e9.png</url>
      <title>DEV Community: Rocky</title>
      <link>https://dev.to/rocky_0fda009549e7d85866f</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rocky_0fda009549e7d85866f"/>
    <language>en</language>
    <item>
      <title>I debuted on PyPI with Harvard</title>
      <dc:creator>Rocky</dc:creator>
      <pubDate>Sat, 25 Apr 2026 06:15:18 +0000</pubDate>
      <link>https://dev.to/rocky_0fda009549e7d85866f/i-debuted-on-pypi-with-harvard-2ap5</link>
      <guid>https://dev.to/rocky_0fda009549e7d85866f/i-debuted-on-pypi-with-harvard-2ap5</guid>
      <description>&lt;p&gt;Hello everyone, &lt;/p&gt;

&lt;p&gt;I'm happy to share I've published my first python package as a contributor to the CS249r project led by the Harvard-Edge Lab. Gonna code more :) &lt;/p&gt;

&lt;p&gt;Check the package here: &lt;a href="https://dev.tourl"&gt;https://pypi.org/project/mlsysim/0.1.1/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Just &lt;code&gt;pip install mlsysim&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Read the whole story here: &lt;/p&gt;

&lt;p&gt;ML systems today are designed largely on intuition. Senior engineers do back-of-envelope math to figure out whether a workload fits on a GPU, what the memory bandwidth bottleneck will be, whether a 64-node H100 cluster can hit a 50ms latency SLA, what the total cost of ownership looks like over 14 days in Quebec. mlsysim formalises that math.&lt;/p&gt;

&lt;p&gt;It's a first-principles analytical framework for ML infrastructure. Five layers, from workload representation down to execution and design space search. You describe your cluster in a declarative YAML file, define your constraints, and the engine returns a three-lens scorecard: Feasibility, Performance, and Macro economics. If a constraint is violated, the CLI exits with a semantic error code. It's built to run in CI/CD pipelines and talk to AI agents, not just humans.&lt;/p&gt;

&lt;p&gt;The accuracy sits within 2 to 5x of measured performance for well-characterised workloads. That's not a gap, that's the point. This is the math you do before you benchmark, not after.&lt;/p&gt;

&lt;p&gt;What I contributed sits inside this framework and inside TinyTorch, the from-scratch PyTorch reimplementation that CS249r students build through 21 modules. The Tensor API additions I shipped in PR #1392, view(), masked_fill(), contiguous(), ndim, numel(), are now part of a package that Harvard uses to teach machine learning systems to the next generation of engineers.&lt;/p&gt;

&lt;p&gt;Thanks for your attention to this matter. &lt;br&gt;
Rocky&lt;/p&gt;

</description>
      <category>ai</category>
      <category>python</category>
      <category>programming</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
