<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Command-Code on AI Engineer Guide</title><link>https://aiengineerguide.com/tags/command-code/</link><description>Recent content in Command-Code on AI Engineer Guide</description><generator>Hugo</generator><language>en-US</language><copyright>Copyright © 2024-2026, Nesin Technologies LLP.</copyright><lastBuildDate>Sun, 23 Aug 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://aiengineerguide.com/tags/command-code/feed.xml" rel="self" type="application/rss+xml"/><item><title>How Command Code handles Image Understanding for non-vision LLMs</title><link>https://aiengineerguide.com/til/command-code-vision/</link><pubDate>Sun, 23 Aug 2026 00:00:00 +0000</pubDate><guid>https://aiengineerguide.com/til/command-code-vision/</guid><description>&lt;p>Not all the models has vision/image understanding support. So command code handles it with &lt;code>vision&lt;/code> tool.&lt;/p>
&lt;p>Basically, if a LLM supports image natively then it&amp;rsquo;ll use it. If not, it&amp;rsquo;ll invoke the &lt;code>vision&lt;/code> tool to get the needed context using a cheap model then pass the result back to the parent model.&lt;/p>
&lt;p>&lt;img src="https://cdn.qblog.nesin.io/f_auto,q_auto/qblog/AIEngineerGuide/2026-08/tsjszspqbtkiky0yqspn" alt="2026-08-23-at-11.53.152x.png">&lt;/p>

&lt;div class="container">
 &lt;div id="player-wrapper-0" class="">&lt;/div>
&lt;/div>

&lt;script 
type="text/javascript" 
src="https://cdn.jsdelivr.net/npm/@clappr/player@latest/dist/clappr.min.js"
>
&lt;/script>

&lt;script>
(function() {
 var playerElement = document.getElementById("player-wrapper-0");

 var player = new Clappr.Player({
 source: "https://cdn.qblog.nesin.io/qblog/AIEngineerGuide/2026-08/wuks8dcwrz0v8r0aaj0c.mp4",
 mute: true,
 height: 360,
 width: 640
 });

 player.attachTo(playerElement);
})();
&lt;/script>

&lt;p>And here is a video walkthrough of how it works by Ahmad (CEO of Command Code)&lt;/p></description></item></channel></rss>