Latest News “Stay informed with breaking news, world news, US news, politics, business, technology, and more at latest news.

Category: vibe coding

Auto Added by WPeMatico

  • Anthropic summons the spirit of Flash games for the AI age

    On Wednesday, Anthropic announced a new feature that expands its Artifacts document management system into the basis of a personal AI app gallery resembling something from the Flash game era of the early 2000s—though these apps run on modern web code rather than Adobe’s defunct plugin.

    Using plain English dialogue, users can build and share interactive applications directly within Claude’s chatbot interface using a new API capability that lets artifacts interact with Claude itself. Claude is an AI assistant similar to ChatGPT.

    Claude has been capable of building web apps for some time, but Anthropic has put renewed focus on the feature that many have overlooked. “I’m amused that Anthropic turned ‘we added a window.claude.complete() function to Artifacts’ into what looks like a major new product launch,” wrote independent AI researcher Simon Willison in a blog post, “but I can’t say it’s bad marketing for them to do that!”

    Read full article

    Comments

  • Gemini CLI is a free, open source coding agent that brings AI to your terminal

    Some developers prefer to live in the command line interface (CLI), eschewing the flashy graphics and file management features of IDEs. Google’s latest AI tool is for those terminal lovers. It’s called Gemini CLI, and it shares a lot with Gemini Code Assist, but it works in your terminal environment instead of integrating with an IDE. And perhaps best of all, it’s free and open source.

    Gemini CLI plugs into Gemini 2.5 Pro, Google’s most advanced model for coding and simulated reasoning. It can create and modify code for you right inside the terminal, but you can also call on other Google models to generate images or videos without leaving the security of your terminal cocoon. It’s essentially vibe coding from the command line.

    This tool is fully open source, so developers can inspect the code and help to improve it. The openness extends to how you configure the AI agent. It supports Model Context Protocol (MCP) and bundled extensions, allowing you to customize your terminal as you see fit. You can even include your own system prompts—Gemini CLI relies on GEMINI.md files, which you can use to tweak the model for different tasks or teams.

    Read full article

    Comments

  • OpenAI introduces Codex, its first full-fledged AI agent for coding

    We’ve been expecting it for a while, and now it’s here: OpenAI has introduced an agentic coding tool called Codex in research preview. The tool is meant to allow experienced developers to delegate rote and relatively simple programming tasks to an AI agent that will generate production-ready code and show its work along the way.

    Codex is a unique interface (not to be confused with the Codex CLI tool introduced by OpenAI last month) that can be reached from the side bar in the ChatGPT web app. Users enter a prompt and then click either “code” to have it begin producing code, or “ask” to have it answer questions and advise.

    Whenever it’s given a task, that task is performed in a distinct container that is preloaded with the user’s codebase and is meant to accurately reflect their development environment.

    Read full article

    Comments