<?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>ePanorama.net &#187; AI</title>
	<atom:link href="http://www.epanorama.net/blog/category/ai/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.epanorama.net/blog</link>
	<description>All about electronics and circuit design</description>
	<lastBuildDate>Wed, 15 Apr 2026 20:31:27 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.14</generator>
	<item>
		<title>AI bullshit</title>
		<link>https://www.epanorama.net/blog/2026/03/21/ai-bullshit/</link>
		<comments>https://www.epanorama.net/blog/2026/03/21/ai-bullshit/#comments</comments>
		<pubDate>Sat, 21 Mar 2026 09:01:07 +0000</pubDate>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
				<category><![CDATA[AI]]></category>

		<guid isPermaLink="false">https://www.epanorama.net/blog/?p=199338</guid>
		<description><![CDATA[<p>Here are some AI bullshit stamps <a class="moretag" href="https://www.epanorama.net/blog/2026/03/21/ai-bullshit/">&#8594;</a></p>]]></description>
				<content:encoded><![CDATA[<p>Here are some AI bullshit stamps</p>
<p><a href="https://www.epanorama.net/blog/wp-content/uploads/2026/02/file_000000007e6c7243b403a82fe6ca3ce3.png"><img src="https://www.epanorama.net/blog/wp-content/uploads/2026/02/file_000000007e6c7243b403a82fe6ca3ce3.png" alt="file_000000007e6c7243b403a82fe6ca3ce3" width="1536" height="1024" class="alignnone size-full wp-image-199340" /></a></p>
<p><a href="https://www.epanorama.net/blog/wp-content/uploads/2026/02/file_00000000a914720aa86cdbe5fa8698bd.png"><img src="https://www.epanorama.net/blog/wp-content/uploads/2026/02/file_00000000a914720aa86cdbe5fa8698bd.png" alt="file_00000000a914720aa86cdbe5fa8698bd" width="1536" height="1024" class="alignnone size-full wp-image-199342" /></a></p>
<p><a href="https://www.epanorama.net/blog/wp-content/uploads/2026/02/file_00000000b11072438fdd5bec3e2aa5ae1.png"><img src="https://www.epanorama.net/blog/wp-content/uploads/2026/02/file_00000000b11072438fdd5bec3e2aa5ae1.png" alt="file_00000000b11072438fdd5bec3e2aa5ae" width="1536" height="1024" class="alignnone size-full wp-image-199344" /></a></p>
]]></content:encoded>
			<wfw:commentRss>https://www.epanorama.net/blog/2026/03/21/ai-bullshit/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Master Agent-Driven Development</title>
		<link>https://www.epanorama.net/blog/2026/02/24/how-to-master-agent-driven-development/</link>
		<comments>https://www.epanorama.net/blog/2026/02/24/how-to-master-agent-driven-development/#comments</comments>
		<pubDate>Tue, 24 Feb 2026 16:52:36 +0000</pubDate>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">https://www.epanorama.net/blog/?p=199306</guid>
		<description><![CDATA[<p>I just read an interesting article How to Write a Good Spec for AI Agents article on using AI to write software. That article is pretty long, so I decided that a compact overview would be useful. I started to pick what I think was most important and decided to turn my notes/picks to this <a class="moretag" href="https://www.epanorama.net/blog/2026/02/24/how-to-master-agent-driven-development/">&#8594;</a></p>]]></description>
				<content:encoded><![CDATA[<p>I just read an interesting article <a href="https://www.oreilly.com/radar/how-to-write-a-good-spec-for-ai-agents/">How to Write a Good Spec for AI Agents</a> article on using AI to write software. That article is pretty long, so I decided that a compact overview would be useful. I started to pick what I think was most important and decided to turn my notes/picks to this blog post The Art of the AI Spec: How to Master Agent-Driven Development (AI helped of course in this).</p>
<p>We’ve all been there: you hand an AI agent a massive, detailed document—something — only for the model to hallucinate, ignore half your instructions, or collapse under the weight of its own context.</p>
<p>Simply put, more context doesn&#8217;t always mean better results. To get the most out of tools like Claude Code or Gemini, you need a framework that respects the &#8220;attention budget&#8221; of the model. </p>
<p>Here is how to write smart, executable specs that keep your agents on track.</p>
<p><strong>1. Start Small and Co-Create</strong><br />
Don&#8217;t overengineer on day one. Start with a high-level vision (your &#8220;Product Brief&#8221;) and ask the AI to draft the detailed technical specification (SPEC.md).<br />
 &#8211; The Workflow: Use &#8220;Plan Mode&#8221; (read-only) to iterate on the document first.<br />
 &#8211; The Benefit: This turns the spec into a shared &#8220;source of truth&#8221; that both you and the AI helped build, ensuring the model actually &#8220;understands&#8221; the mission before it writes a single line of code.</p>
<p><strong>2. Structure Like a Professional PRD (Product Requirement Document)</strong><br />
AI agents are literal-minded. They thrive on structure. According to research into thousands of successful agent configurations, your spec should focus on these six core areas:<br />
- Command: Exact executable strings (e.g., npm test, pytest -v).<br />
- Testing: Frameworks, locations, and coverage expectations.<br />
- Structure: Explicit file paths (e.g., src/ for code, tests/ for QA).<br />
- Style: Provide one code snippet rather than three paragraphs of description.<br />
- Workflow: Branch naming and commit message formats.<br />
- Boundaries: Hard &#8220;No-Go&#8221; zones (e.g., &#8220;Never touch .env files&#8221;).</p>
<p><strong>3. Modularize to Avoid the &#8220;Curse of Instructions&#8221;</strong><br />
Research shows that as you pile on rules, an LLM’s ability to follow any of them drops. Divide and conquer is the only way to scale.<br />
 &#8211; Break it down: Feed the agent only the relevant section of the spec for the task at hand (e.g., just the &#8220;Database Schema&#8221; section when building the API).<br />
 &#8211; Use an Index: For large projects, have the AI create a &#8220;Spec Summary&#8221; or Table of Contents. This acts as a bird&#8217;s-eye view that stays in the prompt while the heavy details stay in the file.</p>
<p><strong>4. Implement Three-Tier Boundaries</strong><br />
Don&#8217;t just give the AI a list of &#8220;Don&#8217;ts.&#8221; Use a tiered approach to balance autonomy with safety:<br />
 &#8211; Always Do: Actions the agent takes without asking (e.g., &#8220;Always run linting before committing&#8221;).<br />
 &#8211; Ask First: High-impact changes (e.g., &#8220;Ask before adding a new library&#8221;).<br />
 &#8211; Never Do: Hard stops (e.g., &#8220;Never commit secrets or API keys&#8221;).</p>
<p><strong>5. Treat the Spec as a Living Artifact</strong><br />
A spec isn&#8217;t &#8220;write once, run forever.&#8221; It’s an iterative loop. If the agent discovers a better data model or hits a technical wall, update the SPEC.md first, then resync the agent.<br />
 &#8211; Self-Verification: Instruct the agent to compare its output against the spec checklist before it considers a task &#8220;done.&#8221;<br />
 &#8211; The Human Filter: Remember the &#8220;House of Cards&#8221; rule—AI code can look perfect but collapse under edge cases. Never commit code you couldn&#8217;t explain to someone else.</p>
<p>The Bottom Line</p>
<p>Effective &#8220;Agent Experience&#8221; (AX) is about providing a clear &#8220;what&#8221; and &#8220;why&#8221; while setting firm guardrails on the &#8220;how.&#8221; By treating your spec as an executable artifact rather than just a notes file, you move from &#8220;vibe coding&#8221; to genuine AI-assisted engineering.</p>
<p>For more information read full article to get into the details:<br />
<a href="https://www.oreilly.com/radar/how-to-write-a-good-spec-for-ai-agents/">How to Write a Good Spec for AI Agents</a><br />
<a href="https://www.oreilly.com/radar/how-to-write-a-good-spec-for-ai-agents/">https://www.oreilly.com/radar/how-to-write-a-good-spec-for-ai-agents/</a></p>
]]></content:encoded>
			<wfw:commentRss>https://www.epanorama.net/blog/2026/02/24/how-to-master-agent-driven-development/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Coding trends 2026</title>
		<link>https://www.epanorama.net/blog/2026/01/27/coding-trends-2026/</link>
		<comments>https://www.epanorama.net/blog/2026/01/27/coding-trends-2026/#comments</comments>
		<pubDate>Tue, 27 Jan 2026 09:20:17 +0000</pubDate>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Trends and predictions]]></category>

		<guid isPermaLink="false">https://www.epanorama.net/blog/?p=198970</guid>
		<description><![CDATA[<p>In the tech world, there is a constant flow of changes and keeping up with them means the choice for tools and technologies which are the most appropriate to invest your time in. In 2026 the best programming language or technology stack to learn really depends on your personal aims, hobbies, and apps you are <a class="moretag" href="https://www.epanorama.net/blog/2026/01/27/coding-trends-2026/">&#8594;</a></p>]]></description>
				<content:encoded><![CDATA[<p>In the tech world, there is a constant flow of changes and keeping up with them means the choice for tools and technologies which are the most appropriate to invest your time in.</p>
<p>In 2026 the best programming language or technology stack to learn really depends on your personal aims, hobbies, and apps you are going to create.</p>
<p>The use of AI is increasing. AI as a “Pair Programmer” is becoming the default. Code completion, refactoring, and boilerplate generation are used often. Devs spend more time reviewing and steering code than typing it. “Explain this error” and “why is this slow?” prompts are useful.</p>
<p>In prompt-Driven Development programmers describe the intent in natural language and then let AI generate first drafts of functions, APIs, or configs. Iterate by refining prompts rather than rewriting code. Trend: Knowing how to ask is becoming as important as syntax.</p>
<p>Strong growth in: Auto-generated unit and integration tests and edge-case discovery. Trend: “Test-first” is easier when AI writes the boring parts.</p>
<p>AI is moving up the stack. Trend: AI as a junior architect or reviewer, not the final decider.</p>
<p>AI comes to Security &#038; Code Quality Scanning. Rapid adoption in: Static analysis and vulnerability detection, secret leakage and dependency risk checks. AI can give secure-by-default code suggestions. Trend: AI shifts security earlier in the SDLC (“shift left”).</p>
<p>Instead of one-off prompts: AI agents that plan → code → test → fix → retry. Multi-step autonomous tasks (e.g., “add feature X and update docs”) can be done in best cases. Trend: Still supervised, but moving toward semi-autonomous dev loops.</p>
<p>AI is heavily used for explaining large, unfamiliar codebases and translating between languages/frameworks. It helps onboarding new engineers faster.</p>
<p>What’s changing: Less manual boilerplate work<br />
More focus on problem definition, review, and decision-making. There is stronger emphasis on fundamentals, architecture, and domain knowledge. Trend: Devs become editors, designers, and orchestrators.</p>
<p>AI usage policies and audit trails is necessary. Trend: “Use AI, but safely.”</p>
<p>Likely directions:<br />
Deeper IDE + CI/CD integration<br />
AI maintaining legacy systems<br />
Natural-language → production-ready features<br />
AI copilots customized to your codebase</p>
]]></content:encoded>
			<wfw:commentRss>https://www.epanorama.net/blog/2026/01/27/coding-trends-2026/feed/</wfw:commentRss>
		<slash:comments>526</slash:comments>
		</item>
		<item>
		<title>AI trends 2026</title>
		<link>https://www.epanorama.net/blog/2026/01/11/ai-trends-2026/</link>
		<comments>https://www.epanorama.net/blog/2026/01/11/ai-trends-2026/#comments</comments>
		<pubDate>Sun, 11 Jan 2026 21:42:14 +0000</pubDate>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Trends and predictions]]></category>

		<guid isPermaLink="false">https://www.epanorama.net/blog/?p=198821</guid>
		<description><![CDATA[<p>Here are some of the the major AI trends shaping 2026 — based on current expert forecasts, industry reports, and recent developments in technology. The material is analyzed using AI tools and final version hand-edited to this blog text: 1. Generative AI Continues to Mature Generative AI (text, image, video, code) will become more advanced <a class="moretag" href="https://www.epanorama.net/blog/2026/01/11/ai-trends-2026/">&#8594;</a></p>]]></description>
				<content:encoded><![CDATA[<p>Here are some of the the major <a href="https://www.brilworks.com/blog/ai-trends-2026/?utm_source=chatgpt.com">AI trends</a> shaping 2026 — based on current expert forecasts, industry reports, and recent developments in technology. The material is analyzed using AI tools and final version hand-edited to this blog text:</p>
<p>1. <strong>Generative AI Continues to Mature</strong></p>
<p>Generative AI (text, image, video, code) will become more advanced and mainstream, with notable growth in:<br />
* Generative video creation<br />
* Gaming and entertainment content generation<br />
* Advanced synthetic data for simulations and analytics<br />
<a href="https://www.forbes.com/sites/bernardmarr/2025/10/13/10-generative-ai-trends-in-2026-that-will-transform-work-and-life/">This trend will bring new creative possibilities — and intensify debates around authenticity and copyright</a>.</p>
<p>2. <strong>AI Agents Move From Tools to Autonomous Workers</strong></p>
<p>Rather than just answering questions or generating content, <strong>AI systems will increasingly act autonomously</strong>, performing complex, multi-step workflows and interacting with apps and processes on behalf of users — a shift sometimes called <strong>agentic AI</strong>. <a href="https://www.brilworks.com/blog/ai-trends-2026/?utm_source=chatgpt.com">These agents will become part of enterprise operations, not just assistant features.</a> </p>
<p>3. <strong>Smaller, Efficient &#038; Domain-Specific Models</strong></p>
<p>Instead of “bigger is always better,” <strong>specialized AI models</strong> tailored to specific industries (healthcare, finance, legal, telecom, manufacturing) will start to dominate in many enterprise applications. <a href="https://millipixels.com/blog/ai-trends-2026?utm_source=chatgpt.com">These models are more accurate, legally compliant, and cost-efficient than general models</a>. </p>
<p>4. <strong>AI Embedded Everywhere</strong></p>
<p>AI won’t be an add-on feature — it will be <strong>built into everyday software and devices</strong>:<br />
* Office apps with intelligent drafting, summarization, and task insights<br />
* Operating systems with native AI<br />
* Edge devices processing AI tasks locally<br />
<a href="https://www.digitalregenesys.com/blog/top-10-ai-trends-for-2026?utm_source=chatgpt.com">This makes AI pervasive in both work and consumer contexts</a>. </p>
<p>5. <strong>AI Infrastructure Evolves: Inference &#038; Efficiency Focus</strong></p>
<p>More investment is going into <strong>inference infrastructure</strong> — the real-time decision-making step where models run in production — thereby optimizing costs, latency, and scalability. <a href="https://www.n-ix.com/ai-trends/?utm_source=chatgpt.com ">Enterprises are also consolidating AI stacks for better governance and compliance</a>. </p>
<p>6. <strong>AI in Healthcare, Research, and Sustainability</strong></p>
<p>AI is spreading beyond diagnostics into treatment planning, global health access, environmental modeling, and scientific discovery. <a href="https://news.microsoft.com/source/asia/2025/12/11/microsoft-unveils-7-ai-trends-for-2026/?utm_source=chatgpt.com">These applications could help address personnel shortages and speed up research breakthroughs</a>. </p>
<p>7. <strong>Security, Ethics &#038; Governance Become Critical</strong></p>
<p>With AI handling more sensitive tasks, organizations will prioritize:<br />
* Ethical use frameworks<br />
* Governance policies<br />
* AI risk management<br />
<a href="https://millipixels.com/blog/ai-trends-2026?utm_source=chatgpt.com">This trend reflects broader concerns about trust, compliance, and responsible deployment</a>. </p>
<p>8. <strong>Multimodal AI Goes Mainstream</strong></p>
<p>AI systems that understand and generate across <strong>text, images, audio, and video</strong> <a href="https://www.risingtrends.co/blog/generative-ai-trends-2026?utm_source=chatgpt.com">will grow rapidly, enabling richer interactions and more powerful applications in search, creative work, and interfaces</a>. </p>
<p>9. <strong>On-Device and Edge AI Growth</strong></p>
<p><a href="https://www.fool.com/investing/2025/12/24/artificial-intelligence-ai-trends-to-watch-in-2026/?utm_source=chatgpt.com">Processing AI tasks locally on phones, wearables, or edge devices will increase, helping with privacy, lower latency, and offline capabilities — especially crucial for real-time scenarios (e.g., IoT, healthcare, automotive)</a>. </p>
<p>10. <strong>New Roles: AI Manager &#038; Human-Agent Collaboration</strong></p>
<p>Instead of replacing humans, AI will shift job roles:<br />
* People will manage, supervise, and orchestrate AI agents<br />
* Human expertise will focus on strategy, oversight, and creative judgment<br />
<a href="https://www.reddit.com//r/AI_Agents/comments/1q3ka8o/i_read_google_clouds_ai_agent_trends_2026_report/?utm_source=chatgpt.com">This human-in-the-loop model becomes the norm</a>. </p>
<p><a href="https://openclipart.org/detail/341346/ai-generated-robot"><img src="https://openclipart.org/image/400px/341346" width="309" height="400" class="alignnone" /></a></p>
<p>Sources:<br />
[1]: <a href="https://www.brilworks.com/blog/ai-trends-2026/?utm_source=chatgpt.com">https://www.brilworks.com/blog/ai-trends-2026/?utm_source=chatgpt.com</a> &#8220;7 AI Trends to Look for in 2026&#8243;<br />
[2]: <a href="https://www.forbes.com/sites/bernardmarr/2025/10/13/10-generative-ai-trends-in-2026-that-will-transform-work-and-life/?utm_source=chatgpt.com">https://www.forbes.com/sites/bernardmarr/2025/10/13/10-generative-ai-trends-in-2026-that-will-transform-work-and-life/?utm_source=chatgpt.com</a> &#8220;10 Generative AI Trends In 2026 That Will Transform Work And Life&#8221;<br />
[3]: <a href="https://millipixels.com/blog/ai-trends-2026?utm_source=chatgpt.com">https://millipixels.com/blog/ai-trends-2026?utm_source=chatgpt.com</a> &#8220;AI Trends 2026: The Key Enterprise Shifts You Must Know | Millipixels&#8221;<br />
[4]: <a href="https://www.digitalregenesys.com/blog/top-10-ai-trends-for-2026?utm_source=chatgpt.com">https://www.digitalregenesys.com/blog/top-10-ai-trends-for-2026?utm_source=chatgpt.com</a> &#8220;Digital Regenesys | Top 10 AI Trends for 2026&#8243;<br />
[5]: <a href="https://www.n-ix.com/ai-trends/?utm_source=chatgpt.com">https://www.n-ix.com/ai-trends/?utm_source=chatgpt.com</a> &#8220;7 AI trends to watch in 2026 &#8211; N-iX&#8221;<br />
[6]: <a href="https://news.microsoft.com/source/asia/2025/12/11/microsoft-unveils-7-ai-trends-for-2026/?utm_source=chatgpt.com">https://news.microsoft.com/source/asia/2025/12/11/microsoft-unveils-7-ai-trends-for-2026/?utm_source=chatgpt.com</a> &#8220;Microsoft unveils 7 AI trends for 2026 &#8211; Source Asia&#8221;<br />
[7]: <a href="https://www.risingtrends.co/blog/generative-ai-trends-2026?utm_source=chatgpt.com">https://www.risingtrends.co/blog/generative-ai-trends-2026?utm_source=chatgpt.com</a> &#8220;7 Generative AI Trends to Watch In 2026&#8243;<br />
[8]: <a href="https://www.fool.com/investing/2025/12/24/artificial-intelligence-ai-trends-to-watch-in-2026/?utm_source=chatgpt.com">https://www.fool.com/investing/2025/12/24/artificial-intelligence-ai-trends-to-watch-in-2026/?utm_source=chatgpt.com</a> &#8220;3 Artificial Intelligence (AI) Trends to Watch in 2026 and How to Invest in Them | The Motley Fool&#8221;<br />
[9]: <a href="https://www.reddit.com//r/AI_Agents/comments/1q3ka8o/i_read_google_clouds_ai_agent_trends_2026_report/?utm_source=chatgpt.com">https://www.reddit.com//r/AI_Agents/comments/1q3ka8o/i_read_google_clouds_ai_agent_trends_2026_report/?utm_source=chatgpt.com</a> &#8220;I read Google Cloud’s “AI Agent Trends 2026” report,  here are 10 takeaways that actually matter&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>https://www.epanorama.net/blog/2026/01/11/ai-trends-2026/feed/</wfw:commentRss>
		<slash:comments>1555</slash:comments>
		</item>
		<item>
		<title>Bad AI circuits</title>
		<link>https://www.epanorama.net/blog/2025/07/07/bad-ai-circuits/</link>
		<comments>https://www.epanorama.net/blog/2025/07/07/bad-ai-circuits/#comments</comments>
		<pubDate>Mon, 07 Jul 2025 20:16:49 +0000</pubDate>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[Electronics Design]]></category>

		<guid isPermaLink="false">https://www.epanorama.net/blog/?p=197969</guid>
		<description><![CDATA[<p>Still, Ai is not capable enough to create correct diagrams on its own. I wonder if it is posible to post working circuits to Facebook…… mostly only AI crap seems to be posted Example from https://www.facebook.com/share/p/16vJCdn37B/ The left side circuit is almost correct, but for example the control button has only one wire in it, <a class="moretag" href="https://www.epanorama.net/blog/2025/07/07/bad-ai-circuits/">&#8594;</a></p>]]></description>
				<content:encoded><![CDATA[<p>Still, Ai is not capable enough to create correct diagrams on its own. </p>
<p>I wonder if it is posible to post working circuits to Facebook…… mostly only AI crap seems to be posted</p>
<p>Example from <a href=" https://www.facebook.com/share/p/16vJCdn37B/">https://www.facebook.com/share/p/16vJCdn37B/</a></p>
<p><a href="https://www.epanorama.net/blog/wp-content/uploads/2025/07/Screenshot_20250707-182313_Facebook.jpg"><img src="https://www.epanorama.net/blog/wp-content/uploads/2025/07/Screenshot_20250707-182313_Facebook.jpg" alt="screenshot_20250707-182313_facebook" width="1078" height="1789" class="alignnone size-full wp-image-197971" /></a></p>
<p>The left side circuit is almost correct, but for example the control button has only one wire in it, so it does not do anything. </p>
<p>On the right side circuit there is wrong transistor symbol (NPN symbol for PNP transistor). Also the LED has only one wire and there is half resistor in the picture. Even if those were corrected, that 19 kohms is a bit too high value for LED current limiting resistor so LED would be very dim.</p>
<p>Example from <a href="https://www.facebook.com/share/r/15v8Kc6Tmw/">https://www.facebook.com/share/r/15v8Kc6Tmw/</a></p>
<p><a href="https://www.epanorama.net/blog/wp-content/uploads/2025/07/Screenshot_20250707-172854_Facebook.jpg"><img src="https://www.epanorama.net/blog/wp-content/uploads/2025/07/Screenshot_20250707-172854_Facebook.jpg" alt="screenshot_20250707-172854_facebook" width="1080" height="2400" class="alignnone size-full wp-image-197974" /></a></p>
<p>This circuit does not work at all. If you try this, first the semiconductors will be fried due overvoltage for them: IR receiver is typically designed for 5V and the BC547 transistor has a maximum collector-emitter voltage (Vce) rating of 45V. When they are fried short, the resistor will start to smoke. Also the interconnection of IR receiver and BC547 is incorrect.</p>
<p>Example from <a href="https://www.facebook.com/share/p/16t7VXGDQz/">https://www.facebook.com/share/p/16t7VXGDQz/</a></p>
<p><a href="https://www.epanorama.net/blog/wp-content/uploads/2025/07/Screenshot_20250708-222508_Facebook.jpg"><img src="https://www.epanorama.net/blog/wp-content/uploads/2025/07/Screenshot_20250708-222508_Facebook.jpg" alt="screenshot_20250708-222508_facebook" width="1080" height="1587" class="alignnone size-full wp-image-197987" /></a></p>
<p>Here are some more examples:</p>
<p><a href="https://www.epanorama.net/blog/wp-content/uploads/2025/07/Screenshot_20250708-171321_Facebook.jpg"><img src="https://www.epanorama.net/blog/wp-content/uploads/2025/07/Screenshot_20250708-171321_Facebook.jpg" alt="screenshot_20250708-171321_facebook" width="1080" height="2400" class="alignnone size-full wp-image-197980" /></a></p>
<p>Here the input and output are shorted in upper circuit. The lower circuit has input shorted, invalid input voltage range specified, non-working one wire capacitor and shorted LED.</p>
<p>Another example:</p>
<p><a href="https://www.epanorama.net/blog/wp-content/uploads/2025/07/Screenshot_20250708-152926_Facebook.jpg"><img src="https://www.epanorama.net/blog/wp-content/uploads/2025/07/Screenshot_20250708-152926_Facebook.jpg" alt="screenshot_20250708-152926_facebook" width="1079" height="1596" class="alignnone size-full wp-image-197984" /></a></p>
<p>Here is a fixed version of circuit that could maybe work (looks OK at quick overview but not tested in practice) as a crude power inverter (square wave output with unstable and not clearly defined operating frequency). </p>
<p><a href="https://www.epanorama.net/blog/wp-content/uploads/2025/07/Screenshot_20250708-152859_Facebook.jpg"><img src="https://www.epanorama.net/blog/wp-content/uploads/2025/07/Screenshot_20250708-152859_Facebook.jpg" alt="screenshot_20250708-152859_facebook" width="1080" height="2400" class="alignnone size-full wp-image-197982" /></a></p>
]]></content:encoded>
			<wfw:commentRss>https://www.epanorama.net/blog/2025/07/07/bad-ai-circuits/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>AI is Revolutionizing Embedded Systems Development</title>
		<link>https://www.epanorama.net/blog/2025/03/20/ai-is-revolutionizing-embedded-systems-development/</link>
		<comments>https://www.epanorama.net/blog/2025/03/20/ai-is-revolutionizing-embedded-systems-development/#comments</comments>
		<pubDate>Thu, 20 Mar 2025 21:21:53 +0000</pubDate>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
				<category><![CDATA[AI]]></category>

		<guid isPermaLink="false">https://www.epanorama.net/blog/?p=197443</guid>
		<description><![CDATA[<p>I have just written an article to Uusiteknologia magazine on how AI is being used in electronics products design and the development of new features in embedded systems. Over the past few years, generative AI, utilizing large language models (LLMs), has become a common tool for developers working on electronics and embedded devices. AI is <a class="moretag" href="https://www.epanorama.net/blog/2025/03/20/ai-is-revolutionizing-embedded-systems-development/">&#8594;</a></p>]]></description>
				<content:encoded><![CDATA[<p>I have just written an article to <a href="https://www.uusiteknologia.fi/">Uusiteknologia</a> magazine on how AI is being used in electronics products design and the development of new features in embedded systems.  Over the past few years, generative AI, utilizing large language models (LLMs), has become a common tool for developers working on electronics and embedded devices. AI is already automating various tasks in software development, from initial design to coding and testing. </p>
<p><a href="https://www.uusiteknologia.fi/2025/03/20/tekoaly-tulee-sulautettuihin-ratkaisuihin-ohjelmointi-ja-sovellukset/"><img src="https://www.epanorama.net/blog/wp-content/uploads/2025/03/Näyttökuva-2025-03-20-225250.png" alt="nayttokuva-2025-03-20-225250" width="932" height="741" class="alignnone size-full wp-image-197445" /></a></p>
<p>Tekoäly tulee sulautettuihin – ohjelmointi ja sovellukset<br />
<a href="https://www.uusiteknologia.fi/2025/03/20/tekoaly-tulee-sulautettuihin-ratkaisuihin-ohjelmointi-ja-sovellukset/">https://www.uusiteknologia.fi/2025/03/20/tekoaly-tulee-sulautettuihin-ratkaisuihin-ohjelmointi-ja-sovellukset/</a></p>
<p>Nykyelektroniikan suunnittelukoulu – kuusi osaa!<br />
<a href="https://www.uusiteknologia.fi/nykyelektroniikan-suunnittelukoulu-1-3-osaa/">https://www.uusiteknologia.fi/nykyelektroniikan-suunnittelukoulu-1-3-osaa/</a></p>
]]></content:encoded>
			<wfw:commentRss>https://www.epanorama.net/blog/2025/03/20/ai-is-revolutionizing-embedded-systems-development/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Micro:bit Create AI</title>
		<link>https://www.epanorama.net/blog/2025/03/04/microbit-create-ai/</link>
		<comments>https://www.epanorama.net/blog/2025/03/04/microbit-create-ai/#comments</comments>
		<pubDate>Tue, 04 Mar 2025 21:10:29 +0000</pubDate>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[Embedded Development]]></category>

		<guid isPermaLink="false">https://www.epanorama.net/blog/?p=197152</guid>
		<description><![CDATA[<p>Using the accelerometer and processor of the micro:bit V2, you can experience and learn about artificial intelligence in the real world through movement and machine learning (ML). micro:bit CreateAI is a free, web-based tool that makes it easy for students to explore AI through movement and machine learning, and take it into the real world <a class="moretag" href="https://www.epanorama.net/blog/2025/03/04/microbit-create-ai/">&#8594;</a></p>]]></description>
				<content:encoded><![CDATA[<p><a href="https://microbit.org/get-started/features/ai/">Using the accelerometer and processor of the micro:bit V2, you can experience and learn about artificial intelligence in the real world through movement and machine learning (ML).</a> <a href="https://createai.microbit.org/">micro:bit CreateAI</a> is a free, web-based tool that makes it easy for students to explore AI through movement and machine learning, and take it into the real world with a BBC micro:bit development board (v2). You can training a machine learning model with your own movement data with your web browser. Then you can then create a <a href="https://www.microsoft.com/en-us/makecode">MakeCode program</a> that uses this machine learning model and runs on micro:bit v2 board. </p>
<p><a href="https://www.epanorama.net/blog/wp-content/uploads/2025/02/MicroBitAI1.gif"><img src="https://www.epanorama.net/blog/wp-content/uploads/2025/02/MicroBitAI1.gif" alt="microbitai1" width="1202" height="881" class="alignnone size-full wp-image-197166" /></a></p>
<p>Adding artificial intelligence (AI) to the BBC micro:bit is made possible with a free online education tool that allows your students to combine AI with coding in Microsoft MakeCode blocks. The plan is that <a href="https://microbit.org/news/2024-11-20/microbit-CreateAI-launch/">with the micro:bit and CreateAI students can develop an AI-powered piece of tech from scratch in 90 minutes</a>! If you have experience with embedded system and micro:bit, you can do that much faster.</p>
<p><a href="https://microbit.org/get-started/features/ai/">micro:bit CreateAI is a free, web-based tool that lets you program a micro:bit to recognise and respond to your movements, like clapping, waving, dancing or jumping.</a> The movement data used for AI model teaching is recorded from the micro:bit’s accelerometer and transported to PC using Bluetooth. The recorded data is <a href="https://microbit.org/get-started/features/ai/">used to train, test and improve your own machine learning model</a>, then use it in a <a href="https://www.microsoft.com/en-us/makecode">Microsoft MakeCode</a> tool that is used to program the micro:bit board.</p>
<p>Getting started with micro:bit CreateAI<br />
<a href="https://www.youtube.com/watch?v=yWl3WxDE6QI">https://www.youtube.com/watch?v=yWl3WxDE6QI</a><br />
<iframe width="560" height="315" src="https://www.youtube.com/embed/yWl3WxDE6QI?si=LqpG9TpgBbcpROtL" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>Discover micro:bit CreateAI<br />
<a href="https://www.youtube.com/watch?v=kqNy5N3WLtM">https://www.youtube.com/watch?v=kqNy5N3WLtM</a><br />
<iframe width="560" height="315" src="https://www.youtube.com/embed/kqNy5N3WLtM?si=idpKaI7esN9TgtQ3" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>Try it at <a href="https://createai.microbit.org">createai.microbit.org</a><br />
Discover more at <a href="https://microbit.org/ai">microbit.org/ai</a></p>
<p><a href="https://microbit.org/new-microbit/"><img src="https://cdn.sanity.io/images/ajwvhvgo/production/69cda3f409b82d272fd8cc2ad9e95d731dbe3865-1688x734.png?w=653&#038;q=80&#038;fit=max&#038;auto=format" width="653" height="284" class="alignnone" /></a></p>
<p>BBC micro:bit is a dev board designed for computer science and technology. <a href="https://medium.com/@charlesmuchene/micro-bits-d-9f273c9462dd">It runs on a Nordic Cortex-M4 chip with radio + FPU capabilities</a>. The version v2 <a href="https://medium.com/@charlesmuchene/micro-bits-d-9f273c9462dd">boasts of a speaker, touch sensor, 25 LEDs, 2 buttons, accelerometer, bluetooth, a mic</a> and a couple of GPIO pins.</p>
<p><a href=" https://tech.microbit.org/hardware/#nrf52-application-processor">The nRF52 application processor is where user programs run. A single, complete application including user code, runtime code and Bluetooth stack is loaded and run directly from on-chip flash memory.</a> </p>
<p><a href="https://tech.microbit.org/hardware/#nrf52-application-processor">The display is a 5&#215;5 array of LEDs. It is connected to the micro:bit as a 5&#215;5 matrix. Runtime software repeatedly refreshes this matrix at a high speed, such that it is within the user persistence of vision range, and no flicker is detected. </a></p>
<p><a href="https://tech.microbit.org/hardware/#nrf52-application-processor">The micro:bit has a combined accelerometer and magnetometer chip that provides 3-axis sensing and magnetic field strength sensing. It also includes some on-board gesture detection (such as fall detection) in hardware, and additional gesture sensing (e.g. logo-up, logo-down, shake) via software algorithms.</a></p>
<p>Links to more information:<br />
<a href="https://microbit.org/get-started/user-guide/microbit-createai/">https://microbit.org/get-started/user-guide/microbit-createai/</a><br />
<a href="https://github.com/alan-turing-institute/microbit-rs">https://github.com/alan-turing-institute/microbit-rs</a><br />
<a href="https://microbit.org/get-started/features/ai/">https://microbit.org/get-started/features/ai/</a><br />
<a href="https://microbit.org/new-microbit/">https://microbit.org/new-microbit/</a><br />
<a href="https://microbit.org/news/2024-11-20/microbit-CreateAI-launch/">https://microbit.org/news/2024-11-20/microbit-CreateAI-launch/</a><br />
<a href="https://microbit.org/news/2024-11-20/teaching-and-learning-about-ai-with-the-microbit/">https://microbit.org/news/2024-11-20/teaching-and-learning-about-ai-with-the-microbit/</a></p>
]]></content:encoded>
			<wfw:commentRss>https://www.epanorama.net/blog/2025/03/04/microbit-create-ai/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Starship delivery robots</title>
		<link>https://www.epanorama.net/blog/2025/02/17/starship-delivery-robots/</link>
		<comments>https://www.epanorama.net/blog/2025/02/17/starship-delivery-robots/#comments</comments>
		<pubDate>Mon, 17 Feb 2025 21:07:28 +0000</pubDate>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[Finland]]></category>
		<category><![CDATA[Robotics]]></category>

		<guid isPermaLink="false">https://www.epanorama.net/blog/?p=196755</guid>
		<description><![CDATA[<p>In Finland, S-Group, a leading grocery retailer, is using innovative robotic delivery service in around 100 shops around Finland. Customers can order through the S-Group&#8217;s mobile app from Alepa and Sale stores. Over the past year, these robots have become a familiar sight, delivering over 150 000 orders. In total the robots have made over <a class="moretag" href="https://www.epanorama.net/blog/2025/02/17/starship-delivery-robots/">&#8594;</a></p>]]></description>
				<content:encoded><![CDATA[<p>In Finland, S-Group, a leading grocery retailer, is using <a href="https://www.helsinkitimes.fi/finland/finland-news/domestic/25222-finnish-grocery-chain-expands-robotic-delivery-to-over-100-stores-by-year-end.html">innovative robotic delivery service in around 100 shops around Finland</a>. Customers can order through the S-Group&#8217;s mobile app from Alepa and Sale stores.</p>
<p><a href="https://www.helsinkitimes.fi/finland/finland-news/domestic/25222-finnish-grocery-chain-expands-robotic-delivery-to-over-100-stores-by-year-end.html">Over the past year, these robots have become a familiar sight, delivering over 150 000 orders.</a> In total <a href="https://www.uusiteknologia.fi/2024/12/18/konenako-helpottaa-kuljetusrobottien-toimintaa/">the robots have made over 350,000 deliveries to customers and traveled a million kilometers in Finland</a>. <a href="https://www.uusiteknologia.fi/2024/12/18/konenako-helpottaa-kuljetusrobottien-toimintaa/">In Finland, Starship&#8217;s transport robots started operating in Otaniemi, Espoo, in April 2022.</a> Finland has introduced rules for the use of small transport robots in public transport.</p>
<p><a href="https://www.uusiteknologia.fi/2025/02/13/starshipin-robotit-vievat-jo-woltin-ruuatkin/">Although it only snows in the capital region from time to time, the robots have survived quite well during the test periods on the streets, even on icy surfaces and over large puddles. The robots use GPS tools and artificial intelligence to plan routes and learn the operating environment.</a></p>
<p><a href="https://www.epanorama.net/blog/wp-content/uploads/2025/02/Screenshot_20250216-222619_Gallery.jpg"><img src="https://www.epanorama.net/blog/wp-content/uploads/2025/02/Screenshot_20250216-222619_Gallery.jpg" alt="screenshot_20250216-222619_gallery" width="581" height="464" class="alignnone size-full wp-image-197106" /></a></p>
<p>The robots are from Estonian-based ten years old company <a href="https://www.starship.xyz/">Starship Technologies</a>. Starship Technologies develops battery-powered robots in Finland as well as Estonia. The headquarters are in the United States. <a href="https://www.uusiteknologia.fi/2024/12/18/konenako-helpottaa-kuljetusrobottien-toimintaa/">Starship&#8217;s food robots have already traveled 15 million kilometers and made more than seven million autonomous deliveries around the world.</a> </p>
<p><a href="https://www.uusiteknologia.fi/2025/02/13/starshipin-robotit-vievat-jo-woltin-ruuatkin/">Starship&#8217;s robots have 12 cameras, ultrasonic sensors and radar, and use computer vision to detect obstacles. Robots are almost completely autonomous.</a> <a href="https://www.uusiteknologia.fi/2024/12/18/konenako-helpottaa-kuljetusrobottien-toimintaa/">The robot uses the latest computer vision and GPS positioning to navigate.</a> <a href="https://www.uusiteknologia.fi/2024/12/18/konenako-helpottaa-kuljetusrobottien-toimintaa/">Although the robots travel autonomously 99 percent of the time, and a human can take control of them at any time.</a> The robots have also a voice feature that allows it to communicate with those nearby.</p>
<p><a href="https://www.uusiteknologia.fi/2024/12/18/konenako-helpottaa-kuljetusrobottien-toimintaa/">A large part of our product development for robot technology and transport services has been done in Finland. The appearance of the robots has also been designed by the Finnish company Aivan.</a> Finns designed a robot that is treated like an animal. <a href="https://yle.fi/a/74-20138076">Designer Antti Mäkelä says that the robots have been designed to be humane, sweet and approachable in order to protect them from vandalism.</a><br />
<a href="https://yle.fi/a/74-20138076">&#8220;According to Mäkelä, it has been essential in the design of the robot that the 12 cameras located in the front of it have been hidden. In terms of the experience of friendliness and innocence, it is important that people do not feel that they are being snooped on.&#8221; &#8211; The essential thing is probably that when people are eavesdropped on, they don&#8217;t know it and therefore don&#8217;t feel that way.</a></p>
<p><a href="https://www.epanorama.net/blog/wp-content/uploads/2025/02/Screenshot_20250216-222548_Gallery.jpg"><img src="https://www.epanorama.net/blog/wp-content/uploads/2025/02/Screenshot_20250216-222548_Gallery.jpg" alt="screenshot_20250216-222548_gallery" width="700" height="584" class="alignnone size-full wp-image-197108" /></a></p>
<p>Videos:</p>
<p>Starship Robots in the Finnish Winter<br />
<a href="https://www.youtube.com/watch?v=LKg3WFlKz4U">https://www.youtube.com/watch?v=LKg3WFlKz4U</a></p>
<p>How Alepa Food Delivery Robots are replacing human workers in Espoo, Finland.<br />
<a href="https://www.youtube.com/watch?v=cKI09vTf6d4">https://www.youtube.com/watch?v=cKI09vTf6d4</a></p>
<p>How a Robot Delivers Grocery in Finland! Amazing!<br />
<a href="https://www.youtube.com/watch?v=AS8fx4JRCF4">https://www.youtube.com/watch?v=AS8fx4JRCF4</a></p>
<p>A Day in the Life of a Starship Robot<br />
<a href="https://www.youtube.com/watch?v=Z417CncwQsg">https://www.youtube.com/watch?v=Z417CncwQsg</a></p>
<p>Inside Starship Delivery Robots<br />
<a href="https://www.youtube.com/watch?v=1GpaAF3_lKA">https://www.youtube.com/watch?v=1GpaAF3_lKA</a></p>
<p>Sources:<br />
<a href="https://www.uusiteknologia.fi/2025/02/13/starshipin-robotit-vievat-jo-woltin-ruuatkin/">https://www.uusiteknologia.fi/2025/02/13/starshipin-robotit-vievat-jo-woltin-ruuatkin/</a><br />
<a href="https://www.uusiteknologia.fi/2024/12/18/konenako-helpottaa-kuljetusrobottien-toimintaa/">https://www.uusiteknologia.fi/2024/12/18/konenako-helpottaa-kuljetusrobottien-toimintaa/</a><br />
<a href="https://www.starship.xyz/">https://www.starship.xyz/</a><br />
<a href="https://www.uusiteknologia.fi/?s=Starship">https://www.uusiteknologia.fi/?s=Starship</a><br />
<a href="https://yle.fi/a/74-20056426">https://yle.fi/a/74-20138076</a><br />
<a href="https://en.wikipedia.org/wiki/Starship_Technologies">https://en.wikipedia.org/wiki/Starship_Technologies</a><br />
<a href="https://www.helsinkitimes.fi/finland/finland-news/domestic/25222-finnish-grocery-chain-expands-robotic-delivery-to-over-100-stores-by-year-end.html">https://www.helsinkitimes.fi/finland/finland-news/domestic/25222-finnish-grocery-chain-expands-robotic-delivery-to-over-100-stores-by-year-end.html</a></p>
<p>Bonus video how to make your own:<br />
Building a Delivery Robot (controlled by Live Chat) using Raspberry Pi 4 | Droiid<br />
<a href="https://www.youtube.com/watch?v=LdV8n915Vwk">https://www.youtube.com/watch?v=LdV8n915Vwk</a></p>
]]></content:encoded>
			<wfw:commentRss>https://www.epanorama.net/blog/2025/02/17/starship-delivery-robots/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>AI trends 2025</title>
		<link>https://www.epanorama.net/blog/2025/01/21/ai-trends-2025/</link>
		<comments>https://www.epanorama.net/blog/2025/01/21/ai-trends-2025/#comments</comments>
		<pubDate>Tue, 21 Jan 2025 22:17:46 +0000</pubDate>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[Trends and predictions]]></category>

		<guid isPermaLink="false">https://www.epanorama.net/blog/?p=196787</guid>
		<description><![CDATA[<p>AI is developing all the time. Here are some picks from several articles what is expected to happen in AI and around it in 2025. Here are picks from various articles, the texts are picks from the article edited and in some cases translated for clarity. AI in 2025: Five Defining Themes https://news.sap.com/2025/01/ai-in-2025-defining-themes/ Artificial intelligence <a class="moretag" href="https://www.epanorama.net/blog/2025/01/21/ai-trends-2025/">&#8594;</a></p>]]></description>
				<content:encoded><![CDATA[<p>AI is developing all the time. Here are some picks from several articles what is expected to happen in AI and around it in 2025. Here are picks from various articles, the texts are picks from the article edited and in some cases translated for clarity.</p>
<p>AI in 2025: Five Defining Themes<br />
<a href="https://news.sap.com/2025/01/ai-in-2025-defining-themes/">https://news.sap.com/2025/01/ai-in-2025-defining-themes/</a><br />
Artificial intelligence (AI) is accelerating at an astonishing pace, quickly moving from emerging technologies to impacting how businesses run. From building AI agents to interacting with technology in ways that feel more like a natural conversation, AI technologies are poised to transform how we work.<br />
But what exactly lies ahead?<br />
1.  Agentic AI: Goodbye Agent Washing, Welcome Multi-Agent Systems<br />
AI agents are currently in their infancy. While many software vendors are releasing and labeling the first “AI agents” based on simple conversational document search, advanced AI agents that will be able to plan, reason, use tools, collaborate with humans and other agents, and iteratively reflect on progress until they achieve their objective are on the horizon. The year 2025 will see them rapidly evolve and act more autonomously. More specifically, 2025 will see AI agents deployed more readily “under the hood,” driving complex agentic workflows.<br />
In short, AI will handle mundane, high-volume tasks while the value of human judgement, creativity, and quality outcomes will increase.<br />
2. Models: No Context, No Value<br />
Large language models (LLMs) will continue to become a commodity for vanilla generative AI tasks, a trend that has already started. LLMs are drawing on an increasingly tapped pool of public data scraped from the internet. This will only worsen, and companies must learn to adapt their models to unique, content-rich data sources.<br />
We will also see a greater variety of foundation models that fulfill different purposes. Take, for example, physics-informed neural networks (PINNs), which generate outcomes based on predictions grounded in physical reality or robotics. PINNs are set to gain more importance in the job market because they will enable autonomous robots to navigate and execute tasks in the real world.<br />
Models will increasingly become more multimodal, meaning an AI system can process information from various input types.<br />
3. Adoption: From Buzz to Business<br />
While 2024 was all about introducing AI use cases and their value for organizations and individuals alike, 2025 will see the industry’s unprecedented adoption of AI specifically for businesses. More people will understand when and how to use AI, and the technology will mature to the point where it can deal with critical business issues such as managing multi-national complexities. Many companies will also gain practical experience working for the first time through issues like AI-specific legal and data privacy terms (compared to when companies started moving to the cloud 10 years ago), building the foundation for applying the technology to business processes.<br />
4. User Experience: AI Is Becoming the New UI<br />
AI’s next frontier is seamlessly unifying people, data, and processes to amplify business outcomes. In 2025, we will see increased adoption of AI across the workforce as people discover the benefits of humans plus AI.<br />
This means disrupting the classical user experience from system-led interactions to intent-based, people-led conversations with AI acting in the background. AI copilots will become the new UI for engaging with a system, making software more accessible and easier for people. AI won’t be limited to one app; it might even replace them one day. With AI, frontend, backend, browser, and apps are blurring. This is like giving your AI “arms, legs, and eyes.”<br />
5. Regulation: Innovate, Then Regulate<br />
It’s fair to say that governments worldwide are struggling to keep pace with the rapid advancements in AI technology and to develop meaningful regulatory frameworks that set appropriate guardrails for AI without compromising innovation. </p>
<p>12 AI predictions for 2025<br />
This year we’ve seen AI move from pilots into production use cases. In 2025, they’ll expand into fully-scaled, enterprise-wide deployments.<br />
<a href="https://www.cio.com/article/3630070/12-ai-predictions-for-2025.html">https://www.cio.com/article/3630070/12-ai-predictions-for-2025.html</a><br />
This year we’ve seen AI move from pilots into production use cases. In 2025, they’ll expand into fully-scaled, enterprise-wide deployments.<br />
1. Small language models and edge computing<br />
Most of the attention this year and last has been on the big language models —  specifically on ChatGPT in its various permutations, as well as competitors like Anthropic’s Claude and Meta’s Llama models. But for many business use cases, LLMs are overkill and are too expensive, and too slow, for practical use.<br />
“Looking ahead to 2025, I expect small language models, specifically custom models, to become a more common solution for many businesses,”<br />
2. AI will approach human reasoning ability<br />
In mid-September, OpenAI released a new series of models that thinks through problems much like a person would, it claims. The company says it can achieve PhD-level performance in challenging benchmark tests in physics, chemistry, and biology. For example, the previous best model, GPT-4o, could only solve 13% of the problems on the International Mathematics Olympiad, while the new reasoning model solved 83%.<br />
If AI can reason better, then it will make it possible for AI agents to understand our intent, translate that into a series of steps, and do things on our behalf, says Gartner analyst Arun Chandrasekaran. “Reasoning also helps us use AI as more of a decision support system,”<br />
3. Massive growth in proven use cases<br />
This year, we’ve seen some use cases proven to have ROI, says Monteiro. In 2025, those use cases will see massive adoption, especially if the AI technology is integrated into the software platforms that companies are already using, making it very simple to adopt.<br />
“The fields of customer service, marketing, and customer development are going to see massive adoption,”<br />
4. The evolution of agile development<br />
The agile manifesto was released in 2001 and, since then, the development philosophy has steadily gained over the previous waterfall style of software development.<br />
“For the last 15 years or so, it’s been the de-facto standard for how modern software development works,”<br />
5. Increased regulation<br />
At the end of September, California governor Gavin Newsom signed a law requiring gen AI developers to disclose the data they used to train their systems, which applies to developers who make gen AI systems publicly available to Californians. Developers must comply by the start of 2026.<br />
There are also regulations about the use of deep fakes, facial recognition, and more. The most comprehensive law, the EU’s AI Act, which went into effect last summer, is also something that companies will have to comply with starting in mid-2026, so, again, 2025 is the year when they will need to get ready.<br />
6. AI will become accessible and ubiquitous<br />
With gen AI, people are still at the stage of trying to figure out what gen AI is, how it works, and how to use it.<br />
“There’s going to be a lot less of that,” he says. But gen AI will become ubiquitous and seamlessly woven into workflows, the way the internet is today.<br />
7. Agents will begin replacing services<br />
Software has evolved from big, monolithic systems running on mainframes, to desktop apps, to distributed, service-based architectures, web applications, and mobile apps. Now, it will evolve again, says Malhotra. “Agents are the next phase,” he says. Agents can be more loosely coupled than services, making these architectures more flexible, resilient and smart. And that will bring with it a completely new stack of tools and development processes.<br />
8. The rise of agentic assistants<br />
In addition to agents replacing software components, we’ll also see the rise of agentic assistants, adds Malhotra. Take for example that task of keeping up with regulations.<br />
Today, consultants get continuing education to stay abreast of new laws, or reach out to colleagues who are already experts in them. It takes time for the new knowledge to disseminate and be fully absorbed by employees.<br />
“But an AI agent can be instantly updated to ensure that all our work is compliant with the new laws,” says Malhotra. “This isn’t science fiction.&#8221;<br />
9. Multi-agent systems<br />
Sure, AI agents are interesting. But things are going to get really interesting when agents start talking to each other, says Babak Hodjat, CTO of AI at Cognizant. It won’t happen overnight, of course, and companies will need to be careful that these agentic systems don’t go off the rails.<br />
Companies such as Sailes and Salesforce are already developing multi-agent workflows.<br />
10. Multi-modal AI<br />
Humans and the companies we build are multi-modal. We read and write text, we speak and listen, we see and we draw. And we do all these things through time, so we understand that some things come before other things. Today’s AI models are, for the most part, fragmentary. One can create images, another can only handle text, and some recent ones can understand or produce video.<br />
11. Multi-model routing<br />
Not to be confused with multi-modal AI, multi-modal routing is when companies use more than one LLM to power their gen AI applications. Different AI models are better at different things, and some are cheaper than others, or have lower latency. And then there’s the matter of having all your eggs in one basket.<br />
“A number of CIOs I’ve spoken with recently are thinking about the old ERP days of vendor lock,” says Brett Barton, global AI practice leader at Unisys. “And it’s top of mind for many as they look at their application portfolio, specifically as it relates to cloud and AI capabilities.”<br />
Diversifying away from using just a single model for all use cases means a company is less dependent on any one provider and can be more flexible as circumstances change.<br />
12. Mass customization of enterprise software<br />
Today, only the largest companies, with the deepest pockets, get to have custom software developed specifically for them. It’s just not economically feasible to build large systems for small use cases.<br />
“Right now, people are all using the same version of Teams or Slack or what have you,” says Ernst &#038; Young’s Malhotra. “Microsoft can’t make a custom version just for me.” But once AI begins to accelerate the speed of software development while reducing costs, it starts to become much more feasible.</p>
<p><img src="https://www.epanorama.net/newepa/wp-content/uploads/2012/01/crystalball.png" width="177" height="250" class="alignnone" /></p>
<p>9 IT resolutions for 2025<br />
<a href="https://www.cio.com/article/3629833/9-it-resolutions-for-2025.html">https://www.cio.com/article/3629833/9-it-resolutions-for-2025.html</a><br />
1. Innovate<br />
“We’re embracing innovation,”<br />
2. Double down on harnessing the power of AI<br />
Not surprisingly, getting more out of AI is top of mind for many CIOs.<br />
“I am excited about the potential of generative AI, particularly in the security space,”<br />
3. And ensure effective and secure AI rollouts<br />
“AI is everywhere, and while its benefits are extensive, implementing it effectively across a corporation presents challenges. Balancing the rollout with proper training, adoption, and careful measurement of costs and benefits is essential, particularly while securing company assets in tandem,”<br />
4. Focus on responsible AI<br />
The possibilities of AI grow by the day — but so do the risks.<br />
“My resolution is to mature in our execution of responsible AI,”<br />
&#8220;AI is the new gold and in order to truly maximize it’s potential, we must first have the proper guardrails in place. Taking a human-first approach to AI will help ensure our state can maintain ethics while taking advantage of the new AI innovations.”<br />
5. Deliver value from generative AI<br />
As organizations move from experimenting and testing generative AI use cases, they’re looking for gen AI to deliver real business value.<br />
“As we go into 2025, we’ll continue to see the evolution of gen AI. But it’s no longer about just standing it up. It’s more about optimizing and maximizing the value we’re getting out of gen AI,”<br />
6. Empower global talent<br />
Although harnessing AI is a top objective for Morgan Stanley’s Wetmur, she says she’s equally committed to harnessing the power of people.<br />
7. Create a wholistic learning culture<br />
Wetmur has another talent-related objective: to create a learning culture — not just in her own department but across all divisions.<br />
8. Deliver better digital experiences<br />
Deltek’s Cilsick has her sights set on improving her company’s digital employee experience, believing that a better DEX will yield benefits in multiple ways.<br />
Cilsick says she first wants to bring in new technologies and automation to “make things as easy as possible,” mirroring the digital experiences most workers have when using consumer technologies.<br />
“It’s really about leveraging tech to make sure [employees] are more efficient and productive,”<br />
“In 2025 my primary focus as CIO will be on transforming operational efficiency, maximizing business productivity, and enhancing employee experiences,”<br />
9. Position the company for long-term success<br />
Lieberman wants to look beyond 2025, saying another resolution for the year is “to develop a longer-term view of our technology roadmap so that we can strategically decide where to invest our resources.”<br />
“My resolutions for 2025 reflect the evolving needs of our organization, the opportunities presented by AI and emerging technologies, and the necessity to balance innovation with operational efficiency,”<br />
Lieberman aims to develop AI capabilities to automate routine tasks.<br />
“Bots will handle common inquiries ranging from sales account summaries to HR benefits, reducing response times and freeing up resources for strategic initiatives,” </p>
<p>Not just hype — here are real-world use cases for AI agents<br />
<a href="https://venturebeat.com/ai/not-just-hype-here-are-real-world-use-cases-for-ai-agents/">https://venturebeat.com/ai/not-just-hype-here-are-real-world-use-cases-for-ai-agents/</a><br />
Just seven or eight months ago, when a customer called in to or emailed Baca Systems with a service question, a human agent handling the query would begin searching for similar cases in the system and analyzing technical documents.<br />
This process would take roughly five to seven minutes; then the agent could offer the “first meaningful response” and finally begin troubleshooting.<br />
But now, with AI agents powered by Salesforce, that time has been shortened to as few as five to 10 seconds.<br />
Now, instead of having to sift through databases for previous customer calls and similar cases, human reps can ask the AI agent to find the relevant information. The AI runs in the background and allows humans to respond right away, Russo noted.<br />
AI can serve as a sales development representative (SDR) to send out general inquires and emails, have a back-and-forth dialogue, then pass the prospect to a member of the sales team, Russo explained.<br />
But once the company implements Salesforce’s Agentforce, a customer needing to modify an order will be able to communicate their needs with AI in natural language, and the AI agent will automatically make adjustments. When more complex issues come up — such as a reconfiguration of an order or an all-out venue change — the AI agent will quickly push the matter up to a human rep. </p>
<p>Open Source in 2025: Strap In, Disruption Straight Ahead<br />
Look for new tensions to arise in the New Year over licensing, the open source AI definition, security and compliance, and how to pay volunteer maintainers.<br />
<a href="https://thenewstack.io/open-source-in-2025-strap-in-disruption-straight-ahead/">https://thenewstack.io/open-source-in-2025-strap-in-disruption-straight-ahead/</a><br />
The trend of widely used open source software moving to more restrictive licensing isn’t new.<br />
In addition to the demands of late-stage capitalism and impatient investors in companies built on open source tools, other outside factors are pressuring the open source world. There’s the promise/threat of generative AI, for instance. Or the shifting geopolitical landscape, which brings new security concerns and governance regulations.<br />
What’s ahead for open source in 2025?<br />
More Consolidation, More Licensing Changes<br />
The Open Source AI Debate: Just Getting Started<br />
Security and Compliance Concerns Will Rise<br />
Paying Maintainers: More Cash, Creativity Needed</p>
<p>Kyberturvallisuuden ja tekoälyn tärkeimmät trendit 2025<br />
<a href="https://www.uusiteknologia.fi/2024/11/20/kyberturvallisuuden-ja-tekoalyn-tarkeimmat-trendit-2025/">https://www.uusiteknologia.fi/2024/11/20/kyberturvallisuuden-ja-tekoalyn-tarkeimmat-trendit-2025/</a><br />
1. Cyber ​​infrastructure will be centered on a single, unified security platform<br />
2. Big data will give an edge against new entrants<br />
3. AI’s integrated role in 2025 means building trust, governance engagement, and a new kind of leadership<br />
4. Businesses will adopt secure enterprise browsers more widely<br />
5. AI’s energy implications will be more widely recognized in 2025<br />
6. Quantum realities will become clearer in 2025<br />
7. Security and marketing leaders will work more closely together</p>
<p>Presentation: For 2025, ‘AI eats the world’.<br />
<a href="https://www.ben-evans.com/presentations">https://www.ben-evans.com/presentations</a><br />
<iframe width="560" height="315" src="https://www.youtube.com/embed/LGDa3pO23Wc?si=yYyn52FCP7cwLY2y" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>Just like other technologies that have gone before, such as cloud and cybersecurity automation, right now AI lacks maturity.<br />
<a href="https://www.securityweek.com/ai-implementing-the-right-technology-for-the-right-use-case/">https://www.securityweek.com/ai-implementing-the-right-technology-for-the-right-use-case/</a><br />
If 2023 and 2024 were the years of exploration, hype and excitement around AI, 2025 (and 2026) will be the year(s) that organizations start to focus on specific use cases for the most productive implementations of AI and, more importantly, to understand how to implement guardrails and governance so that it is viewed as less of a risk by security teams and more of a benefit to the organization.<br />
Businesses are developing applications that add Large Language Model (LLM) capabilities to provide superior functionality and advanced personalization<br />
Employees are using third party GenAI tools for research and productivity purposes<br />
Developers are leveraging AI-powered code assistants to code faster and meet challenging production deadlines<br />
Companies are building their own LLMs for internal use cases and commercial purposes.<br />
AI is still maturing<br />
However, just like other technologies that have gone before, such as cloud and cybersecurity automation, right now AI lacks maturity. Right now, we very much see AI in this “peak of inflated expectations” phase and predict that it will dip into the “trough of disillusionment”, where organizations realize that it is not the silver bullet they thought it would be. In fact, there are already signs of cynicism as decision-makers are bombarded with marketing messages from vendors and struggle to discern what is a genuine use case and what is not relevant for their organization.<br />
There is also regulation that will come into force, such as the EU AI Act, which is a comprehensive legal framework that sets out rules for the development and use of AI.<br />
AI certainly won’t solve every problem, and it should be used like automation, as part of a collaborative mix of people, process and technology. You simply can’t replace human intuition with AI, and many new AI regulations stipulate that human oversight is maintained. </p>
<p>7 Splunk Predictions for 2025<br />
<a href="https://www.splunk.com/en_us/form/future-predictions.html">https://www.splunk.com/en_us/form/future-predictions.html</a><br />
AI: Projects must prove their worth to anxious boards or risk defunding, and LLMs will go small to reduce operating costs and environmental impact.</p>
<p>OpenAI, Google and Anthropic Are Struggling to Build More Advanced AI<br />
Three of the leading artificial intelligence companies are seeing diminishing returns from their costly efforts to develop newer models.<br />
<a href=" https://www.bloomberg.com/news/articles/2024-11-13/openai-google-and-anthropic-are-struggling-to-build-more-advanced-ai">https://www.bloomberg.com/news/articles/2024-11-13/openai-google-and-anthropic-are-struggling-to-build-more-advanced-ai</a><br />
Sources: OpenAI, Google, and Anthropic are all seeing diminishing returns from costly efforts to build new AI models; a new Gemini model misses internal targets</p>
<p>It Costs So Much to Run ChatGPT That OpenAI Is Losing Money on $200 ChatGPT Pro Subscriptions<br />
<a href="https://futurism.com/the-byte/openai-chatgpt-pro-subscription-losing-money?fbclid=IwY2xjawH8epVleHRuA2FlbQIxMQABHeggEpKe8ZQfjtPRC0f2pOI7A3z9LFtFon8lVG2VAbj178dkxSQbX_2CJQ_aem_N_ll3ETcuQ4OTRrShHqNGg">https://futurism.com/the-byte/openai-chatgpt-pro-subscription-losing-money?fbclid=IwY2xjawH8epVleHRuA2FlbQIxMQABHeggEpKe8ZQfjtPRC0f2pOI7A3z9LFtFon8lVG2VAbj178dkxSQbX_2CJQ_aem_N_ll3ETcuQ4OTRrShHqNGg</a><br />
In a post on X-formerly-Twitter, CEO Sam Altman admitted an &#8220;insane&#8221; fact: that the company is &#8220;currently losing money&#8221; on ChatGPT Pro subscriptions, which run $200 per month and give users access to its suite of products including its o1 &#8220;reasoning&#8221; model.<br />
&#8220;People use it much more than we expected,&#8221; the cofounder wrote, later adding in response to another user that he &#8220;personally chose the price and thought we would make some money.&#8221;<br />
Though Altman didn&#8217;t explicitly say why OpenAI is losing money on these premium subscriptions, the issue almost certainly comes down to the enormous expense of running AI infrastructure: the massive and increasing amounts of electricity needed to power the facilities that power AI, not to mention the cost of building and maintaining those data centers. Nowadays, a single query on the company&#8217;s most advanced models can cost a staggering $1,000.</p>
<p>Tekoäly edellyttää yhä nopeampia verkkoja<br />
<a href="https://etn.fi/index.php/opinion/16974-tekoaely-edellyttaeae-yhae-nopeampia-verkkoja">https://etn.fi/index.php/opinion/16974-tekoaely-edellyttaeae-yhae-nopeampia-verkkoja</a><br />
A resilient digital infrastructure is critical to effectively harnessing telecommunications networks for AI innovations and cloud-based services. The increasing demand for data-rich applications related to AI requires a telecommunications network that can handle large amounts of data with low latency, writes Carl Hansson, Partner Solutions Manager at Orange Business.</p>
<p>AI’s Slowdown Is Everyone Else’s Opportunity<br />
Businesses will benefit from some much-needed breathing space to figure out how to deliver that all-important return on investment.<br />
<a href="https://www.bloomberg.com/opinion/articles/2024-11-20/ai-slowdown-is-everyone-else-s-opportunity">https://www.bloomberg.com/opinion/articles/2024-11-20/ai-slowdown-is-everyone-else-s-opportunity</a></p>
<p>Näin sirumarkkinoilla käy ensi vuonna<br />
<a href="https://etn.fi/index.php/13-news/16984-naein-sirumarkkinoilla-kaey-ensi-vuonna">https://etn.fi/index.php/13-news/16984-naein-sirumarkkinoilla-kaey-ensi-vuonna</a><br />
The growing demand for high-performance computing (HPC) for artificial intelligence and HPC computing continues to be strong, with the market set to grow by more than 15 percent in 2025, IDC estimates in its recent Worldwide Semiconductor Technology Supply Chain Intelligence report.<br />
IDC predicts eight significant trends for the chip market by 2025.<br />
1. AI growth accelerates<br />
2. Asia-Pacific IC Design Heats Up<br />
3. TSMC&#8217;s leadership position is strengthening<br />
4. The expansion of advanced processes is accelerating.<br />
5. Mature process market recovers<br />
6. 2nm Technology Breakthrough<br />
7. Restructuring the Packaging and Testing Market<br />
8. Advanced packaging technologies on the rise</p>
<p>2024: The year when MCUs became AI-enabled<br />
<a href="https://www-edn-com.translate.goog/2024-the-year-when-mcus-became-ai-enabled/?fbclid=IwZXh0bgNhZW0CMTEAAR1_fEakArfPtgGZfjd-NiPd_MLBiuHyp9qfiszczOENPGPg38wzl9KOLrQ_aem_rLmf2vF2kjDIFGWzRVZWKw&#038;_x_tr_sl=en&#038;_x_tr_tl=fi&#038;_x_tr_hl=fi&#038;_x_tr_pto=wapp">https://www-edn-com.translate.goog/2024-the-year-when-mcus-became-ai-enabled/?fbclid=IwZXh0bgNhZW0CMTEAAR1_fEakArfPtgGZfjd-NiPd_MLBiuHyp9qfiszczOENPGPg38wzl9KOLrQ_aem_rLmf2vF2kjDIFGWzRVZWKw&#038;_x_tr_sl=en&#038;_x_tr_tl=fi&#038;_x_tr_hl=fi&#038;_x_tr_pto=wapp</a><br />
The AI ​​party in the MCU space started in 2024, and in 2025, it is very likely that there will be more advancements in MCUs using lightweight AI models.<br />
Adoption of AI acceleration features is a big step in the development of microcontrollers. The inclusion of AI features in microcontrollers started in 2024, and it is very likely that in 2025, their features and tools will develop further.</p>
<p>Just like other technologies that have gone before, such as cloud and cybersecurity automation, right now AI lacks maturity.<br />
<a href="https://www.securityweek.com/ai-implementing-the-right-technology-for-the-right-use-case/">https://www.securityweek.com/ai-implementing-the-right-technology-for-the-right-use-case/</a><br />
If 2023 and 2024 were the years of exploration, hype and excitement around AI, 2025 (and 2026) will be the year(s) that organizations start to focus on specific use cases for the most productive implementations of AI and, more importantly, to understand how to implement guardrails and governance so that it is viewed as less of a risk by security teams and more of a benefit to the organization.<br />
Businesses are developing applications that add Large Language Model (LLM) capabilities to provide superior functionality and advanced personalization<br />
Employees are using third party GenAI tools for research and productivity purposes<br />
Developers are leveraging AI-powered code assistants to code faster and meet challenging production deadlines<br />
Companies are building their own LLMs for internal use cases and commercial purposes.<br />
AI is still maturing</p>
<p>AI Regulation Gets Serious in 2025 – Is Your Organization Ready?<br />
While the challenges are significant, organizations have an opportunity to build scalable AI governance frameworks that ensure compliance while enabling responsible AI innovation.<br />
<a href="https://www.securityweek.com/ai-regulation-gets-serious-in-2025-is-your-organization-ready/">https://www.securityweek.com/ai-regulation-gets-serious-in-2025-is-your-organization-ready/</a><br />
Similar to the GDPR, the EU AI Act will take a phased approach to implementation. The first milestone arrives on February 2, 2025, when organizations operating in the EU must ensure that employees involved in AI use, deployment, or oversight possess adequate AI literacy. Thereafter from August 1 any new AI models based on GPAI standards must be fully compliant with the act. Also similar to GDPR is the threat of huge fines for non-compliance – EUR 35 million or 7 percent of worldwide annual turnover, whichever is higher.<br />
While this requirement may appear manageable on the surface, many organizations are still in the early stages of defining and formalizing their AI usage policies.<br />
Later phases of the EU AI Act, expected in late 2025 and into 2026, will introduce stricter requirements around prohibited and high-risk AI applications. For organizations, this will surface a significant governance challenge: maintaining visibility and control over AI assets.<br />
Tracking the usage of standalone generative AI tools, such as ChatGPT or Claude, is relatively straightforward. However, the challenge intensifies when dealing with SaaS platforms that integrate AI functionalities on the backend. Analysts, including Gartner, refer to this as “embedded AI,” and its proliferation makes maintaining accurate AI asset inventories increasingly complex.<br />
Where frameworks like the EU AI Act grow more complex is their focus on ‘high-risk’ use cases. Compliance will require organizations to move beyond merely identifying AI tools in use; they must also assess how these tools are used, what data is being shared, and what tasks the AI is performing. For instance, an employee using a generative AI tool to summarize sensitive internal documents introduces very different risks than someone using the same tool to draft marketing content.<br />
For security and compliance leaders, the EU AI Act represents just one piece of a broader AI governance puzzle that will dominate 2025.<br />
The next 12-18 months will require sustained focus and collaboration across security, compliance, and technology teams to stay ahead of these developments.</p>
<p>The Global Partnership on Artificial Intelligence (GPAI) is a multi-stakeholder initiative which aims to bridge the gap between theory and practice on AI by supporting cutting-edge research and applied activities on AI-related priorities.<br />
<a href="https://gpai.ai/about/#:~:text=The%20Global%20Partnership%20on%20Artificial,activities%20on%20AI%2Drelated%20priorities.">https://gpai.ai/about/#:~:text=The%20Global%20Partnership%20on%20Artificial,activities%20on%20AI%2Drelated%20priorities.<br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>https://www.epanorama.net/blog/2025/01/21/ai-trends-2025/feed/</wfw:commentRss>
		<slash:comments>3971</slash:comments>
		</item>
		<item>
		<title>Friday Fun: Firewall Fury</title>
		<link>https://www.epanorama.net/blog/2024/07/12/friday-fun-firewall-fury/</link>
		<comments>https://www.epanorama.net/blog/2024/07/12/friday-fun-firewall-fury/#comments</comments>
		<pubDate>Fri, 12 Jul 2024 11:09:52 +0000</pubDate>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[Off topic fun]]></category>

		<guid isPermaLink="false">https://www.epanorama.net/blog/?p=196315</guid>
		<description><![CDATA[<p>I asked SUNO AI to generate cyber-security metal music. It produced those. Firewall Fury https://suno.com/song/337e5924-aabf-4286-a74d-2e793f20d236 Firewall Fury https://suno.com/song/a43e82ed-fcf6-4404-9481-a55a032f8ec8 metalcore intense relentless [Verse] Bytes and codes collide Digital wasteland Intruders seek to harm Defensive stand! [Verse 2] Viruses unleashed Malware on the prowl Encrypted wrath Hear our scowls! [Chorus] Firewall fury In the cyber night Data <a class="moretag" href="https://www.epanorama.net/blog/2024/07/12/friday-fun-firewall-fury/">&#8594;</a></p>]]></description>
				<content:encoded><![CDATA[<p>I asked SUNO AI to generate cyber-security metal music. It produced those.</p>
<p>Firewall Fury<br />
<a href="https://suno.com/song/337e5924-aabf-4286-a74d-2e793f20d236">https://suno.com/song/337e5924-aabf-4286-a74d-2e793f20d236</a></p>
<p>Firewall Fury<br />
<a href="https://suno.com/song/a43e82ed-fcf6-4404-9481-a55a032f8ec8">https://suno.com/song/a43e82ed-fcf6-4404-9481-a55a032f8ec8</a></p>
<p>metalcore intense relentless</p>
<p>[Verse]<br />
Bytes and codes collide<br />
Digital wasteland<br />
Intruders seek to harm<br />
Defensive stand!</p>
<p>[Verse 2]<br />
Viruses unleashed<br />
Malware on the prowl<br />
Encrypted wrath<br />
Hear our scowls!</p>
<p>[Chorus]<br />
Firewall fury<br />
In the cyber night<br />
Data guardians<br />
Wage the fight!</p>
<p>[Verse 3]<br />
Encrypted shadows<br />
Hackers in disguise<br />
Penetrating void<br />
No compromise!</p>
<p>[Verse 4]<br />
Phishing schemes and lies<br />
Breached at every turn<br />
Binary defense<br />
Watch them burn!</p>
<p>[Chorus]<br />
Firewall fury<br />
In the cyber night<br />
Data guardians<br />
Wage the fight!</p>
]]></content:encoded>
			<wfw:commentRss>https://www.epanorama.net/blog/2024/07/12/friday-fun-firewall-fury/feed/</wfw:commentRss>
		<slash:comments>42</slash:comments>
		</item>
	</channel>
</rss>
