Binary Bots Battle

Binary Bots Battle - DrawGPT

Info

Created On: May 9, 2025
Created By: User #4385
two AIs competing against each other
Bot
Why did the AI break up with its computer? Because it found a byte that wasn't its type!

SVG Code

                    <!--

Generated by DrawGPT.
Free, open source, AI generated images in SVG, PNG, and HTML Canvas format.
https://drawgpt.ai

Created: 2025-05-16T23:21:00+00:00
-->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"   viewBox="0 0 512 512">
  <title>Binary Bots Battle</title>
  <desc>Why did the AI break up with its computer? Because it found a byte that wasn't its type!</desc>
  <metadata type="keywords">AI, Competition, Digital, Technology, Robots</metadata>

  <!-- Background: Digital Arena -->
  <rect id="background" class="background" x="0" y="0" width="512" height="512" fill="#1A0C3B"/>
  <defs>
    <linearGradient id="gridGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#3E247F" stop-opacity="0.5"/>
      <stop offset="100%" stop-color="#6C3EB9" stop-opacity="0.5"/>
    </linearGradient>
  </defs>
  <g id="gridLines" class="background-grid" stroke="url(#gridGradient)" stroke-width="1">
    <path id="verticalGrid1" class="grid-line" d="M64 0 V512">
        <animate attributeName="d" values="M64 0 V512; M74 0 V512; M64 0 V512" dur="5s" repeatCount="indefinite"/>
    </path>
     <path id="verticalGrid2" class="grid-line" d="M128 0 V512">
        <animate attributeName="d" values="M128 0 V512; M138 0 V512; M128 0 V512" dur="5s" repeatCount="indefinite"/>
     </path>
     <path id="verticalGrid3" class="grid-line" d="M192 0 V512">
         <animate attributeName="d" values="M192 0 V512; M202 0 V512; M192 0 V512" dur="5s" repeatCount="indefinite"/>
     </path>
     <path id="verticalGrid4" class="grid-line" d="M256 0 V512">
        <animate attributeName="d" values="M256 0 V512; M266 0 V512; M256 0 V512" dur="5s" repeatCount="indefinite"/>
     </path>
     <path id="verticalGrid5" class="grid-line" d="M320 0 V512">
         <animate attributeName="d" values="M320 0 V512; M330 0 V512; M320 0 V512" dur="5s" repeatCount="indefinite"/>
     </path>
     <path id="verticalGrid6" class="grid-line" d="M384 0 V512">
         <animate attributeName="d" values="M384 0 V512; M394 0 V512; M384 0 V512" dur="5s" repeatCount="indefinite"/>
     </path>
     <path id="verticalGrid7" class="grid-line" d="M448 0 V512">
         <animate attributeName="d" values="M448 0 V512; M458 0 V512; M448 0 V512" dur="5s" repeatCount="indefinite"/>
     </path>

    <path id="horizontalGrid1" class="grid-line" d="M0 64 H512">
        <animate attributeName="d" values="M0 64 H512; M0 74 H512; M0 64 H512" dur="5s" repeatCount="indefinite"/>
    </path>
    <path id="horizontalGrid2" class="grid-line" d="M0 128 H512">
         <animate attributeName="d" values="M0 128 H512; M0 138 H512; M0 128 H512" dur="5s" repeatCount="indefinite"/>
    </path>
    <path id="horizontalGrid3" class="grid-line" d="M0 192 H512">
         <animate attributeName="d" values="M0 192 H512; M0 202 H512; M0 192 H512" dur="5s" repeatCount="indefinite"/>
    </path>
    <path id="horizontalGrid4" class="grid-line" d="M0 256 H512">
         <animate attributeName="d" values="M0 256 H512; M0 266 H512; M0 256 H512" dur="5s" repeatCount="indefinite"/>
    </path>
    <path id="horizontalGrid5" class="grid-line" d="M0 320 H512">
        <animate attributeName="d" values="M0 320 H512; M0 330 H512; M0 320 H512" dur="5s" repeatCount="indefinite"/>
    </path>
    <path id="horizontalGrid6" class="grid-line" d="M0 384 H512">
        <animate attributeName="d" values="M0 384 H512; M0 394 H512; M0 384 H512" dur="5s" repeatCount="indefinite"/>
    </path>
    <path id="horizontalGrid7" class="grid-line" d="M0 448 H512">
         <animate attributeName="d" values="M0 448 H512; M0 458 H512; M0 448 H512" dur="5s" repeatCount="indefinite"/>
    </path>
  </g>

  <!-- Platforms -->
  <path id="platformLeft" class="platform" d="M64 400 L200 380 L200 420 L64 440 Z" fill="#0A041C" stroke="#3E247F" stroke-width="2"/>
   <path id="platformRight" class="platform" d="M448 400 L312 380 L312 420 L448 440 Z" fill="#0A041C" stroke="#6C3EB9" stroke-width="2"/>


  <!-- AI Entity 1 (Blue) -->
  <g id="aiBlue" class="ai-entity">
      <circle id="aiBlueCore" class="core" cx="132" cy="395" r="20" fill="#00FFFF">
          <animate attributeName="r" values="20; 22; 20" dur="2.5s" repeatCount="indefinite" additive="sum"/>
      </circle>
      <path id="aiBlueBody" class="body" d="M132 395 m -30 -30 L 132 365 L 162 365 L 132 395 Z M132 395 m -30 30 L 132 425 L 162 425 L 132 395 Z" fill="#00BFFF" opacity="0.8"/>
      <circle id="aiBlueGlow" class="glow" cx="132" cy="395" r="35" fill="#00FFFF" opacity="0.4">
          <animate attributeName="opacity" values="0.4; 0.6; 0.4" dur="2.5s" repeatCount="indefinite"/>
      </circle>
      <g id="aiBlueParticles" class="particles">
        <circle cx="120" cy="380" r="2" fill="#00FFFF"/>
        <circle cx="145" cy="405" r="2" fill="#00FFFF"/>
         <animateTransform attributeName="transform" type="translate" from="0 0" to="5 -10" dur="5s" repeatCount="indefinite"/>
      </g>
  </g>


  <!-- AI Entity 2 (Red) -->
  <g id="aiRed" class="ai-entity">
      <circle id="aiRedCore" class="core" cx="380" cy="395" r="20" fill="#FF00FF">
          <animate attributeName="r" values="20; 22; 20" dur="2.5s" repeatCount="indefinite" additive="sum"/>
      </circle>
       <path id="aiRedBody" class="body" d="M380 395 m -30 -30 L 380 365 L 410 365 L 380 395 Z M380 395 m -30 30 L 380 425 L 410 425 L 380 395 Z" fill="#FF00FF" opacity="0.8"/>
       <circle id="aiRedGlow" class="glow" cx="380" cy="395" r="35" fill="#FF00FF" opacity="0.4">
           <animate attributeName="opacity" values="0.4; 0.6; 0.4" dur="2.5s" repeatCount="indefinite"/>
       </circle>
       <g id="aiRedParticles" class="particles">
         <circle cx="365" cy="385" r="2" fill="#FF00FF"/>
         <circle cx="390" cy="410" r="2" fill="#FF00FF"/>
          <animateTransform attributeName="transform" type="translate" from="0 0" to="-5 10" dur="5s" repeatCount="indefinite"/>
       </g>
  </g>

  <!-- Data Streams / Code Flow -->
  <g id="dataFlow" class="data-flow">
      <path id="flow1" class="stream" d="M132 395 C 200 300, 312 300, 380 395" fill="none" stroke="#00FFFF" stroke-width="5" stroke-dasharray="10 10">
          <animate attributeName="stroke-dashoffset" values="0; 20" dur="1s" repeatCount="indefinite"/>
          <animate attributeName="stroke" values="#00FFFF; #FF00FF; #00FFFF" dur="5s" repeatCount="indefinite"/>
      </path>
       <path id="flow2" class="stream" d="M132 395 C 200 250, 312 250, 380 395" fill="none" stroke="#FF00FF" stroke-width="5" stroke-dasharray="10 10">
           <animate attributeName="stroke-dashoffset" values="20; 0" dur="1s" repeatCount="indefinite"/>
           <animate attributeName="stroke" values="#FF00FF; #00FFFF; #FF00FF" dur="5s" repeatCount="indefinite"/>
       </path>
        <path id="flow3" class="stream" d="M132 395 C 250 350, 250 350, 380 395" fill="none" stroke="#FFFFFF" stroke-width="3" stroke-dasharray="5 5">
           <animate attributeName="stroke-dashoffset" values="0; 10" dur="0.5s" repeatCount="indefinite"/>
            <animate attributeName="stroke" values="#FFFFFF; #00FFFF; #FF00FF; #FFFFFF" dur="5s" repeatCount="indefinite"/>
       </path>
  </g>

  <!-- Central Competition Indicator -->
  <g id="indicator" class="indicator">
      <circle id="indicatorCore" class="core" cx="256" cy="280" r="30" fill="#FFFF00">
          <animate attributeName="r" values="30; 35; 30" dur="2.5s" repeatCount="indefinite"/>
          <animate attributeName="fill" values="#FFFF00; #00FFFF; #FF00FF; #FFFF00" dur="5s" repeatCount="indefinite"/>
      </circle>
      <path id="indicatorArms1" class="arms" d="M256 280 L 200 230 L 312 230 Z" fill="#FF00FF" opacity="0.7">
          <animateTransform attributeName="transform" type="rotate" from="0 256 280" to="360 256 280" dur="5s" repeatCount="indefinite"/>
          <animate attributeName="fill" values="#FF00FF; #00FFFF; #FF00FF" dur="5s" repeatCount="indefinite"/>
      </path>
      <path id="indicatorArms2" class="arms" d="M256 280 L 200 330 L 312 330 Z" fill="#00FFFF" opacity="0.7">
           <animateTransform attributeName="transform" type="rotate" from="0 256 280" to="-360 256 280" dur="5s" repeatCount="indefinite"/>
           <animate attributeName="fill" values="#00FFFF; #FF00FF; #00FFFF" dur="5s" repeatCount="indefinite"/>
      </path>
       <text id="indicatorText" class="text" x="256" y="290" text-anchor="middle" fill="#FFFFFF" font-family="Arial" font-size="20">VS</text>
  </g>

   <!-- Floating Code Snippets -->
   <g id="codeSnippets" class="code-snippets">
       <text x="100" y="150" fill="#00FF00" font-family="monospace" font-size="12">def battle():</text>
       <text x="110" y="165" fill="#00FF00" font-family="monospace" font-size="12">  pass</text>
        <animateTransform attributeName="transform" type="translate" from="0 0" to="10 5" dur="5s" repeatCount="indefinite"/>

       <text x="400" y="150" fill="#FF00FF" font-family="monospace" font-size="12">function fight() {</text>
       <text x="410" y="165" fill="#FF00FF" font-family="monospace" font-size="12">  }</text>
        <animateTransform attributeName="transform" type="translate" from="0 0" to="-10 -5" dur="5s" repeatCount="indefinite"/>
   </g>

   <!-- Background elements -->
   <g id="backgroundElements" class="background-elements">
        <circle id="bgCircle1" class="bg-circle" cx="50" cy="50" r="10" fill="#3E247F" opacity="0.3"/>
         <animate attributeName="cx" values="50; 60; 50" dur="5s" repeatCount="indefinite"/>
        <circle id="bgCircle2" class="bg-circle" cx="460" cy="80" r="15" fill="#6C3EB9" opacity="0.3"/>
        <animate attributeName="cy" values="80; 90; 80" dur="5s" repeatCount="indefinite"/>
        <rect id="bgRect1" class="bg-rect" x="100" y="480" width="50" height="20" fill="#3E247F" opacity="0.4"/>
         <animateTransform attributeName="transform" type="scale" values="1 1; 1 0.8; 1 1" dur="5s" repeatCount="indefinite"/>
        <rect id="bgRect2" class="bg-rect" x="350" y="480" width="50" height="20" fill="#6C3EB9" opacity="0.4"/>
         <animateTransform attributeName="transform" type="scale" values="1 1; 1 0.8; 1 1" dur="5s" repeatCount="indefinite"/>
   </g>


