<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Abbos Aliboev</title>
    <description>The latest articles on DEV Community by Abbos Aliboev (@abbos_aliboev).</description>
    <link>https://dev.to/abbos_aliboev</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3883610%2Fc35d5965-5038-496d-9ae3-214aee543872.png</url>
      <title>DEV Community: Abbos Aliboev</title>
      <link>https://dev.to/abbos_aliboev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/abbos_aliboev"/>
    <language>en</language>
    <item>
      <title>🧠🪰 Could a real fly brain control a drone?</title>
      <dc:creator>Abbos Aliboev</dc:creator>
      <pubDate>Thu, 17 Sep 2026 20:06:00 +0000</pubDate>
      <link>https://dev.to/abbos_aliboev/could-a-real-fly-brain-control-a-drone-70c</link>
      <guid>https://dev.to/abbos_aliboev/could-a-real-fly-brain-control-a-drone-70c</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F1d0ivz892t1lc9pjb1j2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F1d0ivz892t1lc9pjb1j2.png" alt=" " width="800" height="314"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fs8yytldbv5cv8fj0ul7p.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fs8yytldbv5cv8fj0ul7p.png" alt=" " width="800" height="417"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A few weeks ago, I came across something interesting: Google and HHMI Janelia had mapped the entire brain of a fruit fly - around 166,700 neurons and 125 million connections.&lt;/p&gt;

&lt;p&gt;As someone who works with computer vision, I wondered:&lt;/p&gt;

&lt;p&gt;Could we use a real brain map to control something?&lt;/p&gt;

&lt;p&gt;This isn’t really my field, but I found the idea interesting and decided to try it.&lt;/p&gt;

&lt;p&gt;I built a virtual fly-like drone that sees through its camera and moves based on signals from the fly brain. I also created a live dashboard to visualize the brain, camera, and drone movements in real time.&lt;/p&gt;

&lt;p&gt;Then I turned it into a small game: Can the fly find the apple? 🍎&lt;/p&gt;

&lt;p&gt;The result: yes, it found it.&lt;/p&gt;

&lt;p&gt;However, the system still needs help from FlyVis, a pre-trained brain model, plus my own processing and control logic. So the connectome alone is not enough yet.&lt;/p&gt;

&lt;p&gt;Why is this interesting?&lt;br&gt;
A fly’s brain uses very little energy, yet it can fly, avoid obstacles, and find food. Understanding how its brain works could help us build smaller, cheaper, and more energy-efficient robots and drones in the future.&lt;/p&gt;

&lt;p&gt;I’m continuing the experiment and sharing what works, what doesn’t, and what I learn along the way.&lt;/p&gt;

&lt;p&gt;More coming soon. 🚀&lt;/p&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://assets.dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/abbosaliboev" rel="noopener noreferrer"&gt;
        abbosaliboev
      &lt;/a&gt; / &lt;a href="https://github.com/abbosaliboev/fly-brain-drone" rel="noopener noreferrer"&gt;
        fly-brain-drone
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      A real 166,700-neuron fruit-fly connectome piloting a virtual drone to find food. Work in progress, honestly documented.
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;&lt;div&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;🧠🪰 Fly Brain Drone&lt;/h1&gt;
&lt;/div&gt;
&lt;div class="markdown-heading"&gt;
&lt;h3 class="heading-element"&gt;We connected a real fruit-fly brain map to a virtual drone and asked it to find an apple.&lt;/h3&gt;
&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;166,700 real neurons. 125 million real synapses. One (very) hungry drone.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/abbosaliboev/fly-brain-drone#status--this-is-not-finished" rel="noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/970ba1406d77478c5f6223d2b617845a276ad5c1af5996ba16d9684b0bf77a36/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7374617475732d776f726b2d2d696e2d2d70726f67726573732d6f72616e6765" alt="Status: Work in Progress"&gt;&lt;/a&gt;
&lt;a href="https://github.com/abbosaliboev/fly-brain-drone/LICENSE" rel="noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/b8cadaa967891081f8f165695470689986c028821dd8a040132f6e661795dc0d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c7565" alt="License: MIT"&gt;&lt;/a&gt;
&lt;a href="https://github.com/abbosaliboev/fly-brain-drone/docs/dataset.md" rel="noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/fe8d2541299cecb436cb60d440ce2117d4f0e98a5b5e760dafcc357951aa2eae/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f6e6e6563746f6d652d4d616c65434e5325323076312e302d396366" alt="Data: MaleCNS v1.0 (CC-BY 4.0)"&gt;&lt;/a&gt;
&lt;a href="https://github.com/abbosaliboev/fly-brain-drone/requirements.txt" rel="noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/8bd7b5b7e461be6d503bbf746f3c7f75194c254ea608c782b3e63be91906725c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f707974686f6e2d332e31312d677265656e" alt="Python 3.11"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;A real neuroscience dataset. A real physics engine. A real, honestly-reported
mess of a research project — in public, as it happens.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;a rel="noopener noreferrer" href="https://github.com/abbosaliboev/fly-brain-drone/docs/images/dashboard_full_view.png"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fraw.githubusercontent.com%2Fabbosaliboev%2Ffly-brain-drone%2FHEAD%2Fdocs%2Fimages%2Fdashboard_full_view.png" alt="The full live dashboard: 3D lab arena, the drone's own compound-eye camera view, the 141,781-neuron MaleCNS brain glowing with real activity, the 91-column hexagonal retina, and live neural telemetry, all in one window"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;An actual screenshot of the live dashboard — not a mockup. Left: the arena
from outside. Center: what the drone itself sees. Top right: 47,261 real
MaleCNS neuron positions with 27,523 visual-type neurons glowing by live
activity. Bottom right: the hexagonal compound-eye input and motor/telemetry
readout.&lt;/em&gt;&lt;/p&gt;
&lt;/div&gt;

