<?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: Phelipp de Avila</title>
    <description>The latest articles on DEV Community by Phelipp de Avila (@phelipp_deavila_c9abd6f6).</description>
    <link>https://dev.to/phelipp_deavila_c9abd6f6</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3974352%2F77a919ca-cb3f-4594-b578-1959100b49e3.jpg</url>
      <title>DEV Community: Phelipp de Avila</title>
      <link>https://dev.to/phelipp_deavila_c9abd6f6</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/phelipp_deavila_c9abd6f6"/>
    <language>en</language>
    <item>
      <title>Google Antigravity Is Not Just Another AI Editor — It's a Different Bet Entirely</title>
      <dc:creator>Phelipp de Avila</dc:creator>
      <pubDate>Wed, 10 Jun 2026 03:01:23 +0000</pubDate>
      <link>https://dev.to/phelipp_deavila_c9abd6f6/google-antigravity-is-not-just-another-ai-editor-its-a-different-bet-entirely-33gk</link>
      <guid>https://dev.to/phelipp_deavila_c9abd6f6/google-antigravity-is-not-just-another-ai-editor-its-a-different-bet-entirely-33gk</guid>
      <description>&lt;p&gt;The last few years of AI-assisted development have followed a predictable arc: autocomplete gets smarter, context windows grow, the chat panel gets better at reading your whole repo. The mental model, though, barely changed. You still drive. The AI is a very fast copilot who never gets tired.&lt;/p&gt;

&lt;p&gt;Google Antigravity is a bet that this model has a ceiling — and that the next meaningful step is handing the wheel over entirely for well-scoped tasks.&lt;/p&gt;

&lt;p&gt;Whether that bet pays off is a genuinely open question. But it is worth understanding what Google is actually shipping, and how it compares to the tools most developers already use.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Google Antigravity Actually Is
&lt;/h2&gt;

&lt;p&gt;Antigravity launched in November 2025, alongside Gemini 3, as Google's answer to the question: what does an IDE look like if you design it around autonomous agents from the start, rather than bolting them on?&lt;/p&gt;

&lt;p&gt;The short answer is that it looks less like an editor and more like a task orchestration layer that happens to include an editor.&lt;/p&gt;

&lt;p&gt;The platform ships with two distinct surfaces:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Editor View&lt;/strong&gt; is the familiar territory — a full IDE with tab completions, inline commands, and an agent available in a side panel. If you've used Cursor or GitHub Copilot in VS Code, the cognitive overhead is low.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Manager Surface&lt;/strong&gt; is the novel part. It's a dedicated interface for spawning multiple agents and letting them run asynchronously across different workspaces. You can have one agent implementing a feature while another reproduces and patches a bug — neither blocking the other, neither blocking you.&lt;/p&gt;

&lt;p&gt;The practical implication: you describe a goal in natural language, the agent plans the execution steps, writes code, runs terminal commands, and opens a browser to verify the result. It returns &lt;strong&gt;Artifacts&lt;/strong&gt; — screenshots, task logs, session recordings — so you can review what happened rather than watch it happen in real time.&lt;/p&gt;

&lt;p&gt;At Google I/O on May 19, 2026, Google shipped &lt;strong&gt;Antigravity 2.0&lt;/strong&gt;, adding:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Browser Subagent&lt;/strong&gt;: a real Chromium instance that the agent controls to navigate, click, and test your app while it's being built&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;A new CLI written in Go&lt;/strong&gt; (lighter, faster, replaces the older Gemini CLI)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;An SDK&lt;/strong&gt; for defining custom agent behaviors and hosting them on your own infrastructure&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Managed Agents&lt;/strong&gt; on the Gemini API, for teams that want to run agent workflows without managing infrastructure&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The default model is &lt;strong&gt;Gemini 3.5 Flash&lt;/strong&gt; (updated from Gemini 3 at launch — faster, Google says it outperforms Gemini 3.1 Pro on most benchmarks). The platform also supports &lt;strong&gt;Claude&lt;/strong&gt; (Anthropic, including Sonnet and Opus tiers) and &lt;strong&gt;GPT-OSS&lt;/strong&gt; (OpenAI open-source models). That multi-model flexibility is a deliberate positioning choice: Antigravity presents itself as a platform, not a locked-in Google product.&lt;/p&gt;

&lt;h2&gt;
  
  
  How It Compares to Cursor, VS Code, and Claude Code
&lt;/h2&gt;