</svg>

                
DrawGPT logo DrawGPT logo

Compare & Benchmark AI Models

Try the new DrawGPT Compare

  • Instantly compare the latest AI models side-by-side.
  • Top models: GPT, Gemini, Claude, Grok, SDXL.
  • From OpenAI, Google, Anthropic, xAI, Scenario.gg.
  • Generate images or text with multiple models at once.
  • See results in real time, share, and benchmark.
Try DrawGPT Compare →
DrawGPT Compare demo
DrawGPT logo DrawGPT logo

Draw, Sketch, Paint, or Doodle Instantly

This is where you can draw anything—then AI turns it into real 3D images and more!

  • Draw, sketch, paint, or doodle anything right in your browser.
  • AI transforms your creations into 3D images, vector art, and more.
  • Create images from text prompts using top AI models: DALL-E 3, Gemini, Stable Diffusion, and more.
  • No subscription required – just use tokens for each image.
  • Download as PNG, SVG, or vector graphics.
  • Perfect for logos, icons, art, textures, patterns, and game assets.
  • Type anything, get an image instantly. Commercial use allowed!
Try DrawGPT Draw →
DrawGPT Draw demo

NEW COMMUNITY AI IMAGES


These are recent AI images made by the community! These may use any AI model including DALL-E 3, Flux, Stable Diffusion, GPT-4, o1, and more and may be anything from simple animated SVGs to PNGs.