&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;What is this?&lt;/h2&gt;
&lt;/div&gt;
&lt;p&gt;In 2026, HHMI Janelia, Cambridge, and Google Research published the first
complete connectome of an adult fly's central nervous system — every one of
&lt;strong&gt;166,700 neurons&lt;/strong&gt; and &lt;strong&gt;~125,000,000 synapses&lt;/strong&gt; in a male &lt;em&gt;Drosophila&lt;/em&gt;
brain and nerve cord, mapped from real electron-microscope images.&lt;/p&gt;
&lt;p&gt;We asked a simple…&lt;/p&gt;&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/abbosaliboev/fly-brain-drone" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


</description>
      <category>ai</category>
      <category>neuroscience</category>
      <category>connectomics</category>
      <category>fruitfly</category>
    </item>
    <item>
      <title>I spent 200 hours building the ultimate free AI resource list so you don't have to (2026)</title>
      <dc:creator>Abbos Aliboev</dc:creator>
      <pubDate>Fri, 17 Apr 2026 04:26:25 +0000</pubDate>
      <link>https://dev.to/abbos_aliboev/i-spent-200-hours-building-the-ultimate-free-ai-resource-list-so-you-dont-have-to-2026-4a0l</link>
      <guid>https://dev.to/abbos_aliboev/i-spent-200-hours-building-the-ultimate-free-ai-resource-list-so-you-dont-have-to-2026-4a0l</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9hpjtjpp0ebu6jutbhve.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9hpjtjpp0ebu6jutbhve.png" alt=" " width="800" height="257"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'm going to save you hundreds of hours and potentially thousands of dollars.&lt;/p&gt;

&lt;p&gt;Over the past few months, I've been building something quietly: &lt;strong&gt;a verified, weekly-updated directory of every legitimately free AI tool, API, and service available to developers in 2026.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Not "free trial." Not "free with a credit card." Actually free.&lt;/p&gt;

&lt;p&gt;Here's what I found.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Dirty Secret About AI Costs
&lt;/h2&gt;

&lt;p&gt;Big Tech's marketing works. Most developers I talk to assume they &lt;em&gt;need&lt;/em&gt; to pay $20-$200/month for AI capabilities in their apps. They reach for OpenAI's API, spin up AWS infrastructure, and subscribe to Midjourney.&lt;/p&gt;

&lt;p&gt;They don't have to.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's Actually Free in 2026
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Free LLM APIs (No Credit Card)
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Provider&lt;/th&gt;
&lt;th&gt;Model&lt;/th&gt;
&lt;th&gt;Free Limit&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Groq&lt;/td&gt;
&lt;td&gt;Llama 3.3 70B&lt;/td&gt;
&lt;td&gt;14,400 req/day&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Google AI Studio&lt;/td&gt;
&lt;td&gt;Gemini 2.0 Flash&lt;/td&gt;
&lt;td&gt;1,500 req/day + 1M context&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Mistral&lt;/td&gt;
&lt;td&gt;Mistral 7B&lt;/td&gt;
&lt;td&gt;500M tokens/month&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Cohere&lt;/td&gt;
&lt;td&gt;Command R+&lt;/td&gt;
&lt;td&gt;1,000 req/month&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Together AI&lt;/td&gt;
&lt;td&gt;50+ models&lt;/td&gt;
&lt;td&gt;$5 free credit&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Cerebras&lt;/td&gt;
&lt;td&gt;Llama 3.1 70B&lt;/td&gt;
&lt;td&gt;30 req/min (ultra-fast)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;Groq alone gives you 14,400 free requests per day.&lt;/strong&gt; That's a full production app for most indie projects — completely free.&lt;/p&gt;