&lt;p&gt;Before the table, a framing note: these tools are not really competing for the same job. Antigravity is optimized for &lt;strong&gt;task delegation&lt;/strong&gt;. Cursor and VS Code with Copilot are optimized for &lt;strong&gt;assisted writing&lt;/strong&gt;. Claude Code sits somewhere between the two — terminal-first, agent-capable, but without the GUI orchestration layer.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;Google Antigravity&lt;/th&gt;
&lt;th&gt;Cursor&lt;/th&gt;
&lt;th&gt;VS Code + Copilot&lt;/th&gt;
&lt;th&gt;Claude Code&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Mental model&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Delegate tasks to agents&lt;/td&gt;
&lt;td&gt;AI-assisted writing&lt;/td&gt;
&lt;td&gt;AI-assisted writing&lt;/td&gt;
&lt;td&gt;Agent in your terminal&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Terminal/browser execution&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Native — runs commands, tests in browser&lt;/td&gt;
&lt;td&gt;Limited (suggestions only)&lt;/td&gt;
&lt;td&gt;Via extensions&lt;/td&gt;
&lt;td&gt;Native terminal control&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Parallel agents&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Yes (Manager Surface)&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;No (single session)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Model choice&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Gemini (default), Claude, GPT-OSS&lt;/td&gt;
&lt;td&gt;Configurable&lt;/td&gt;
&lt;td&gt;GitHub models via Copilot&lt;/td&gt;
&lt;td&gt;Claude only&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Free tier&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Yes — all models, rate-limited&lt;/td&gt;
&lt;td&gt;Yes — limited completions&lt;/td&gt;
&lt;td&gt;Copilot: paid (~$10/mo)&lt;/td&gt;
&lt;td&gt;CLI: free, API costs apply&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Review/audit trail&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Artifacts (screenshots, logs, recordings)&lt;/td&gt;
&lt;td&gt;Minimal&lt;/td&gt;
&lt;td&gt;Minimal&lt;/td&gt;
&lt;td&gt;Terminal output&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Maturity&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Public preview (Nov 2025)&lt;/td&gt;
&lt;td&gt;Mature, production-grade&lt;/td&gt;
&lt;td&gt;Mature, large ecosystem&lt;/td&gt;
&lt;td&gt;Mature, CLI-focused&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Best for&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Greenfield, prototyping, parallel work&lt;/td&gt;
&lt;td&gt;Daily production work&lt;/td&gt;
&lt;td&gt;Teams on VS Code&lt;/td&gt;
&lt;td&gt;Terminal-heavy, API-centric&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;The honest summary: if you are shipping production code in a monorepo where every diff matters, Cursor or VS Code still makes more sense. The agent trust model in Antigravity requires a review step — if you are not checking Artifacts carefully, you are accumulating unreviewed changes. That is a workflow discipline problem, not just a tool problem.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Works — and What to Watch
&lt;/h2&gt;

&lt;h3&gt;
  
  
  The case for trying it
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Multi-agent parallelism is genuinely new.&lt;/strong&gt; Nothing in the Cursor/VS Code ecosystem lets you orchestrate several agents on separate workspaces from a single interface. For teams running multiple features in parallel or doing background maintenance (dependency updates, documentation generation, audit passes), the Manager Surface addresses a real coordination overhead.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Browser Subagent changes the feedback loop for frontend work.&lt;/strong&gt; Instead of manually spinning up a dev server and clicking through a UI to verify changes, the agent does it. Artifacts bring the evidence back to you. This compresses a tedious part of the iteration cycle.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Multi-model support reduces lock-in anxiety.&lt;/strong&gt; Being able to swap to Claude Sonnet or GPT-OSS without leaving the environment is not a headline feature, but it matters for teams with model preference policies or cost constraints.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The free tier is a real entry point.&lt;/strong&gt; At the time of writing, individual developers can access all supported models (including Gemini 3.5 Flash) at no cost, subject to rate limits that refresh periodically. Paid tiers start at around US$20/month (AI Pro). Google has adjusted limits and plan names several times since launch, so treat exact numbers as directional — check &lt;a href="https://antigravity.google/pricing" rel="noopener noreferrer"&gt;antigravity.google/pricing&lt;/a&gt; for current figures.&lt;/p&gt;