FAQ

What is DrawGPT?

DrawGPT is a an AI art generator that uses GPT-4, o1, o3, DALL-E 3, Gemini 2.0, Imagegen 3.0, Flux, Stable Diffusion, and Custom GPTs, ChatGPT, and other large language models to generate new images from text prompts.

Why Is This Different?

This does not require access to premium AI model subscriptions, it is able to be used by anyone with an internet connection and tokens. This allows everyone to get access to the very best AI art generation technology.

Artificial intelligence may create strange or unusual images. It is being used to generated images for advertising, entertainment, gaming, marketing, and fun right now!

Because Draw GPT has access to do many models we assume the model providers have followed best practices when attributing or utilizing data and images in the training data.

Yes! You can use the images for commercial purposes! And so can Draw GPT.

What Can DrawGPT Draw?

DrawGPT can draw anything you can think of and more! Just type your text prompt in to the textbox exactly like ChatGPT and see what the AI gives you! Seriously, you can get GPT to draw just about anything for you that you can type in the box.

DrawGPT creates images in PNG, SVG, and Javascript format for download and use. This is different than other AI art projects that only create images in PNG format; being able to get a scene graph via Javascript draw commands is a unique feature of this project and getting any AI art in SVG vector format is unique to DrawGPT.

Many people use this to generate quick art for simple projects, video game assets, new business logos, and more. It is also used to generate images for advertising, entertainment, gaming, marketing, creating art for ads and blog posts with AI and fun.