&lt;h3&gt;
  
  
  Free Image Generation
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Leonardo.ai&lt;/strong&gt; — 150 images/day, photorealistic quality, zero credit card&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Stable Diffusion (local)&lt;/strong&gt; — unlimited, runs on your laptop&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Ideogram&lt;/strong&gt; — 10/day, best for text-in-image&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Kling AI / Hailuo AI&lt;/strong&gt; — video generation, free daily credits&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Free AI Hosting
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;HuggingFace Spaces&lt;/strong&gt; — host any Gradio/Streamlit app for free, permanently&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Modal&lt;/strong&gt; — $30/month free GPU compute (serverless)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cloudflare Workers AI&lt;/strong&gt; — 100K inference requests/day at the edge&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Google Colab&lt;/strong&gt; — free T4 GPU for notebooks&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Local Tools That Beat Paid Alternatives
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Ollama&lt;/strong&gt; — run Llama, Mistral, Phi locally with one command&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Open WebUI&lt;/strong&gt; — self-hosted ChatGPT UI, connects to any LLM&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Whisper (local)&lt;/strong&gt; — transcription that beats paid APIs at $0/month&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;ComfyUI&lt;/strong&gt; — image generation workflow tool, unlimited&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Get Running in 60 Seconds
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Free LLM (cloud):&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;pip &lt;span class="nb"&gt;install &lt;/span&gt;groq
&lt;span class="c"&gt;# Get free key at console.groq.com — no CC&lt;/span&gt;
python &lt;span class="nt"&gt;-c&lt;/span&gt; &lt;span class="s2"&gt;"
from groq import Groq
client = Groq(api_key='YOUR_KEY')
r = client.chat.completions.create(
    model='llama-3.3-70b-versatile',
    messages=[{'role':'user','content':'Hello!'}]
)
print(r.choices[0].message.content)
"&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Free LLM (local, fully offline):&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;curl &lt;span class="nt"&gt;-fsSL&lt;/span&gt; https://ollama.com/install.sh | sh
ollama pull llama3.2
ollama run llama3.2
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  How Much Can You Save?
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Use Case&lt;/th&gt;
&lt;th&gt;Paid Stack&lt;/th&gt;
&lt;th&gt;Free Stack&lt;/th&gt;
&lt;th&gt;Annual Savings&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;LLM API&lt;/td&gt;
&lt;td&gt;$150/mo (GPT-4o)&lt;/td&gt;
&lt;td&gt;$0 (Groq)&lt;/td&gt;
&lt;td&gt;$1,800&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Image gen&lt;/td&gt;
&lt;td&gt;$50/mo (Midjourney)&lt;/td&gt;
&lt;td&gt;$0 (Leonardo)&lt;/td&gt;
&lt;td&gt;$600&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Hosting&lt;/td&gt;
&lt;td&gt;$200/mo (AWS)&lt;/td&gt;
&lt;td&gt;$0 (HuggingFace)&lt;/td&gt;
&lt;td&gt;$2,400&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Transcription&lt;/td&gt;
&lt;td&gt;$40/mo&lt;/td&gt;
&lt;td&gt;$0 (local Whisper)&lt;/td&gt;
&lt;td&gt;$480&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Total&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;$440/mo&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;$0&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;$5,280/yr&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  The Full List
&lt;/h2&gt;

&lt;p&gt;I've compiled 700+ of these into an open-source repo that I update every week:&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;&lt;a href="https://github.com/abbosaliboev/free-ai-bible" rel="noopener noreferrer"&gt;github.com/abbosaliboev/free-ai-bible&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;It includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Complete tables for every category above&lt;/li&gt;
&lt;li&gt;One-click setup scripts (run one command, everything configured)&lt;/li&gt;
&lt;li&gt;Copy-paste app templates: chatbot, RAG pipeline, image generation API, voice assistant&lt;/li&gt;
&lt;li&gt;Comparison charts: which LLM to use, local vs cloud, image gen picker&lt;/li&gt;
&lt;li&gt;Translations in 6 languages (Chinese, Korean, Spanish, Russian, Japanese, Uzbek)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Zero affiliate links. Zero sponsored entries. If it's there, I tested it.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;If this saves you money or time, a ⭐ star on the repo is all I ask. It takes one second and helps other developers find it.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;What free AI tool has surprised you the most? Drop it in the comments — the best ones will make it into the list.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>freetools</category>
      <category>opensource</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
