<?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: Johnny Jakobsson</title>
    <description>The latest articles on DEV Community by Johnny Jakobsson (@johnny_jakobsson_1508441a).</description>
    <link>https://dev.to/johnny_jakobsson_1508441a</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4081913%2Fe759c3c6-2bc3-4e47-a3e4-15745091f7f2.png</url>
      <title>DEV Community: Johnny Jakobsson</title>
      <link>https://dev.to/johnny_jakobsson_1508441a</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/johnny_jakobsson_1508441a"/>
    <language>en</language>
    <item>
      <title>I built a small AI-native Linux desktop as a PoC</title>
      <dc:creator>Johnny Jakobsson</dc:creator>
      <pubDate>Mon, 17 Aug 2026 15:54:04 +0000</pubDate>
      <link>https://dev.to/johnny_jakobsson_1508441a/i-built-a-small-ai-native-linux-desktop-as-a-poc-4ifc</link>
      <guid>https://dev.to/johnny_jakobsson_1508441a/i-built-a-small-ai-native-linux-desktop-as-a-poc-4ifc</guid>
      <description>&lt;p&gt;GitHub: &lt;a href="https://github.com/Johnny70/ladanaOS" rel="noopener noreferrer"&gt;https://github.com/Johnny70/ladanaOS&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I've been working on Ladana OS for a little over two months.&lt;/p&gt;

&lt;p&gt;It started as a summer experiment: could I build a Linux desktop where AI is treated more like a system layer than an application?&lt;/p&gt;

&lt;p&gt;Ladana is very much a proof of concept. It isn't finished or production-ready, and I'm not trying to compete with GNOME or KDE.&lt;/p&gt;

&lt;p&gt;The interesting part for me is the architecture.&lt;/p&gt;

&lt;p&gt;The current PoC has:&lt;/p&gt;

&lt;p&gt;A small custom X11 window manager and desktop shell&lt;br&gt;
GTK3-based desktop components&lt;br&gt;
An AI assistant that can work with desktop context&lt;br&gt;
A master AI that can orchestrate sequential tasks across applications&lt;br&gt;
Deterministic automation combined with LLM-based reasoning&lt;br&gt;
The beginnings of a built-in Power Automate-style workflow system&lt;/p&gt;

&lt;p&gt;One reason I wrote my own window manager was simply control. I could have built on top of an existing desktop environment, but then I'd also inherit a lot of assumptions about how the desktop should work.&lt;/p&gt;

&lt;p&gt;For this experiment, I wanted to control that layer myself.&lt;/p&gt;

&lt;p&gt;The UX is intentionally familiar. I've borrowed heavily from desktop conventions that already work well — especially Windows. I don't want people to learn a completely new way of using a desktop just because the underlying architecture is different.&lt;/p&gt;

&lt;p&gt;The interesting change is supposed to happen underneath.&lt;/p&gt;

&lt;p&gt;I'm also deliberately using mature technology for the PoC. X11 + GTK3 isn't particularly fashionable these days, but it gives me a predictable foundation while I experiment with the parts that are actually new.&lt;/p&gt;

&lt;p&gt;There are still a lot of rough edges. Some parts are barely experiments, and I expect the architecture to change substantially as I learn more.&lt;/p&gt;

&lt;p&gt;I've mostly been building this by myself, so I'm putting it out there because I'd really like some outside perspectives.&lt;/p&gt;

&lt;p&gt;I'm especially interested in feedback on the concept rather than bug reports.&lt;/p&gt;

&lt;p&gt;Does treating AI as part of the desktop make sense to you?&lt;/p&gt;

&lt;p&gt;What would you want an AI-native desktop to actually do?&lt;/p&gt;

&lt;p&gt;And what parts of this approach seem fundamentally wrong?&lt;/p&gt;

&lt;p&gt;I'd genuinely like to know.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>architecture</category>
      <category>linux</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
