<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Agentic-Engineering on Advancing Engineering</title><link>https://www.advancingengineering.dev/tags/agentic-engineering/</link><description>Recent content in Agentic-Engineering on Advancing Engineering</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sat, 09 May 2026 16:04:11 +0100</lastBuildDate><atom:link href="https://www.advancingengineering.dev/tags/agentic-engineering/index.xml" rel="self" type="application/rss+xml"/><item><title>The Anti-Pattern: One Language Inside Another</title><link>https://www.advancingengineering.dev/posts/2026-05-anti-patterns-one-language-inside-another/</link><pubDate>Fri, 08 May 2026 10:54:36 +0100</pubDate><guid>https://www.advancingengineering.dev/posts/2026-05-anti-patterns-one-language-inside-another/</guid><description>&lt;p&gt;Placing one language inside another is one of those anti-patterns that seems harmless until you&amp;rsquo;re trying to lint it, test it, or ask an LLM to reason about it. The moment you embed a language inside a string in another language, its entire toolchain disappears.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;We &lt;strong&gt;contain multitudes&lt;/strong&gt;. Our code should be singular, not polyglot.&lt;/p&gt;
&lt;/blockquote&gt;</description></item><item><title>LLM Permissions: speed *and* safety in Practice</title><link>https://www.advancingengineering.dev/posts/2026-02-permissions/</link><pubDate>Tue, 10 Feb 2026 00:00:00 +0000</pubDate><guid>https://www.advancingengineering.dev/posts/2026-02-permissions/</guid><description>&lt;p&gt;93% of LLM permission requests are approved. That number should make you uncomfortable.
Not because approving is wrong — most of those approvals are fine — but because a 93% approval rate is a signal that you haven&amp;rsquo;t designed your permission model. You&amp;rsquo;ve just been clicking through dialogs.&lt;/p&gt;
&lt;p&gt;There&amp;rsquo;s also the opposite problem: leaving an agent to work autonomously, then coming back to find it paused, waiting for you to confirm that yes, it can &lt;code&gt;grep&lt;/code&gt; a file it&amp;rsquo;s been reading all session. Both failures have the same root cause: permissions set by default, not design.&lt;/p&gt;
&lt;p&gt;The question worth sitting with is whether you can move faster &lt;em&gt;and&lt;/em&gt; sleep better. The answer is yes, but it requires deliberate thought about what your LLM actually needs to do its job.&lt;/p&gt;</description></item></channel></rss>