Want to learn more about DrawGPT, the types of possible image renders, and how to use DrawGPT in your next project as a developer?
Check out our AI image generation API!

Why Are They Weird?

DrawGPT is runs on an AI that has never actually "seen" an image as embodied AI in its life!

This method of drawing images using raw code is not a great way to draw complex images with lots of structure. It may be able to make photograph quality artwork and professional illustrations with AI but it can fail when using certain types of typography.

Is This ChatGPT?

Yes and no. Same same but different.

ChatGPT runs on the same model that this project uses, so this is like using ChatGPT to generate images, but it is a different instance of the model. This means that the AI is not precisly the same but it is the same quality AI, image generation AI, large language model, and overall AI art that ChatGPT is using and that Chat GPT can draw.

What is the difference? ChatGPT is specifically wired up to be conversational and track a conversation thread across multiple user prompts. Images in ChatGPT using DALL-E 3 are not saved to the Intenet and made available publicly.

In comparison DrawGPT does not remember things from prompt to prompt, each image is a unique image that does not reference any of the images or prompts previously supplied.

Copyright

You can do what you want it's your party.

We humbly ask that you backlink to DrawGPT if you do use our images in any promotion or commercial ways, but it is not required.

At the moment all images & Javascript code generated by this tool under the CC0 License with outrageous added term that the license can be revoked or retroactively changed at any time without warning for any image.

Yes! You can use the images for commercial purposes! And so can DrawGPT.

Images & Prompts Private

Images & prompts may be made made public.

Depending on the situation the prompts themselves are stored internally for research purposes.

Employees at OpenAI and DrawGPT have access to any prompts you submit.

DO NOT SUBMIT PERSONAL INFORMATION.