&lt;h3&gt;
  
  
  The caveats
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;It is still in public preview.&lt;/strong&gt; Antigravity has been available since November 2025, but "preview" here means the API surface, pricing, and rate limits have all shifted since launch. Teams building internal tooling on the SDK should plan for breaking changes.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Autonomous agents create a review burden.&lt;/strong&gt; The platform's value proposition — agents that execute end-to-end without constant supervision — is also its risk. Unreviewed agent output in a production codebase is a liability. You need to build the habit of auditing Artifacts before merging, especially for tasks that touch data models or external APIs.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Browser Subagent is still early.&lt;/strong&gt; Real-browser testing via an agent-controlled Chromium is a compelling idea, but reliability on complex UI interactions (third-party embeds, OAuth flows, WebGL) is not yet comparable to a mature testing framework like Playwright or Cypress. Use it for rapid iteration, not as a replacement for your test suite.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Gemini 3.5 Flash as the default is a trade-off.&lt;/strong&gt; Flash is fast and cheap, which is why it is the default. For nuanced reasoning tasks — architecture decisions, complex refactors — you may want to explicitly route to a heavier model. That model-routing discipline is not automatic.&lt;/p&gt;

&lt;h2&gt;
  
  
  Should You Try It?
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Yes, with limited scope.&lt;/strong&gt; The fastest way to form an honest opinion about Antigravity is to use the Manager Surface for one greenfield task — a new API endpoint, a standalone script, a UI component — and audit the Artifacts carefully. That reveals both the ceiling (what it gets right autonomously) and the floor (where you still need to intervene).&lt;/p&gt;

&lt;p&gt;If your team already has a productive Cursor workflow for production code, Antigravity does not replace that today. It is additive: the Manager Surface handles the parallel, lower-stakes workloads that would otherwise require context-switching or back-of-queue scheduling.&lt;/p&gt;

&lt;p&gt;For developers evaluating the agentic coding space broadly, Antigravity is the clearest expression of what "agent-first IDE" means in practice in mid-2026. Whether that is where the industry lands long-term is still an open bet — but it is a bet worth understanding firsthand.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published in Portuguese — with a full setup walkthrough and pricing details — on our blog at &lt;a href="https://neuroniosartificiais.com.br/google-antigravity-o-que-e/" rel="noopener noreferrer"&gt;neuroniosartificiais.com.br&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>productivity</category>
      <category>devtools</category>
      <category>google</category>
    </item>
    <item>
      <title>Python para Inteligência Artificial: guia completo para começar do zero</title>
      <dc:creator>Phelipp de Avila</dc:creator>
      <pubDate>Mon, 08 Jun 2026 14:40:54 +0000</pubDate>
      <link>https://dev.to/phelipp_deavila_c9abd6f6/python-para-inteligencia-artificial-guia-completo-para-comecar-do-zero-4b5d</link>
      <guid>https://dev.to/phelipp_deavila_c9abd6f6/python-para-inteligencia-artificial-guia-completo-para-comecar-do-zero-4b5d</guid>
      <description>&lt;p&gt;Se você quer aprender Inteligência Artificial, Python é o ponto de partida mais prático que existe. Sintaxe acessível, comunidade enorme e bibliotecas construídas especificamente para IA e machine learning — é a linguagem que domina o campo e continua sendo o caminho mais curto do zero a um modelo funcional.&lt;/p&gt;

&lt;h2&gt;
  
  
  Por que Python virou o padrão de fato para IA
&lt;/h2&gt;

&lt;p&gt;A combinação é difícil de bater: curva de aprendizado baixa + ecossistema maduro. Bibliotecas como &lt;strong&gt;TensorFlow&lt;/strong&gt;, &lt;strong&gt;PyTorch&lt;/strong&gt;, &lt;strong&gt;scikit-learn&lt;/strong&gt;, &lt;strong&gt;Pandas&lt;/strong&gt; e &lt;strong&gt;NumPy&lt;/strong&gt; abstraem boa parte da matemática pesada, o que permite que iniciantes construam modelos reais sem dominar álgebra linear desde o início.&lt;/p&gt;

&lt;p&gt;Outras linguagens existem (R, Julia, Scala), mas nenhuma tem o mesmo volume de tutoriais, fóruns ativos, integrações prontas e suporte da comunidade. Para quem está começando, escolher Python não é opinião — é pragmatismo.&lt;/p&gt;

&lt;h2&gt;
  
  
  Configurando o ambiente
&lt;/h2&gt;

