<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Tales of Industry</title>
    <link>https://www.talesofindustry.org/</link>
    <description>Recent content on Tales of Industry</description>
    <image>
      <title>Tales of Industry</title>
      <url>https://www.talesofindustry.org/images/talesofindustry_cover.png</url>
      <link>https://www.talesofindustry.org/images/talesofindustry_cover.png</link>
    </image>
    <generator>Hugo -- 0.151.0</generator>
    <language>en</language>
    <lastBuildDate>Thu, 11 Sep 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://www.talesofindustry.org/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>LLMs Are Done. What Are Agents?</title>
      <link>https://www.talesofindustry.org/post/2025-09-11-llms-are-done/</link>
      <pubDate>Thu, 11 Sep 2025 00:00:00 +0000</pubDate>
      <guid>https://www.talesofindustry.org/post/2025-09-11-llms-are-done/</guid>
      <description>Signs that the LLM paradigm has run its course.</description>
    </item>
    <item>
      <title>How to Build a Production-Ready Application in Two Days</title>
      <link>https://www.talesofindustry.org/post/2025-07-03-how-to-build-a-production-ready-application-in-two-days/</link>
      <pubDate>Thu, 03 Jul 2025 00:00:00 +0000</pubDate>
      <guid>https://www.talesofindustry.org/post/2025-07-03-how-to-build-a-production-ready-application-in-two-days/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;How do you build a production-ready app in only two days?&lt;/em&gt; &lt;/br&gt;
&lt;em&gt;Do it four times.&lt;/em&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Yes, that&amp;rsquo;s technically eight days! But hear me out. In my previous post I argued that &lt;a href=&#34;https://www.talesofindustry.org/post/2025-06-16-building-software-is-no-longer-a-nightmare/&#34;&gt;Building Software Is No Longer a Nightmare&lt;/a&gt;, because AI coding assistants can take care of all the annoying peripheral tasks like packaging, testing, documentation, deployment, etc.&lt;/p&gt;
&lt;p&gt;Here I want to propose that AI-assisted coding makes it easier than ever to return to the ultimate form of software engineering: &amp;ldquo;Throwaway Prototyping&amp;rdquo;. This concept was pioneered by Fred Brooks in his classic book &amp;ldquo;The Mythical Man-Month&amp;rdquo;&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;, where he coined the phrase, &amp;ldquo;Plan to throw one away; you will, anyhow.&amp;rdquo; Brooks refers specifically to the first iteration of a system &amp;ndash; the prototype. I will expand this definition to the practice of discarding code and architecture &lt;em&gt;multiple&lt;/em&gt; times till the problem and its solution are sufficiently understood.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Building Software Is No Longer a Nightmare</title>
      <link>https://www.talesofindustry.org/post/2025-06-16-building-software-is-no-longer-a-nightmare/</link>
      <pubDate>Mon, 16 Jun 2025 00:00:00 +0000</pubDate>
      <guid>https://www.talesofindustry.org/post/2025-06-16-building-software-is-no-longer-a-nightmare/</guid>
      <description>&lt;p&gt;Will Large Language Models make us better coders or worse? While this questions will take time to settle, one thing it clear: LLMs have finally broken down the barriers to creating and publishing open source. How many projects took off quickly with the implementation of the core logic only to run into a wall once it came to &amp;ldquo;all the other stuff&amp;rdquo;, such as:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Version control &amp;amp; hosting&lt;/li&gt;
