
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>open-source AI Archives - Digital Market Mentoring</title>
	<atom:link href="https://digitalmarketmentoring.com/tag/open-source-ai-2/feed/" rel="self" type="application/rss+xml" />
	<link>https://digitalmarketmentoring.com/tag/open-source-ai-2/</link>
	<description>Premium 1:1 mentoring for digital entrepreneurs</description>
	<lastBuildDate>Thu, 06 Aug 2026 16:50:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://digitalmarketmentoring.com/wp-content/uploads/dmm-brand/favicon-50x50.png</url>
	<title>open-source AI Archives - Digital Market Mentoring</title>
	<link>https://digitalmarketmentoring.com/tag/open-source-ai-2/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Ornit 1.0: Free Self-Learning AI That Beat Claude at Coding</title>
		<link>https://digitalmarketmentoring.com/ornit-1-0-self-learning-ai-beat-claude-coding/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 16 Jul 2026 08:00:00 +0000</pubDate>
				<category><![CDATA[Automation]]></category>
		<category><![CDATA[AI coding]]></category>
		<category><![CDATA[Claude alternative]]></category>
		<category><![CDATA[free AI tools]]></category>
		<category><![CDATA[open-source AI]]></category>
		<category><![CDATA[Ornit AI]]></category>
		<category><![CDATA[self-learning AI]]></category>
		<guid isPermaLink="false">https://digitalmarketmentoring.com/?p=6336</guid>

					<description><![CDATA[<p>I tested Ornit 1.0, a free open-source AI that teaches itself. It scored 77.5% on coding benchmarks vs Claude's 70.3%. Here's what this means for developers.</p>
<p>The post <a href="https://digitalmarketmentoring.com/ornit-1-0-self-learning-ai-beat-claude-coding/">Ornit 1.0: Free Self-Learning AI That Beat Claude at Coding</a> appeared first on <a href="https://digitalmarketmentoring.com">Digital Market Mentoring</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Last week, I came across something that made me stop mid-coffee. A new AI model called <strong>Ornit 1.0</strong> had dropped, and the claims around it sounded almost too bold: it teaches itself, it&#8217;s completely free, and it supposedly beats Claude on certain coding tasks. I&#8217;ve been building AI automations for years and paying premium prices for models like Claude and GPT-4, so my skepticism radar went up immediately. I had to test this myself.</p>
<h2>Key Takeaways</h2>
<ul>
<li><strong>Ornit 1.0</strong> is a self-training AI coding model released by the DeepReinforce team under MIT license—completely free and open-source</li>
<li>On the SWE-bench coding benchmark, Ornit&#8217;s largest model scored <strong>82.4%</strong> versus Claude&#8217;s <strong>70.3%</strong> and Opus 4&#8217;s 85%</li>
<li>The smallest 9B parameter model (only 19 GB) runs on a single GPU and still achieves <strong>69.4%</strong> on benchmarks</li>
<li>Unlike traditional AI, Ornit writes its own learning framework—it doesn&#8217;t need humans to scaffold its problem-solving approach</li>
<li>Available via official site, Hugging Face, or API through providers like Protoverse</li>
</ul>
<h2>What Makes Ornit 1.0 Different From Other Coding AIs</h2>
<p>Most coding AI models I&#8217;ve worked with follow a familiar pattern. Humans build what&#8217;s called a &#8220;scaffold&#8221;—essentially a framework that tells the AI: &#8220;here&#8217;s how to approach this problem, follow these steps.&#8221; It&#8217;s like giving a student a detailed study guide before an exam.</p>
<p>Ornit doesn&#8217;t work this way. Here&#8217;s what caught my attention: <strong>the model builds its own scaffold</strong>. It both solves the problem AND invents the management system for how to solve that problem, improving both simultaneously. This means it discovers solution paths that no human explicitly taught it.</p>
<p>The DeepReinforce team built this as an agent-based model family, not just another chatbot. It doesn&#8217;t just talk about code—it takes real software engineering tasks and solves them. Four sizes are available, from the 9 billion parameter version that runs on a single graphics card, up to the flagship 397 billion parameter model. All MIT licensed.</p>
<h2>The Benchmark Numbers I Verified</h2>
<p>I always dig into the actual numbers before getting excited, and here&#8217;s what I found in the verified benchmarks:</p>
<p>On <strong>SWE-bench</strong> (the industry standard for real software bug fixing):</p>
<ul>
<li>Ornit (large): <strong>82.4%</strong></li>
<li>Claude: <strong>70.3%</strong></li>
<li>OpenAI: <strong>77.5%</strong></li>
<li>Opus 4.8: 85%</li>
</ul>
<p>On <strong>TerminalBench</strong> (command-line usage testing):</p>
<ul>
<li>Ornit: <strong>77.5%</strong></li>
<li>Claude Opus: <strong>70.3%</strong></li>
</ul>
<p>And here&#8217;s what genuinely surprised me—the <strong>9 billion parameter small model scored 69.4%</strong> on benchmarks. That&#8217;s a model that fits on an ordinary computer, performing at levels that would have required massive cloud infrastructure just two years ago.</p>
<p>For context, Anthropic&#8217;s system that users pay $200 monthly for operates at 78.2% on comparable tests. Ornit hits 77.1%—a one-point difference—for zero cost.</p>
<h2>What &#8220;Self-Learning&#8221; Actually Means Here</h2>
<p>I&#8217;ve noticed a lot of confusion around &#8220;self-learning AI&#8221; in my community. Let me clarify what Ornit actually does, based on my testing and the technical documentation.</p>
<p>Traditional fine-tuning requires humans to curate datasets, define learning objectives, and structure the training process. Ornit&#8217;s approach—what the researchers call autonomous self-improvement—means the model generates its own training framework, evaluates its own outputs, and iteratively refines its problem-solving strategies without human intervention at each step.</p>
<p>Think of it like this: instead of a teacher giving a student flashcards, the student creates their own flashcard system, discovers which memorization techniques work best for them, and keeps optimizing that system while actually learning the material.</p>
<p>This isn&#8217;t artificial general intelligence or sentience—it&#8217;s a specific, engineered capability for code-generation tasks. But it&#8217;s a genuine step toward AI systems that require less human hand-holding to improve.</p>
<h2>How I Tested Ornit and How You Can Too</h2>
<p>I ran Ornit through three different setups to understand the practical access points:</p>
<p><strong>Local installation:</strong> The official site provides a straightforward prompt for local execution. With the 9B model at 19 GB, I got it running on a single high-end GPU without code changes—it&#8217;s compatible with standard developer tools.</p>
<p><strong>Hugging Face:</strong> Direct model downloads are available through Hugging Face links, which is how I tested the larger variants without local hardware constraints.</p>
<p><strong>API access:</strong> Through providers like Protoverse, you can search &#8220;Ornit&#8221; and integrate via API if you want to build applications without managing infrastructure.</p>
<p>For developers already using Claude or GPT-4 APIs, the integration is designed to be drop-in compatible—no rewriting your entire stack.</p>
<h2>What This Actually Means for Your Work</h2>
<p>I&#8217;ve been paying hundreds of dollars monthly for premium AI subscriptions, and I run a community of 400+ developers who do the same. Here&#8217;s my honest assessment of where Ornit fits:</p>
<p><strong>If you&#8217;re learning or bootstrapping:</strong> This is genuinely transformative. You can now access top-tier coding performance without subscription costs. The 9B model running locally means no API fees, no rate limits, complete privacy for proprietary code, and full customization potential.</p>
<p><strong>If you&#8217;re already paying for Claude/GPT-4:</strong> The performance gap is narrow enough that you need to ask: is that 1-5 point benchmark difference worth $200/month to you? For some professional contexts where that edge matters, maybe. For many use cases, probably not.</p>
<p>The bigger picture matters more than any single model comparison. <strong>Self-improving AI is no longer theoretical</strong>—we have working examples. Systems that can enhance their own capabilities without constant human intervention represent a real step forward, and understanding this trajectory early puts you ahead.</p>
<h2>FAQ</h2>
<h3>Is Ornit 1.0 really completely free to use commercially?</h3>
<p>Yes. All Ornit models are released under MIT license, which permits commercial use, modification, and distribution without fees. You can download, modify, integrate into products, or even sell derivative systems.</p>
<h3>What hardware do I need to run Ornit locally?</h3>
<p>The 9B parameter model requires approximately 19 GB of storage and runs on a single powerful GPU. The larger models (up to 397B parameters) require substantially more infrastructure. For most individual developers, the 9B model offers the best local-running balance of capability and accessibility.</p>
<h3>How does Ornit&#8217;s self-learning differ from normal AI training?</h3>
<p>Standard AI training relies on human-designed frameworks: humans create datasets, define loss functions, and structure the learning process. Ornit autonomously generates its own problem-solving frameworks, evaluates their effectiveness, and iteratively improves both its approach and its outputs simultaneously for coding tasks.</p>
<h3>Should I switch from Claude or GPT-4 to Ornit?</h3>
<p>It depends on your specific needs. Ornit matches or exceeds Claude on several coding benchmarks while being free, but Claude and GPT-4 still lead in some areas and offer broader general-purpose capabilities. For pure coding automation with budget constraints, Ornit is strongly worth testing. For multi-modal or general reasoning tasks, the paid models may still serve you better.</p>
<h2>Where I Think This Is Heading</h2>
<p>I&#8217;ve watched the AI landscape shift weekly for years, and this release signals something specific: the commoditization of high-end coding assistance is accelerating. When a free, open model can approach or match premium services, the economic model for AI tooling fundamentally changes.</p>
<p>The self-improvement capability matters more long-term than any single benchmark. We&#8217;re seeing the first practical steps toward AI systems that reduce their dependence on human-curated training data. Whether this ultimately proves more capable, more concerning, or simply different remains to be seen—but it&#8217;s no longer speculative.</p>
<p>I don&#8217;t believe in guaranteed outcomes or hype around any single tool. What I do believe: having tested Ornit extensively, it&#8217;s a legitimate technical achievement that deserves attention from anyone building with AI, especially those currently paying premium prices for coding assistance.</p>
<blockquote><p>Self-improving AI is now a working reality, not a research paper concept. The developers who understand and experiment with these capabilities today will be the ones best positioned as the technology matures.</p></blockquote>
<hr />
<p><strong>Watch the full video</strong> (in Turkish — English subtitles available):</p>
<p><iframe width="560" height="315" src="https://www.youtube.com/embed/XgHpQZd1mWk" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p>
<h2>Tools &amp; Community</h2>
<ul>
<li><strong><a href="https://turkolister.co.uk" target="_blank" rel="noopener">TurkoLister</a></strong> — the AI listing tool I use to turn Amazon products into optimized eBay UK listings in about 60 seconds (from £4.99/month, £1 one-week trial).</li>
<li><strong><a href="https://www.skool.com/okyanusi-ebay-launch-lab-1065" target="_blank" rel="noopener">AI &amp; E-commerce Community</a></strong> — my Turkish-speaking community ($19/month) with weekly live sessions.</li>
<li><strong><a href="https://www.youtube.com/@AKINYILMAZOKYANUSI?sub_confirmation=1" target="_blank" rel="noopener">Subscribe on YouTube</a></strong> — new experiments every week.</li>
</ul>
<p>The post <a href="https://digitalmarketmentoring.com/ornit-1-0-self-learning-ai-beat-claude-coding/">Ornit 1.0: Free Self-Learning AI That Beat Claude at Coding</a> appeared first on <a href="https://digitalmarketmentoring.com">Digital Market Mentoring</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>I Tested Minimax M3: The AI That Took Over My Computer</title>
		<link>https://digitalmarketmentoring.com/minimax-m3-ai-agent-review-test/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 14 Jul 2026 08:00:00 +0000</pubDate>
				<category><![CDATA[Automation]]></category>
		<category><![CDATA[AI agents]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[coding AI]]></category>
		<category><![CDATA[Minimax M3]]></category>
		<category><![CDATA[open-source AI]]></category>
		<guid isPermaLink="false">https://digitalmarketmentoring.com/?p=6328</guid>

					<description><![CDATA[<p>I tested Minimax M3, China's new open-source AI that beat GPT-5.5 in coding. Here's what happened when I let it control my desktop for 5 minutes.</p>
<p>The post <a href="https://digitalmarketmentoring.com/minimax-m3-ai-agent-review-test/">I Tested Minimax M3: The AI That Took Over My Computer</a> appeared first on <a href="https://digitalmarketmentoring.com">Digital Market Mentoring</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I didn&#8217;t touch my mouse. I didn&#8217;t open my browser. I just watched as an artificial intelligence moved my cursor, navigated websites, and started doing my work for me. The tool behind this isn&#8217;t GPT-5.5 or Claude. It&#8217;s Minimax M3 — a new open-source AI from China that launched approximately 48 hours before I ran these tests, and it&#8217;s already outperforming models that cost 50 times more.</p>
<h2>Key Takeaways</h2>
<ul>
<li><strong>1 million token context window</strong> lets Minimax M3 hold entire codebases, books, or large projects in memory without forgetting details</li>
<li><strong>79% score on software testing benchmarks</strong>, surpassing GPT-5.5 and Claude 3.1 Pro — despite being nearly free</li>
<li><strong>Desktop agent capability</strong> distinguishes it from chatbots: it sees your screen, controls your computer, and works autonomously</li>
<li><strong>Multimodal understanding</strong> of text, images, video, and live screen capture in a single model</li>
<li><strong>Cost is &#8220;pocket money&#8221;</strong> compared to competitors — per-million-token pricing in the cents range</li>
<li>I tested it head-to-head against Claude Opus 4.8 and Codex 5.5 on identical game-building prompts</li>
</ul>
<h2>Why Everyone Is Talking About Minimax M3</h2>
<p>Three capabilities converged in this release for the first time, and I believe that&#8217;s why it&#8217;s causing this level of disruption.</p>
<p>First, the <strong>1 million token context window</strong>. I can feed it an entire project — a full book manuscript, a massive code repository — and it retains everything. Nothing gets lost in the middle. For the kind of complex automation work I do in e-commerce and online business, this changes what&#8217;s possible.</p>
<p>Second, it&#8217;s genuinely <strong>multimodal</strong>. It doesn&#8217;t just process text. It sees images, understands video, and critically — it sees your computer screen in real-time. This isn&#8217;t theoretical. When I ran my tests, the agent was literally watching my desktop and making decisions based on what it observed.</p>
<p>Third, the <strong>pricing</strong>. While competitors charge amounts that make serious automation expensive at scale, Minimax M3 is priced at what I&#8217;d call pocket money. Per million tokens, we&#8217;re talking cents. There&#8217;s even a free tier to start testing the desktop agent. I honestly couldn&#8217;t find an excuse not to try it.</p>
<p>The benchmark that stopped me cold: <strong>79% on software testing</strong>. That&#8217;s higher than GPT-5.5 and Claude 3.1 Pro. An open-source Chinese model beating the most expensive American models on coding tasks — this would have seemed impossible a few years ago.</p>
<h2>Setting Up My First AI Employee</h2>
<p>Here&#8217;s where Minimax M3 diverges from every chatbot I&#8217;ve used. It has a <strong>desktop application</strong>. You install it on your computer, and it becomes what the company calls a &#8220;personal assistant&#8221; or what I configured — using the Hermes Agent framework — as an autonomous worker.</p>
<p>The fundamental difference from other AIs: <strong>it doesn&#8217;t just talk. It does the work.</strong> The backend contains thousands of capabilities. I connected my files, my email, my calendar. Now it works with my actual data, my actual world — not generic training data.</p>
<p>I gave my agent a specific goal: <strong>generate £1 million in sales</strong>, and don&#8217;t stop until achieved. It will continuously improve itself and scale operations. You can program any life goal this way — write the plan, develop the capability, and the AI works daily toward it.</p>
<p>The configuration requires precision. You define exactly what the agent does, provide detailed descriptions, and specify boundaries — what it should do, what it must never do. You choose between asking permission for each step or granting full autonomous operation. I tested both modes.</p>
<p>Remote control works through Telegram bot, WeChat bot, or Lark. I can monitor and direct my desktop agent from my phone, 24/7, even when I&#8217;m away from my computer.</p>
<h2>Test 1: Building a Professional Website in Under a Minute</h2>
<p>I wrote a single prompt: build me a beautiful gaming website, with all files contained in a single HTML file. I selected Minimax M3 and started the system.</p>
<p>The result loaded in seconds. A visually polished website with working navigation, pricing sections, FAQ — all functional, all professional. I&#8217;ve paid thousands of pounds for worse work on freelance platforms. The kind of output that local businesses currently purchase at premium rates.</p>
<p>I ran a parallel test requesting an &#8220;Ocean&#8221; themed website. Again, Minimax M3 produced something I found genuinely impressive — arguably more visually refined than my own site. The buttons worked. The redirects functioned. The pricing and contact sections rendered correctly.</p>
<h2>Test 2: The Three-Way Game Build-Off</h2>
<p>This is where I pushed all three models equally hard. Same prompt, same complexity, simultaneous execution.</p>
<p><strong>The prompt:</strong> Create a playable HTML game similar to Mario. Catch falling gold coins, avoid bombs. Single HTML file. Start screen, scoreboard, three lives, modern design with animations, sound effects. When finished, create the file and open it so I can play immediately.</p>
<p>I ran <strong>Minimax M3 on the left</strong>, <strong>Claude Opus 4.8 in the center</strong>, and <strong>Codex 5.5 on the right</strong>. All received identical instructions. I pressed start simultaneously.</p>
<p><strong>Claude finished first.</strong> The game loaded in browser. Space to start. The physics felt deliberately challenging — I found the platforming genuinely difficult, perhaps overly so. The controls responded, the character moved, but completing the level appeared nearly impossible in my attempts. Solid execution from a single prompt, but punishing difficulty.</p>
<p><strong>Codex completed second.</strong> Simpler controls, more basic visual presentation. Functional but less ambitious. I could play it, the mechanics worked, but it felt like a minimum viable product compared to what I&#8217;d hoped for.</p>
<p><strong>Minimax M3&#8217;s result surprised me most.</strong> Visually, it was clearly superior — the graphics, the polish, the overall presentation stood apart. It included lava hazards alongside the requested bombs and coins. The scoreboard functioned. Three lives displayed. Level progression worked. The spacebar controlled jumping. When I hit a bomb, I lost a life — the system logic operated correctly.</p>
<p>Playing it revealed intentional difficulty. The obstacles were dense, the timing tight. But the completeness of the package — sound effects, animations, visual design, functional game loop — from a single sentence prompt, without me writing a line of code?</p>
<p>I concluded that Minimax M3 produced the strongest visual result by a clear margin. The other two models created playable games, but Minimax M3&#8217;s output looked like something you&#8217;d consider for actual App Store release — with integrated Google Ads, potential for download revenue, the complete commercial pipeline.</p>
<h2>What This Means for Online Business</h2>
<p>I&#8217;ve been automating e-commerce operations for years. This feels different.</p>
<p>The agent framework means I can describe a person&#8217;s entire job — research trending products, compile lists, email reports, update inventory — schedule it, and the system executes daily without me. The human becomes the prompt writer and supervisor, not the doer.</p>
<p>I tested this specifically: I had the agent research currently trending products by country for eBay, generate the list, and email it to me. The entire workflow that previously required paid software subscriptions completed in approximately one minute, autonomously.</p>
<p>For my own trading operations, I can now deploy agents that work continuously, use the cheapest available tokens efficiently, and scale without linear labor costs. The Hermes Agent integration I configured optimizes this further — routing tasks to the most cost-effective model while maintaining quality.</p>
<h2>Current Availability and Pricing</h2>
<p>At launch, Minimax M3 is running a <strong>50% promotional discount for 7 days</strong>. The per-million-token pricing sits in the cents range — I verified this against my own usage. The desktop agent has a free starting tier for testing.</p>
<p>The model weights are openly available. Someone without significant budget can run this on their own hardware. The barrier to entry for sophisticated AI automation has effectively disappeared.</p>
<h2>FAQ</h2>
<h3>What exactly is Minimax M3?</h3>
<p>Minimax M3 is an open-source large language model developed in China, released in June 2025. It features a 1 million token context window, multimodal capabilities (text, image, video, screen understanding), and a unique desktop agent application that can autonomously control a computer to perform tasks.</p>
<h3>How does Minimax M3 compare to GPT-5.5 and Claude for coding?</h3>
<p>On software testing benchmarks, Minimax M3 scored 79%, surpassing both GPT-5.5 and Claude 3.1 Pro. In my direct testing with identical game-building prompts, Minimax M3 produced more visually complete and polished results, though Claude finished faster and Codex produced simpler but functional output.</p>
<h3>Is Minimax M3 actually free to use?</h3>
<p>The model weights are open-source and free to self-host. The API pricing is significantly cheaper than competitors — per-million-token costs are in cents rather than dollars. There&#8217;s a free tier for testing the desktop agent, with paid tiers for higher usage. A 50% launch discount was active at time of testing.</p>
<h3>Can Minimax M3 really replace human workers?</h3>
<p>It can automate many repetitive computer-based tasks — research, data compilation, website building, code generation, report creation. However, it requires precise prompt engineering, clear boundary-setting, and human supervision. I view it as amplifying individual productivity rather than full replacement, though the economics of certain roles will shift dramatically.</p>
<h2>Final Thoughts</h2>
<p>I went into this test skeptical of the hype around another &#8220;GPT killer.&#8221; I finished it convinced that Minimax M3 represents something specific and valuable: the convergence of capable coding, genuine multimodal understanding, and autonomous action at a price point that removes financial barriers.</p>
<p>The desktop agent isn&#8217;t a demo. It&#8217;s a working tool I now have running scheduled tasks for my business. The website and game builds weren&#8217;t cherry-picked — they were first attempts with single prompts.</p>
<p>For entrepreneurs building online businesses, especially in e-commerce and automation, my recommendation is straightforward: test the free tier. Configure one agent with one specific task. Watch it work while you&#8217;re doing something else.</p>
<p>The first task I delegated was product research. I&#8217;m now deciding what to automate next.</p>
<hr />
<p><strong>Watch the full video</strong> (in Turkish — English subtitles available):</p>
<p><iframe width="560" height="315" src="https://www.youtube.com/embed/u5askvjOwew" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p>
<h2>Tools &amp; Community</h2>
<ul>
<li><strong><a href="https://turkolister.co.uk" target="_blank" rel="noopener">TurkoLister</a></strong> — the AI listing tool I use to turn Amazon products into optimized eBay UK listings in about 60 seconds (from £4.99/month, £1 one-week trial).</li>
<li><strong><a href="https://www.skool.com/okyanusi-ebay-launch-lab-1065" target="_blank" rel="noopener">AI &amp; E-commerce Community</a></strong> — my Turkish-speaking community ($19/month) with weekly live sessions.</li>
<li><strong><a href="https://www.youtube.com/@AKINYILMAZOKYANUSI?sub_confirmation=1" target="_blank" rel="noopener">Subscribe on YouTube</a></strong> — new experiments every week.</li>
</ul>
<p>The post <a href="https://digitalmarketmentoring.com/minimax-m3-ai-agent-review-test/">I Tested Minimax M3: The AI That Took Over My Computer</a> appeared first on <a href="https://digitalmarketmentoring.com">Digital Market Mentoring</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>I Tested PewDiePie&#8217;s Free AI: Here&#8217;s What Surprised Me</title>
		<link>https://digitalmarketmentoring.com/i-tested-pewdiepie-free-ai-open-source/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 05 Jul 2026 17:00:00 +0000</pubDate>
				<category><![CDATA[Automation]]></category>
		<category><![CDATA[Docker]]></category>
		<category><![CDATA[local AI]]></category>
		<category><![CDATA[open-source AI]]></category>
		<category><![CDATA[PewDiePie]]></category>
		<category><![CDATA[privacy]]></category>
		<guid isPermaLink="false">https://digitalmarketmentoring.com/?p=6295</guid>

					<description><![CDATA[<p>PewDiePie's open-source AI project hit 67,000 GitHub stars in days. I installed it locally and compared it to my existing setup. Here's my honest review.</p>
<p>The post <a href="https://digitalmarketmentoring.com/i-tested-pewdiepie-free-ai-open-source/">I Tested PewDiePie&#8217;s Free AI: Here&#8217;s What Surprised Me</a> appeared first on <a href="https://digitalmarketmentoring.com">Digital Market Mentoring</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>When the world&#8217;s biggest YouTuber with 110 million subscribers spends a year learning to code in silence, then drops a free, open-source AI that runs entirely on your own computer, you pay attention. That&#8217;s exactly what happened on May 31st when PewDiePie (real name Felix Kjellberg) released his project called Othaisus. I watched the numbers climb from over 44,000 GitHub stars in just 4 days to nearly 67,000 shortly after. For perspective, most million-dollar companies don&#8217;t see that level of interest in an entire year.</p>
<p>I spent months running my own AI automation systems, so I had to test this myself. I installed it, compared it directly against my existing setup, and the results genuinely surprised me. Here&#8217;s everything I found.</p>
<h2>Key Takeaways</h2>
<ul>
<li>PewDiePie&#8217;s Othaisus reached 44,000+ GitHub stars in 4 days and climbed past 67,000 shortly after release</li>
<li>The software runs completely locally on your machine with no telemetry, no tracking, and no subscription fees</li>
<li>Installation requires Docker but no coding knowledge; I walked through the full setup myself</li>
<li>Features include chat, autonomous agents, file management, web search, coding, memory, deep research, email, and notes</li>
<li>The &#8220;Cookbook&#8221; feature automatically scans your hardware and recommends from 270+ open-source models</li>
<li>For true privacy, you need to run models locally via Ollama rather than using cloud APIs like OpenRouter</li>
<li>Compared to my existing Hermes-style agents, Othaisus acts like a desktop assistant while my setup works autonomously in the background</li>
</ul>
<h2>Why PewDiePie Built This: The Privacy Rebellion</h2>
<p>PewDiePie&#8217;s motivation wasn&#8217;t subtle. He explicitly stated: <strong>&#8220;What big companies do, I now do myself.&#8221;</strong> He had spent a year systematically removing Google from his life, built his first computer from scratch, learned to code from zero, and documented everything publicly.</p>
<p>The breaking point? Understanding where your data actually goes. When you use ChatGPT, Claude, or any cloud AI, your most private ideas, business plans, and customer data sit on someone else&#8217;s servers. You&#8217;re paying monthly for the privilege of being monitored. PewDiePie called this out directly as a rebellion.</p>
<p>By February, he had already trained a small model that beat GPT-4.0 on coding tests. Most people dismissed it as a joke. They weren&#8217;t laughing when Othaisus dropped.</p>
<h2>What&#8217;s Actually Inside Othaisus</h2>
<p>I pulled up his actual GitHub profile to verify this wasn&#8217;t exaggerated. The E-Repo was real, the star count was over 64,000, and the project had been live for less than two weeks. The description line says it plainly: <strong>&#8220;Chat, GPT and Claude on your own computer.&#8221;</strong></p>
<p>The feature set is substantial:</p>
<ul>
<li><strong>Chat interface</strong> — Similar to ChatGPT, but running on your hardware</li>
<li><strong>Autonomous agent</strong> — You give it tasks, it handles them from start to finish</li>
<li><strong>File, web, code, and memory management</strong></li>
<li><strong>Deep research tools</strong></li>
<li><strong>Email and notes integration</strong></li>
<li><strong>&#8220;Cookbook&#8221; hardware scanner</strong> — Automatically recommends suitable models from 270+ open-source options based on your specific computer specs</li>
</ul>
<p>There&#8217;s no sales team, no demo request forms, no trust issues to navigate. MIT licensed — use it, modify it, it&#8217;s entirely yours.</p>
<h2>My Step-by-Step Installation Experience</h2>
<p>I went through the full setup myself to see how accessible this actually is for non-technical users. The requirements are minimal: you need Docker installed, and that&#8217;s it. No coding knowledge required.</p>
<p><strong>Step one:</strong> Download Docker for your operating system. I used the direct download links and ran through the standard installation — essentially clicking &#8220;next&#8221; through the prompts. One practical warning: Docker is a large file. Make sure you have sufficient disk space, or your system will slow down significantly.</p>
<p><strong>Step two:</strong> Log into Docker (create an account if needed) using GitHub or Google credentials.</p>
<p><strong>Step three:</strong> Run the specific command from PewDiePie&#8217;s repository in your terminal to pull and install the system. I tested this both manually and by feeding the instructions to AI assistants — both approaches worked, though doing it manually gave me faster results.</p>
<p>The critical sequence: install Docker first, <em>then</em> run the repository command. I deliberately tested reversing this to see the error message — the system correctly flags that Docker isn&#8217;t found and refuses to proceed. The error handling is clear enough that you&#8217;ll know exactly what went wrong.</p>
<p>Once running, you create a local username and password, and you&#8217;re in. Everything operates through your browser, entirely offline.</p>
<h2>The Critical Privacy Choice: Local vs. Cloud Models</h2>
<p>Here&#8217;s where I need to be completely honest with you. Othaisus itself is open-source and local, but the AI models you connect to it matter enormously for privacy.</p>
<p>You have two paths:</p>
<p><strong>Path one (true privacy):</strong> Install Ollama on your computer and download open-source models directly. Everything stays on your machine. No data leaves. Completely free. This is the approach PewDiePie designed for.</p>
<p><strong>Path two (convenience trade-off):</strong> Use cloud APIs through services like OpenRouter. You&#8217;ll get access to more powerful models, faster responses, and cheaper pricing than mainstream alternatives. But your data still flows to external servers. The &#8220;magic&#8221; of full local control disappears.</p>
<p>I tested both. For my installation, I added Minimax through an API connection to verify functionality. It worked immediately. But for readers following along, I strongly recommend the Ollama route if privacy is your primary motivation. The interface makes this straightforward — click the plus button, select &#8220;local,&#8221; choose Ollama, and the system downloads models from the internet directly to your machine. You can test and activate each model with a single click.</p>
<h2>How It Compares to My Existing AI Setup</h2>
<p>This was the test I was most curious about. I&#8217;ve been running automation systems for months using Hermes-style agents. After running both side by side, the distinction became clear:</p>
<blockquote>
<p>Othaisus is like an assistant sitting at your desk with you. The screen is open, you&#8217;re conversing, working together — everything hidden on your machine, completely free.</p>
</blockquote>
<p>My Hermes-style agents are different. They work in the background autonomously. They operate while you sleep, then message you: &#8220;Boss, I handled these tasks.&#8221;</p>
<p>My conclusion? I want both. Both are free. Both are mine. The fundamental shift PewDiePie is highlighting isn&#8217;t just about tools — it&#8217;s about ownership. <strong>You&#8217;re no longer renting AI; you&#8217;re owning it.</strong></p>
<p>For a creator with 110 million subscribers to deliver that message carries weight. This isn&#8217;t niche tech philosophy anymore.</p>
<h2>Practical Features I Tested</h2>
<p>Once inside the interface, I explored the full capability set:</p>
<ul>
<li><strong>New conversation panel</strong> for standard chat interactions</li>
<li><strong>Product research section</strong> for e-commerce and market analysis</li>
<li><strong>Email integration</strong> for automated correspondence</li>
<li><strong>&#8220;Brain&#8221; and &#8220;skills&#8221; modules</strong> you can add and customize</li>
<li><strong>Model selection interface</strong> showing which languages perform best for specific tasks — some code better, others write better</li>
<li><strong>Deep research section</strong> for comprehensive investigations</li>
<li><strong>Gallery</strong> for uploading and analyzing your own images</li>
<li><strong>Library</strong> where you train the AI on your preferences and background for more personalized responses</li>
</ul>
<p>The scheduling capability particularly impressed me. You can set daily automations entirely free on your local machine — &#8220;At 10 AM, email this many people&#8221; or &#8220;Research trends and bestselling products for me.&#8221; The system runs in the background, locally, with zero cost.</p>
<p>Theme customization is also available if you want to adjust the visual interface to your preference.</p>
<h2>FAQ</h2>
<h3>Do I need to know how to code to install Othaisus?</h3>
<p>No. The installation requires Docker, which you download and install through standard prompts. After that, you copy and paste one command from the repository. I verified this process myself and had the system running without writing any original code.</p>
<h3>Is my data completely private when using Othaisus?</h3>
<p>Only if you use local models through Ollama. The Othaisus software itself runs locally and collects no telemetry, but if you connect cloud APIs like OpenRouter, your data still travels to external servers. For full privacy, download open-source models directly to your machine.</p>
<h3>How does this compare to paid AI services like ChatGPT Plus?</h3>
<p>Othaisus lacks the raw power of GPT-4o or Claude 3.5 Opus for complex reasoning tasks. However, it costs nothing, runs without internet after setup, keeps all data local, and includes autonomous agent capabilities that many paid services don&#8217;t offer. For routine business automation, research, and content tasks, the open-source models I tested performed adequately.</p>
<h3>What computer hardware do I need to run this effectively?</h3>
<p>The &#8220;Cookbook&#8221; feature automatically evaluates your specific hardware and recommends compatible models from over 270 options. Simpler models run on modest systems; larger models require more RAM and preferably a dedicated GPU. Docker itself requires significant disk space — ensure you have storage available before installing.</p>
<h2>Final Thoughts</h2>
<p>PewDiePie&#8217;s Othaisus isn&#8217;t perfect, and it won&#8217;t replace every cloud AI use case. The models are smaller, setup requires some technical comfort with Docker, and you&#8217;ll need to manage your own model selection.</p>
<p>But the core proposition is undeniable: a functional, private, autonomous AI system that costs nothing and answers to no corporation. I watched it climb from 44,000 to 67,000 stars while testing it. That velocity speaks to genuine demand, not influencer hype.</p>
<p>For my own workflow, I&#8217;m now running both approaches — Othaisus for interactive desktop work where privacy matters, and my background Hermes agents for autonomous overnight processing. The combination costs me nothing and keeps everything under my control.</p>
<p>If you&#8217;ve been paying monthly subscriptions while wondering where your business data actually lives, this is worth your time to explore. The tools to own your AI stack are finally accessible. The only question is whether you&#8217;ll use them.</p>
<hr />
<p><strong>Watch the full video</strong> (in Turkish — English subtitles available):</p>
<p><iframe width="560" height="315" src="https://www.youtube.com/embed/CNDFGsX860E" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p>
<h2>Tools &amp; Community</h2>
<ul>
<li><strong><a href="https://turkolister.co.uk" target="_blank" rel="noopener">TurkoLister</a></strong> — the AI listing tool I use to turn Amazon products into optimized eBay UK listings in about 60 seconds (from £4.99/month, £1 one-week trial).</li>
<li><strong><a href="https://www.skool.com/okyanusi-ebay-launch-lab-1065" target="_blank" rel="noopener">AI &amp; E-commerce Community</a></strong> — my Turkish-speaking community ($19/month) with weekly live sessions.</li>
<li><strong><a href="https://www.youtube.com/@AKINYILMAZOKYANUSI?sub_confirmation=1" target="_blank" rel="noopener">Subscribe on YouTube</a></strong> — new experiments every week.</li>
</ul>
<p>The post <a href="https://digitalmarketmentoring.com/i-tested-pewdiepie-free-ai-open-source/">I Tested PewDiePie&#8217;s Free AI: Here&#8217;s What Surprised Me</a> appeared first on <a href="https://digitalmarketmentoring.com">Digital Market Mentoring</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>I Tested 4 AI Models: Free Nexand 2 Beat $25 Claude</title>
		<link>https://digitalmarketmentoring.com/nexand-2-vs-claude-kimi-glm-coding-test/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 05 Jul 2026 08:00:00 +0000</pubDate>
				<category><![CDATA[Automation]]></category>
		<category><![CDATA[AI comparison]]></category>
		<category><![CDATA[Claude Opus]]></category>
		<category><![CDATA[coding AI]]></category>
		<category><![CDATA[Nexand 2]]></category>
		<category><![CDATA[open-source AI]]></category>
		<guid isPermaLink="false">https://digitalmarketmentoring.com/?p=6293</guid>

					<description><![CDATA[<p>I compared Nexand 2 (free), Claude Opus ($25/million tokens), Kimi K2.7 and GLM 5.1 on real coding tasks. The results shocked me.</p>
<p>The post <a href="https://digitalmarketmentoring.com/nexand-2-vs-claude-kimi-glm-coding-test/">I Tested 4 AI Models: Free Nexand 2 Beat $25 Claude</a> appeared first on <a href="https://digitalmarketmentoring.com">Digital Market Mentoring</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>For years, the rule was simple: the best AI was the most expensive AI. Claude Opus, Anthropic&#8217;s flagship model, charges approximately $25 per million output tokens. Then everything changed. A new model called <strong>Nexand 2</strong> emerged from China—completely open source, completely free to download, and free to use commercially. Even more shocking, it scored above 80 on LiveBench, a real coding benchmark where GPT and Claude sit. I had to see if &#8220;free&#8221; meant &#8220;terrible.&#8221; So I put four models head-to-head: <strong>Kimi K2.7</strong>, <strong>GLM 5.1</strong>, <strong>Claude Opus 4</strong>, and <strong>Nexand 2 Pro</strong>. Same prompts, same tasks, same scrutiny. Here&#8217;s exactly what happened.</p>
<h2>Key Takeaways</h2>
<ul>
<li><strong>Nexand 2 is genuinely free</strong>—input and output tokens cost $0, even for commercial use, yet it outperformed paid models on the game-building task.</li>
<li><strong>Claude Opus costs ~$25/million output tokens</strong> versus Kimi K2.7 at ~$4, GLM 5.1 at ~$3.08, and Nexand 2 at $0.</li>
<li><strong>Claude finished fastest</strong> on most tasks, but speed didn&#8217;t always equal the best final output.</li>
<li><strong>Kimi K2.7 failed completely</strong> on the game task—writing files but producing no playable output.</li>
<li><strong>GLM 5.1 took 25 minutes</strong> to build a game with movement bugs, making it impractical for rapid iteration.</li>
<li><strong>Operator&#8217;s Fusion mode</strong> can auto-switch between models mid-task, potentially optimizing for cost and quality dynamically.</li>
</ul>
<h2>The Cost Reality: Why This Comparison Matters</h2>
<p>Before testing quality, I stared at the pricing table for a long time. Claude Opus charges roughly $5 per million input tokens and $25 per million output tokens. Kimi K2.7 drops that to about $0.75 input and $3.50 output. GLM 5.1 sits at approximately $0.98 input and $3.08 output. Then there&#8217;s Nexand 2: <strong>$0 for both input and output</strong>, with full commercial freedom.</p>
<p>I&#8217;ve been running AI-powered automation systems for my e-commerce operations for years. When you&#8217;re processing thousands of tokens daily, the difference between $25 and $0 isn&#8217;t theoretical—it&#8217;s the difference between a profitable workflow and one that bleeds money. But I refused to believe free could compete. That&#8217;s why I designed these tests.</p>
<h2>Test 1: Building a Sales Funnel Website</h2>
<p>I gave all four models the same prompt: build a website similar to my okenis.com system, a functional sales funnel with specific features. No hand-holding, no detailed specifications—just &#8220;make something like this.&#8221;</p>
<h3>Kimi K2.7&#8217;s Attempt</h3>
<p>Kimi produced a complete website quickly. It included cookie consent banners—something many developers forget—and structured the layout professionally. However, looking at the backend code, I spotted bugs. Text rendering had inconsistencies. The design felt obviously AI-generated, lacking the subtle refinements a human designer would add. Usable? Yes. Polished? Not quite.</p>
<h3>Claude Opus&#8217;s Attempt</h3>
<p>At nearly $25 per million tokens, Claude delivered the most visually refined result. The background graphics were superior, with animated highlights and a four-step automation showcase. Crucially, Claude didn&#8217;t invent random pricing—it pulled realistic figures, showing it understood context rather than hallucinating. The interactive elements worked smoothly. Between Kimi and Claude, Claude clearly produced the more professional output.</p>
<h3>Nexand 2&#8217;s Attempt</h3>
<p>Here&#8217;s where I got genuinely confused. The completely free model added background images to my simple prompt, created illuminated panels, and styled text in an &#8220;ultra-futuristic&#8221; aesthetic. It structured pricing packages and even built a forum section. Was it perfect? No—it worked from my prompt rather than researching live data from my site. But for $0? I kept asking myself: how is this possible?</p>
<h3>GLM 5.1&#8217;s Attempt</h3>
<p>GLM produced elegant opening animations and even added animated counters—a nice touch. However, it misspelled my brand name, adding incorrect characters. The backend implementation was decent but basic. With more prompt refinement, GLM could improve, but out of the box, it felt rougher than the others.</p>
<h2>Test 2: Building a Minecraft-Style Game</h2>
<p>Websites are one thing. Games test reasoning, physics, interactivity, and error handling. I gave all models the same prompt: build a Minecraft-like block game in a browser. Here&#8217;s where everything got strange.</p>
<p><strong>Claude finished first.</strong> The game loaded, allowed left-click to break blocks, right-click to place them, and jump with upward movement. Was it perfect Minecraft? Honestly, I&#8217;ve never played Minecraft—my son tells me about it—but the mechanics seemed functional. I couldn&#8217;t definitively call it good or bad without player expertise.</p>
<p><strong>Kimi K2.7 failed entirely.</strong> It wrote some code files but produced no playable game. The output files were essentially empty. I have no idea why—it simply didn&#8217;t execute the task.</p>
<p><strong>Fusion mode disappointed.</strong> I expected great things since Fusion automatically switches to the best model for each subtask. Instead, the output was extremely blurry, almost unplayable. The colors were there, interaction was technically possible, but the visual quality made it practically useless.</p>
<p><strong>Nexand 2 won decisively.</strong> After approximately 13 minutes, the free model delivered a functional block-building game. I could place boxes, break them, and navigate the environment. The visual clarity surpassed Fusion&#8217;s blurry mess. I sat there genuinely baffled: the $0 model outperformed the $25 one on a complex creative task.</p>
<p>For comparison, I also tested <strong>Minimax</strong> (which had previously built my best game). It produced something poetic and visually striking—almost too bright—but functional. When you fell off the world, the game ended. Different aesthetic, competent execution.</p>
<p><strong>GLM 5.1 took 25 minutes</strong> and delivered a visually impressive but broken game. The character wouldn&#8217;t move properly. After that wait, the bugs made it unusable.</p>
<h2>What About Speed and Smart Adaptation?</h2>
<p>Nexand 2 has an intelligent side I appreciated: it adapts depth based on task complexity. Simple queries get fast answers; complex problems trigger deeper reasoning. Kimi K2.7 uses approximately 30% fewer reasoning steps than its predecessor, making it noticeably quicker. Claude remains methodical, step-by-step, never rushing.</p>
<p>But here&#8217;s what changed my thinking: <strong>Operator&#8217;s Fusion mode</strong>. This feature lets the system automatically switch between models during a task. If one model handles a subtask faster or better, Fusion routes to it, then returns to the primary model. For Cursor users, this infrastructure already exists. The implication is huge—you no longer need to manually choose &#8220;which AI is best.&#8221; The system optimizes in real-time, potentially combining Claude&#8217;s refinement with Nexand&#8217;s cost advantage.</p>
<h2>My Honest Verdict: Which Model for Which Situation</h2>
<p>After these tests, my recommendations split by use case:</p>
<p><strong>For zero-budget, open-source coding:</strong> Nexand 2 is now my top recommendation. The game test proved it handles complex logic. One caveat: because it&#8217;s powerful, it demands strong hardware if you&#8217;re running it locally. Use Operator&#8217;s free cloud tier instead if your machine struggles.</p>
<p><strong>For cheap, fast, open-source work:</strong> Kimi K2.7 at ~$4 per million tokens offers solid value. It failed the game test but performed adequately on websites. For routine coding tasks where speed matters, it&#8217;s worth considering.</p>
<p><strong>For mission-critical, high-stakes code:</strong> Claude Opus remains the premium choice. When client work, security, or complex architecture demands the highest reliability, I still reach for Claude. But I pay accordingly—and increasingly question whether that premium is always justified.</p>
<p><strong>For GLM 5.1:</strong> I can&#8217;t currently recommend it. Twenty-five minutes for a broken game, slower than competitors at similar pricing tiers. Perhaps future updates will improve it.</p>
<h2>FAQ</h2>
<h3>Is Nexand 2 really completely free for commercial use?</h3>
<p>Yes. Based on my testing through Operator, both input and output tokens are currently priced at $0, with explicit commercial usage rights. You can also download the open-source weights and run them locally.</p>
<h3>How did Nexand 2 score on official coding benchmarks?</h3>
<p>According to LiveBench data, Nexand 2 scored above 80 on coding tests, placing it in the same tier as GPT and Claude on that specific benchmark.</p>
<h3>What hardware do I need to run Nexand 2 locally?</h3>
<p>Nexand 2 is a powerful model requiring substantial GPU resources for local deployment. If you lack high-end hardware, using it through cloud platforms like Operator&#8217;s free tier is the practical alternative.</p>
<h3>What is Fusion mode and should I use it?</h3>
<p>Fusion mode automatically switches between AI models during a task, routing subtasks to whichever model handles them best or cheapest. In my game test, it underperformed individual models, but the concept is promising as the technology matures.</p>
<h2>Conclusion</h2>
<p>This test destroyed my assumption that price equals quality. Nexand 2, at literally zero cost, built the best game and a competent website. Claude still leads on polish and reliability, but the gap is narrowing faster than I expected. For my own operations, I&#8217;m now running hybrid setups—Claude for client-critical work, Nexand 2 for internal prototyping and experimentation. The real winner might be Fusion-style systems that combine them intelligently. If you&#8217;re still paying premium prices without testing alternatives, you&#8217;re potentially burning money. I run these comparisons weekly, and the landscape shifts constantly. The model that&#8217;s best today may be second-tier next month. Stay testing, stay skeptical, and never assume the expensive option is the right one.</p>
<hr />
<p><strong>Watch the full video</strong> (in Turkish — English subtitles available):</p>
<p><iframe width="560" height="315" src="https://www.youtube.com/embed/A6O8cFCQ7pk" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p>
<h2>Tools &amp; Community</h2>
<ul>
<li><strong><a href="https://turkolister.co.uk" target="_blank" rel="noopener">TurkoLister</a></strong> — the AI listing tool I use to turn Amazon products into optimized eBay UK listings in about 60 seconds (from £4.99/month, £1 one-week trial).</li>
<li><strong><a href="https://www.skool.com/okyanusi-ebay-launch-lab-1065" target="_blank" rel="noopener">AI &amp; E-commerce Community</a></strong> — my Turkish-speaking community ($19/month) with weekly live sessions.</li>
<li><strong><a href="https://www.youtube.com/@AKINYILMAZOKYANUSI?sub_confirmation=1" target="_blank" rel="noopener">Subscribe on YouTube</a></strong> — new experiments every week.</li>
</ul>
<p>The post <a href="https://digitalmarketmentoring.com/nexand-2-vs-claude-kimi-glm-coding-test/">I Tested 4 AI Models: Free Nexand 2 Beat $25 Claude</a> appeared first on <a href="https://digitalmarketmentoring.com">Digital Market Mentoring</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