&lt;p&gt;Três opções principais:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Jupyter Notebook&lt;/strong&gt; — ideal para exploração interativa, visualizações e experimentos. Roda célula por célula, perfeito para aprender.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;VS Code&lt;/strong&gt; — melhor para projetos maiores, com extensões para Python, linting e debugging integrado.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Anaconda&lt;/strong&gt; — facilita o gerenciamento de ambientes virtuais e pacotes.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Para instalar as bibliotecas essenciais de uma vez:&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;numpy pandas scikit-learn tensorflow torch
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Seu primeiro modelo: classificação com scikit-learn
&lt;/h2&gt;

&lt;p&gt;O dataset Iris é o "Hello World" de machine learning — pequeno, limpo e ótimo para entender o fluxo completo:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight python"&gt;&lt;code&gt;&lt;span class="kn"&gt;from&lt;/span&gt; &lt;span class="n"&gt;sklearn&lt;/span&gt; &lt;span class="kn"&gt;import&lt;/span&gt; &lt;span class="n"&gt;datasets&lt;/span&gt;
&lt;span class="kn"&gt;from&lt;/span&gt; &lt;span class="n"&gt;sklearn.model_selection&lt;/span&gt; &lt;span class="kn"&gt;import&lt;/span&gt; &lt;span class="n"&gt;train_test_split&lt;/span&gt;
&lt;span class="kn"&gt;from&lt;/span&gt; &lt;span class="n"&gt;sklearn.neighbors&lt;/span&gt; &lt;span class="kn"&gt;import&lt;/span&gt; &lt;span class="n"&gt;KNeighborsClassifier&lt;/span&gt;

&lt;span class="n"&gt;iris&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;datasets&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;load_iris&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt;
&lt;span class="n"&gt;X_train&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;X_test&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;y_train&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;y_test&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nf"&gt;train_test_split&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;iris&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;data&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;iris&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;target&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;test_size&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="mf"&gt;0.3&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;

&lt;span class="n"&gt;model&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nc"&gt;KNeighborsClassifier&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt;
&lt;span class="n"&gt;model&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;fit&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;X_train&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;y_train&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="nf"&gt;print&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;Precisão:&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;model&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;score&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;X_test&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;y_test&lt;/span&gt;&lt;span class="p"&gt;))&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Esse código carrega dados, divide entre treino e teste, treina o modelo e avalia a precisão. São 10 linhas — e o fluxo é exatamente o mesmo em projetos reais, só mais elaborado.&lt;/p&gt;

&lt;h2&gt;
  
  
  Erros comuns de quem está começando
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;1. Pular a limpeza de dados.&lt;/strong&gt; Modelos treinados com dados sujos geram previsões ruins. Verifique valores nulos, outliers e tipos incorretos antes de treinar.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Não separar treino e teste.&lt;/strong&gt; Avaliar o modelo nos mesmos dados em que treinou infla a precisão artificialmente.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Confiar só na acurácia.&lt;/strong&gt; Em datasets desbalanceados, precision, recall e F1-score dão uma visão mais honesta.&lt;/p&gt;

&lt;h2&gt;
  
  
  Como acelerar o aprendizado na prática
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Troque os datasets dos tutoriais.&lt;/strong&gt; Refazer o exercício com dados diferentes força entendimento real.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Use LLMs como tutores.&lt;/strong&gt; ChatGPT e Gemini explicam erros de código em linguagem natural — o par de programação mais paciente que existe.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Leia código open source.&lt;/strong&gt; Acelera mais do que só seguir tutoriais.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Resolva um problema real pequeno.&lt;/strong&gt; Aprendizado aplicado fixa muito mais.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Perguntas frequentes
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Preciso saber matemática avançada para começar?&lt;/strong&gt; Não para os primeiros projetos. Scikit-learn abstrai a matemática; álgebra linear ajuda depois, em deep learning.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Qual IDE usar?&lt;/strong&gt; Jupyter para exploração e aprendizado, VS Code para produção. A maioria usa os dois.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Quanto tempo para rodar o primeiro modelo?&lt;/strong&gt; Com o ambiente pronto, o exemplo do Iris roda em menos de 30 minutos.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Post original publicado em &lt;a href="https://neuroniosartificiais.com.br/python-para-inteligencia-artificial/" rel="noopener noreferrer"&gt;Neurônios Artificiais&lt;/a&gt; — blog sobre IA aplicada em português.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>machinelearning</category>
      <category>beginners</category>
      <category>braziliandevs</category>
    </item>
  </channel>
</rss>
