<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0"><channel><title><![CDATA[Lumli]]></title><description><![CDATA[Privacy-first AI studio for image editing, smart PDFs, and lifestyle discovery.]]></description><link>https://makanbzr.substack.com</link><image><url>https://substackcdn.com/image/fetch/$s_!sqGi!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff55b275e-25e4-4ef9-be2b-9f36229c39da_1024x1024.png</url><title>Lumli</title><link>https://makanbzr.substack.com</link></image><generator>Substack</generator><lastBuildDate>Sun, 12 Jul 2026 22:24:25 GMT</lastBuildDate><atom:link href="https://makanbzr.substack.com/feed" rel="self" type="application/rss+xml"/><copyright><![CDATA[Makan]]></copyright><language><![CDATA[en-gb]]></language><webMaster><![CDATA[behindlumli@substack.com]]></webMaster><itunes:owner><itunes:email><![CDATA[behindlumli@substack.com]]></itunes:email><itunes:name><![CDATA[Makan]]></itunes:name></itunes:owner><itunes:author><![CDATA[Makan]]></itunes:author><googleplay:owner><![CDATA[behindlumli@substack.com]]></googleplay:owner><googleplay:email><![CDATA[behindlumli@substack.com]]></googleplay:email><googleplay:author><![CDATA[Makan]]></googleplay:author><itunes:block><![CDATA[Yes]]></itunes:block><item><title><![CDATA[Why I Bet My Entire Project on Local-First Software]]></title><description><![CDATA[There was a time when sending your files to the cloud felt like magic.]]></description><link>https://makanbzr.substack.com/p/why-i-bet-my-entire-project-on-local</link><guid isPermaLink="false">https://makanbzr.substack.com/p/why-i-bet-my-entire-project-on-local</guid><dc:creator><![CDATA[Makan]]></dc:creator><pubDate>Sun, 12 Jul 2026 10:50:15 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!sqGi!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff55b275e-25e4-4ef9-be2b-9f36229c39da_1024x1024.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Need to compress an image? Upload it.<br>Need to edit a PDF? Upload it.<br>Need to remove a background? Upload it.<br>It became so normal that almost nobody stopped to ask a simple question:<br><strong>Why does this file have to leave my computer in the first place?</strong><br>For years, I accepted that workflow just like everyone else.<br>Then AI happened.<br>Suddenly we weren't uploading random vacation photos anymore. We were uploading contracts, invoices, client work, personal documents, family pictures, business presentations, sometimes entire folders of sensitive information.<br>The more powerful online tools became, the more personal the uploaded data became.<br>That felt backwards.<br><br><strong>The browser quietly became incredibly powerful<br></strong>While everyone was talking about larger models and bigger cloud infrastructure, browsers were evolving too.<br>WebAssembly.<br>WebGPU.<br>Modern file APIs.<br>Offline storage.<br>Progressive Web Apps.<br>A modern browser isn't just a document viewer anymore.<br>It's becoming an operating system.<br>That realization completely changed how I thought about software.<br>Instead of asking:<br><em>"How can I send this file to my server?"</em><br>I started asking:<br><em>"Can the browser do this itself?"</em><br>More often than I expected, the answer was yes.<br><br><strong>Local-first isn't the easy path<br></strong>Choosing local-first sounds great on paper.<br>In reality, it means saying no to a lot of convenient shortcuts.<br>You can't simply process everything on a GPU in a data center.<br>You have to deal with browser limitations.<br>Performance varies between devices.<br>Models have to run efficiently on consumer hardware.<br>Some algorithms need to be completely redesigned.<br>The easy solution is almost always:<br>"Just upload the file."<br>I intentionally chose the harder option.<br>Not because cloud software is bad.<br>Cloud software is fantastic for collaboration, shared workspaces, backups, and workflows that genuinely require servers.<br>But a surprising number of everyday tools don't.<br><br><strong>Privacy wasn't my only reason<br></strong>People often assume local-first is only about privacy.<br>Privacy matters.<br>But it isn't the whole story.<br>Running software locally also means:<br>No waiting for uploads.<br>No server queues.<br>No bandwidth limits.<br>No monthly processing quotas.<br>No wondering where your files are stored.<br>The ability to keep working even when your internet connection disappears.<br>Those benefits are just as important as privacy.<br>Sometimes they're even more noticeable.<br><br><strong>Betting on the wrong trend can be expensive<br></strong>When I started building Lumli, I knew this wasn't the obvious direction.<br>Most new AI products were moving toward larger cloud infrastructure.<br>More servers.<br>More subscriptions.<br>More backend complexity.<br>I decided to build almost the opposite.<br>No databases.<br>No user accounts.<br>No file uploads.<br>As much processing as possible directly inside the browser.<br>It felt risky.<br>Maybe people wouldn't care.<br>Maybe they would simply choose whatever had the biggest AI label attached to it.<br>But I kept building anyway.<br><br><strong>Local-first is finally making sense again<br></strong>Today, browsers are capable of things that sounded unrealistic just a few years ago.<br>Compressing images.<br>Editing PDFs.<br>Running AI models.<br>Removing backgrounds.<br>Upscaling photos.<br>All without sending your files somewhere else.<br>We're reaching a point where the browser itself can become the application&#8212;not just a gateway to one.<br>I think that's exciting.<br>Not because it replaces the cloud.<br>But because it gives us a choice.<br><br><strong>That's the bet I'm making<br></strong>I don't believe every application should be local-first.<br>Some absolutely belong in the cloud.<br>But I do believe we've spent years defaulting to servers, even when we didn't need them.<br>I wanted to explore what software looks like when we reverse that assumption.<br>Instead of asking:<br><em>"Why not upload it?"</em><br>I ask:<br><em>"Why upload it at all?"</em><br>That single question became the foundation of everything I've built.<br>And it's still the question guiding every new feature I add.<br><br><em>Thanks for reading.</em><br><em>If you're interested in browser-native software, privacy-first products, and the lessons I'm learning while building <a href="https://lumli.io/">Lumli</a> as a solo founder, I'd love to have you along for the journey.</em></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://makanbzr.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://makanbzr.substack.com/subscribe?"><span>Subscribe now</span></a></p><p></p>]]></content:encoded></item><item><title><![CDATA[Why Your Everyday AI Tools Should Work 100% Offline (Introducing Lumli.io)]]></title><description><![CDATA[Edit images, manage PDFs, and find your next travel destination directly in your browser with zero server uploads and no monthly subscriptions.]]></description><link>https://makanbzr.substack.com/p/why-your-everyday-ai-tools-should</link><guid isPermaLink="false">https://makanbzr.substack.com/p/why-your-everyday-ai-tools-should</guid><dc:creator><![CDATA[Makan]]></dc:creator><pubDate>Tue, 07 Jul 2026 23:46:01 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!sqGi!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff55b275e-25e4-4ef9-be2b-9f36229c39da_1024x1024.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Most online utility tools today force you to upload sensitive files and corporate documents to external cloud servers, exposing your data privacy. <a href="https://lumli.io/">Lumli.io</a> is intentionally built to fix this. It is a zero-server, database-free AI Studio where you can edit, enhance, and optimize your assets directly in your web browser using fast, secure, and local processing.<br><br>Powered by cutting-edge WebGPU and WebAssembly (WASM) architectures, Lumli runs 100% offline once loaded and features full Progressive Web App (PWA) support.<br><br><strong>Discover the Curated Browser-Native Tools:<br></strong><a href="https://lumli.io/">AI Image Studio</a>: Instantly compress, upscale, retouch, and remove backgrounds with zero quality loss and no third-party software installation. It seamlessly processes formats like HEIC, AVIF, WebP, PNG, JPEG, and SVG.<br><br><a href="https://lumli.io/pdf-tools">Smart Document Suite (PDF Tools</a>): Securely compress, merge, and split sensitive PDFs locally without worrying about data leaks.<br><br><a href="https://lumli.io/color-palette">Color Palette Extractor</a>: Extract precise color profiles from images, generate Tailwind/CSS variables, and export to ASE format with full on-device privacy.<br><br><a href="https://lumli.io/qr-generator">Custom QR Code Generator</a>: Generate customizable static and dynamic QR codes safely with zero tracking or server-side logs.<br><br><a href="https://lumli.io/escape">Lumli Escape(City Finder)</a>): Answer five simple lifestyle questions to discover your next travel destination or digital nomad hub using a local private matrix engine.<br><br>Lumli is built for digital creators, freelancers, developers, and e-commerce shops who refuse to compromise on data security. It is completely free, requires no sign-ups, and operates entirely on your machine.</p><p><br><strong>Ready to experience the future of secure utilities?</strong><br>&#128073; Explore the tools now at <a href="https://lumli.io/">Lumli.io</a> and optimize your daily digital workflows safely under the ultimate standard: <em>Private by Design</em>.</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://lumli.io/&quot;,&quot;text&quot;:&quot;Explore Lumli Now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://lumli.io/"><span>Explore Lumli Now</span></a></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://makanbzr.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://makanbzr.substack.com/subscribe?"><span>Subscribe now</span></a></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://makanbzr.substack.com/p/why-your-everyday-ai-tools-should/comments&quot;,&quot;text&quot;:&quot;Leave a comment&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://makanbzr.substack.com/p/why-your-everyday-ai-tools-should/comments"><span>Leave a comment</span></a></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://makanbzr.substack.com/p/why-your-everyday-ai-tools-should?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://makanbzr.substack.com/p/why-your-everyday-ai-tools-should?utm_source=substack&utm_medium=email&utm_content=share&action=share"><span>Share</span></a></p><p></p>]]></content:encoded></item></channel></rss>