&lt;li&gt;Packaging&lt;/li&gt;
&lt;li&gt;Publication&lt;/li&gt;
&lt;li&gt;Testing&lt;/li&gt;
&lt;li&gt;Documentation&lt;/li&gt;
&lt;li&gt;UI/UX&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Your experience might differ, maybe you&amp;rsquo;re a git-whiz who is cranking out command-line-foo like there&amp;rsquo;s no tomorrow. Or maybe you honed the perfect setup to scaffold and automate tasks like packaging or testing over the years. Lucky you! But the majority of developers are grinding every day through an ungodly mess of confusing git commands, dependency issues, and contradictory testing practices. And I won&amp;rsquo;t even go into the hell that is frontend development for the sake of our collective sanity &lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>MLTO Talk: What I learned about AI Product Development</title>
      <link>https://www.talesofindustry.org/post/2024-09-30-mlto-talk-ai-product-development/</link>
      <pubDate>Mon, 30 Sep 2024 00:00:00 +0000</pubDate>
      <guid>https://www.talesofindustry.org/post/2024-09-30-mlto-talk-ai-product-development/</guid>
      <description>My talk at the Machine Learning Toronto (MLTO) Meetup on 30 Sep 2024.</description>
    </item>
    <item>
      <title>Three Kinds of Diversity</title>
      <link>https://www.talesofindustry.org/post/2024-02-10-three-kinds-of-diversity/</link>
      <pubDate>Sat, 10 Feb 2024 00:00:00 +0000</pubDate>
      <guid>https://www.talesofindustry.org/post/2024-02-10-three-kinds-of-diversity/</guid>
      <description>Beyond Quotas: Nurturing True Diversity in the AI Industry for Innovation and Inclusion</description>
    </item>
    <item>
      <title>AI Product Development (Part III)</title>
      <link>https://www.talesofindustry.org/post/2022-07-30-ai-product-development-part3/</link>
      <pubDate>Sat, 30 Jul 2022 00:00:00 +0000</pubDate>
      <guid>https://www.talesofindustry.org/post/2022-07-30-ai-product-development-part3/</guid>
      <description>How to avoid common AI pitfalls.</description>
    </item>
    <item>
      <title>AI Product Development (Part II)</title>
      <link>https://www.talesofindustry.org/post/2022-06-01-ai-product-development-part2/</link>
      <pubDate>Wed, 01 Jun 2022 00:00:00 +0000</pubDate>
      <guid>https://www.talesofindustry.org/post/2022-06-01-ai-product-development-part2/</guid>
      <description>Build a product with the right people and process.</description>
    </item>
    <item>
      <title>AI Product Development (Part I)</title>
      <link>https://www.talesofindustry.org/post/2022-05-08-ai-product-development-part1/</link>
      <pubDate>Sun, 08 May 2022 00:00:00 +0000</pubDate>
      <guid>https://www.talesofindustry.org/post/2022-05-08-ai-product-development-part1/</guid>
      <description>Build a product, not a model.</description>
    </item>
    <item>
      <title>About</title>
      <link>https://www.talesofindustry.org/about/</link>
      <pubDate>Sun, 01 May 2022 00:00:00 +0000</pubDate>
      <guid>https://www.talesofindustry.org/about/</guid>
      <description>&lt;h2 id=&#34;who-am-i&#34;&gt;Who am I?&lt;/h2&gt;
&lt;p&gt;I&amp;rsquo;m &lt;strong&gt;Jan&lt;/strong&gt;. In my past life as a Neuroscientist I studied how the brain learns. This peaked my interest into complex dynamical systems, what laws govern them, and how they can be improved.&lt;/p&gt;
&lt;p&gt;After transitioning into the Data Science and Machine Learning (ML) industry, I become fascinated by the complex dynamics that play out when data, software, and humans come together to build products.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;All machine learning challenges are technical challenges. All technical challenges are people challenges.&lt;/em&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Disclaimer</title>
      <link>https://www.talesofindustry.org/disclaimer/</link>
      <pubDate>Sun, 17 Apr 2022 00:00:00 +0000</pubDate>
      <guid>https://www.talesofindustry.org/disclaimer/</guid>
      <description>&lt;p&gt;None of the content on this site represents the conditions, strategies, or opinions at previous or current employers. Descriptions of individuals, organizations, and events are fictional and often exaggerated to support arguments and contrasting views.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How To Create This Blog</title>
      <link>https://www.talesofindustry.org/post/2022-03-05-how-to-create-this-blog/</link>
      <pubDate>Sun, 20 Mar 2022 00:00:00 +0000</pubDate>
      <guid>https://www.talesofindustry.org/post/2022-03-05-how-to-create-this-blog/</guid>
      <description>&lt;h1 id=&#34;getting-started-with-hugo&#34;&gt;Getting Started with Hugo&lt;/h1&gt;
&lt;p&gt;&lt;a href=&#34;https://gohugo.io/&#34;&gt;Hugo&lt;/a&gt; is a static site generator (SSG). Simply put, an SSG prepares everything needed to display a website. In contrast, dynamically assembled websites obtain their assets only after they get accessed. An SSG thus minimizes the computational demand on the server, which allows providers, such as GitHub Pages and others&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;, to host your static sites for free. More importantly, SSGs emanate a philosophy of simplicity-by-design stemming from a number of limitations. Being constraint forces content creators to focus on the content itself and minimizes the distractions of layout and design. SSGs are thus especially suited for blogs, landing pages, documentation and portfolio sites.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Data Science Anti-Patterns: Proliferating Data Artifacts</title>
      <link>https://www.talesofindustry.org/post/2021-11-16-data-science-anti-patterns/</link>
      <pubDate>Tue, 16 Nov 2021 00:00:00 +0000</pubDate>
      <guid>https://www.talesofindustry.org/post/2021-11-16-data-science-anti-patterns/</guid>
      <description>Use pipelines to fend off the curse of proliferating data artifacts.</description>
    </item>
    <item>
      <title>Three Rules of Success for Data Science Projects</title>
      <link>https://www.talesofindustry.org/post/2021-08-03-three-rules-of-success/</link>
      <pubDate>Tue, 03 Aug 2021 00:00:00 +0000</pubDate>
      <guid>https://www.talesofindustry.org/post/2021-08-03-three-rules-of-success/</guid>
      <description>Data science projects are people projects.</description>
    </item>
  </channel>
</rss>
