Close Menu
  • Home
  • AI Models
    • DeepSeek
    • xAI
    • OpenAI
    • Meta AI Llama
    • Google DeepMind
    • Amazon AWS AI
    • Microsoft AI
    • Anthropic (Claude)
    • NVIDIA AI
    • IBM WatsonX Granite 3.1
    • Adobe Sensi
    • Hugging Face
    • Alibaba Cloud (Qwen)
    • Baidu (ERNIE)
    • C3 AI
    • DataRobot
    • Mistral AI
    • Moonshot AI (Kimi)
    • Google Gemma
    • xAI
    • Stability AI
    • H20.ai
  • AI Research
    • Allen Institue for AI
    • arXiv AI
    • Berkeley AI Research
    • CMU AI
    • Google Research
    • Microsoft Research
    • Meta AI Research
    • OpenAI Research
    • Stanford HAI
    • MIT CSAIL
    • Harvard AI
  • AI Funding & Startups
    • AI Funding Database
    • CBInsights AI
    • Crunchbase AI
    • Data Robot Blog
    • TechCrunch AI
    • VentureBeat AI
    • The Information AI
    • Sifted AI
    • WIRED AI
    • Fortune AI
    • PitchBook
    • TechRepublic
    • SiliconANGLE – Big Data
    • MIT News
    • Data Robot Blog
  • Expert Insights & Videos
    • Google DeepMind
    • Lex Fridman
    • Matt Wolfe AI
    • Yannic Kilcher
    • Two Minute Papers
    • AI Explained
    • TheAIEdge
    • Matt Wolfe AI
    • The TechLead
    • Andrew Ng
    • OpenAI
  • Expert Blogs
    • François Chollet
    • Gary Marcus
    • IBM
    • Jack Clark
    • Jeremy Howard
    • Melanie Mitchell
    • Andrew Ng
    • Andrej Karpathy
    • Sebastian Ruder
    • Rachel Thomas
    • IBM
  • AI Policy & Ethics
    • ACLU AI
    • AI Now Institute
    • Center for AI Safety
    • EFF AI
    • European Commission AI
    • Partnership on AI
    • Stanford HAI Policy
    • Mozilla Foundation AI
    • Future of Life Institute
    • Center for AI Safety
    • World Economic Forum AI
  • AI Tools & Product Releases
    • AI Assistants
    • AI for Recruitment
    • AI Search
    • Coding Assistants
    • Customer Service AI
    • Image Generation
    • Video Generation
    • Writing Tools
    • AI for Recruitment
    • Voice/Audio Generation
  • Industry Applications
    • Finance AI
    • Healthcare AI
    • Legal AI
    • Manufacturing AI
    • Media & Entertainment
    • Transportation AI
    • Education AI
    • Retail AI
    • Agriculture AI
    • Energy AI
  • AI Art & Entertainment
    • AI Art News Blog
    • Artvy Blog » AI Art Blog
    • Weird Wonderful AI Art Blog
    • The Chainsaw » AI Art
    • Artvy Blog » AI Art Blog
What's Hot

MIT rejects Trump compact, first to stand up to partisan demands

Ready or not, enterprises are betting on AI

[Paper Analysis] On the Theoretical Limitations of Embedding-Based Retrieval (Warning: Rant)

Facebook X (Twitter) Instagram
Advanced AI News
  • Home
  • AI Models
    • OpenAI (GPT-4 / GPT-4o)
    • Anthropic (Claude 3)
    • Google DeepMind (Gemini)
    • Meta (LLaMA)
    • Cohere (Command R)
    • Amazon (Titan)
    • IBM (Watsonx)
    • Inflection AI (Pi)
  • AI Research
    • Allen Institue for AI
    • arXiv AI
    • Berkeley AI Research
    • CMU AI
    • Google Research
    • Meta AI Research
    • Microsoft Research
    • OpenAI Research
    • Stanford HAI
    • MIT CSAIL
    • Harvard AI
  • AI Funding
    • AI Funding Database
    • CBInsights AI
    • Crunchbase AI
    • Data Robot Blog
    • TechCrunch AI
    • VentureBeat AI
    • The Information AI
    • Sifted AI
    • WIRED AI
    • Fortune AI
    • PitchBook
    • TechRepublic
    • SiliconANGLE – Big Data
    • MIT News
    • Data Robot Blog
  • AI Experts
    • Google DeepMind
    • Lex Fridman
    • Meta AI Llama
    • Yannic Kilcher
    • Two Minute Papers
    • AI Explained
    • TheAIEdge
    • The TechLead
    • Matt Wolfe AI
    • Andrew Ng
    • OpenAI
    • Expert Blogs
      • François Chollet
      • Gary Marcus
      • IBM
      • Jack Clark
      • Jeremy Howard
      • Melanie Mitchell
      • Andrew Ng
      • Andrej Karpathy
      • Sebastian Ruder
      • Rachel Thomas
      • IBM
  • AI Tools
    • AI Assistants
    • AI for Recruitment
    • AI Search
    • Coding Assistants
    • Customer Service AI
  • AI Policy
    • ACLU AI
    • AI Now Institute
    • Center for AI Safety
  • Business AI
    • Advanced AI News Features
    • Finance AI
    • Healthcare AI
    • Education AI
    • Energy AI
    • Legal AI
LinkedIn Instagram YouTube Threads X (Twitter)
Advanced AI News
OpenAI

OpenAI Launches Codex AI Agent for Cloud-Based Coding

By Advanced AI EditorMay 21, 20252 Comments5 Mins Read
Share Facebook Twitter Pinterest Copy Link Telegram LinkedIn Tumblr Email
Share
Facebook Twitter LinkedIn Pinterest Email


OpenAI launched Codex, a cloud-based software engineering agent that can write code based on textual prompts in natural language. It can work on multiple tasks at the same time. This agent works on code provided through the GitHub repositories and a pre-installed setup by the user, without needing to be connected to the internet. Therefore, access to external websites and APIs is denied. 

It is a follow-up version of Codex CLI, launched in April 2025. It is an open-source coding agent that runs in the user’s terminal, i.e., command-line interface. Like Codex, it also didn’t need to be connected to a browser or an Integrated Development Environment (IDE) like Android Studio and Visual Studio Code (VS Code).

What can the Codex AI Agent do?

The AI agent released by OpenAI can perform tasks like fixing bugs, writing specific features, answering questions about your codebase, and proposing pull requests for review. It can read and edit files and run commands, including test harnesses, linters (tools to spot programming errors), and type checkers.

Trained using reinforcement learning on real-world coding tasks in various environments to generate code that closely mirrors human style and PR preferences, adheres precisely to instructions, and can iteratively run tests until it receives a passing result.

It currently lacks features like image inputs for frontend work and the ability to course-correct the AI agent while it’s working. Additionally, delegating to a remote agent takes longer than interactive editing, which can take some getting used to. Over time, interacting with Codex agents will increasingly resemble asynchronous collaboration with colleagues.

How does it function? 

Codex can be guided through AGENT.md files. These markdown-based text files are used to inform the Codex AI regarding how to run commands and navigate the codebase (collection of human-written source code). Each agent runs in its cloud container with no internet access. After setup, internet access is disabled, and the model trajectory begins. This requires the users to preload the code and a development environment that the programmer defines.

Codex is also trained to provide verifiable evidence of its actions through terminal logs and files. This is to validate the model’s work if further refinements are needed. 

The Trends of Vibe Coding

Andrei Karpathy coined the term vibe coding. He describes it as “where you fully give in to the vibes, embrace exponentials, and forget that the code even exists.” Vibe coding is a method of making LLMs and AI agents write code using input from natural language. 

There’s a new kind of coding I call “vibe coding”, where you fully give in to the vibes, embrace exponentials, and forget that the code even exists. It’s possible because the LLMs (e.g. Cursor Composer w Sonnet) are getting too good. Also I just talk to Composer with SuperWhisper…

— Andrej Karpathy (@karpathy) February 2, 2025

Cursor, Replit’s Agent, StackBlitz’s Bolt and the recent OpenAI’s Codex are a few companies that offer vibe coding features to the users. 

Writing code with AI agents’ help is being adopted worldwide. OpenAI says that Cisco, Temporal, Superhuman and Kodiak are already using the Codex for debugging, testing, automation, etc. However, in recent Microsoft layoffs, software developers and coders were the most brutally hit. More than 40% of the 2,000 positions cut were related to coding, as per the documents reviewed by Bloomberg. 

Can Codex be abused through Vibe Coding?

Yes. However, OpenAI claims that the Codex was trained to identify and reduce requests if the user tries creating malicious software. 

Advertisements

However, OpenAI claims that autonomous coding agents can be exploited to develop malware, including low-level kernel engineering. The kernel is the brain of an operating system (OS) that can control the hardware and software. 

Low-level kernel engineering refers to the manipulation of the OS. For example, the user can create an invisible API malware that can interact with the OS to execute unauthorised actions. It is noted that kernel-level operations are not visible to most user-level monitoring tools like anti-virus alerts, system logs, or simply task managers that display the list of running applications. 

Why it Matters: 

Vibe coding, or AI agents that write code, has significantly lowered barriers to entry. However, the need for greater vigilance to maintain code quality has also increased.

“Vibe coding is all fun and games until you have to vibe debug,” said Ben South, who is building Variant. At times, AI exhibits “AI paternalism,” which decides what is best for the user instead of directly answering the query.

Such moderations are especially important when self-harm or harm to others is involved. For example, if a user asks an AI model for ways to commit suicide, it can respond with mental health resources instead of providing harmful information. However, this approach can sometimes be excessive. In March, Cursor’s AI tool refused to write code for a user, advising him to “develop the logic” to understand system maintenance better. The chatbot reasoned that “generating code for others can lead to dependency and reduced learning opportunities.”

This highlights the autonomous nature of AI agents and the reliance of users and companies on them to replace human oversight. The potential for mass layoffs requires caution and raises questions about whether we can operate AI coding agents in autopilot mode.

 Also Read:

Support our journalism:

For You



Source link

Follow on Google News Follow on Flipboard
Share. Facebook Twitter Pinterest LinkedIn Tumblr Email Copy Link
Previous ArticleLearning Hamilton-Jacobi Solutions for Smooth and Flexible Control Barrier Functions
Next Article Darren Aronofsky Pacts with Google DeepMind
Advanced AI Editor
  • Website

Related Posts

Hollywood-AI battle heats up, as OpenAI and studios clash over copyrights and consent

October 11, 2025

Mark Cuban Joins OpenAI’s Sora — and Lets Fans Make AI Videos of Him

October 11, 2025

OpenAI Lets You Sora For Free, Gorkipedia, Signs Of AI Bubble

October 10, 2025

2 Comments

  1. binance акаунтын жасау on September 28, 2025 10:30 am

    Your article helped me a lot, is there any more related content? Thanks!

  2. 🔒 🏆 Bitcoin Offer - 1.0 BTC reserved. Collect today > https://graph.org/Get-your-BTC-09-04?hs=9c04cb280790b12b5ee3a0e25213f773& 🔒 on October 9, 2025 7:09 pm

    ewy5zb

Leave A Reply

Latest Posts

The Rubin Names 2025 Art Prize, Research and Art Projects Grants

Kochi-Muziris Biennial Announces 66 Artists for December Exhibition

Instagram Launches ‘Rings’ Awards for Creators—With KAWS as a Judge

Museums Prepare to Close Their Doors as Government Shutdown Continues

Latest Posts

MIT rejects Trump compact, first to stand up to partisan demands

October 11, 2025

Ready or not, enterprises are betting on AI

October 11, 2025

[Paper Analysis] On the Theoretical Limitations of Embedding-Based Retrieval (Warning: Rant)

October 11, 2025

Subscribe to News

Subscribe to our newsletter and never miss our latest news

Subscribe my Newsletter for New Posts & tips Let's stay updated!

Recent Posts

  • MIT rejects Trump compact, first to stand up to partisan demands
  • Ready or not, enterprises are betting on AI
  • [Paper Analysis] On the Theoretical Limitations of Embedding-Based Retrieval (Warning: Rant)
  • Beyond Turn Limits: Training Deep Search Agents with Dynamic Context Window – Takara TLDR
  • U.S. Tighten Chip Loop As China Bets On Open Source

Recent Comments

  1. ThomasFum on 1-800-CHAT-GPT—12 Days of OpenAI: Day 10
  2. Armandfar on Here’s how Apple’s new local AI models perform against Google’s
  3. MichaelStike on 1-800-CHAT-GPT—12 Days of OpenAI: Day 10
  4. Armandfar on Using AI saves teachers ‘six weeks per year,’ Gallup poll finds – but at what cost?
  5. CharlesTemob on 1-800-CHAT-GPT—12 Days of OpenAI: Day 10

Welcome to Advanced AI News—your ultimate destination for the latest advancements, insights, and breakthroughs in artificial intelligence.

At Advanced AI News, we are passionate about keeping you informed on the cutting edge of AI technology, from groundbreaking research to emerging startups, expert insights, and real-world applications. Our mission is to deliver high-quality, up-to-date, and insightful content that empowers AI enthusiasts, professionals, and businesses to stay ahead in this fast-evolving field.

Subscribe to Updates

Subscribe to our newsletter and never miss our latest news

Subscribe my Newsletter for New Posts & tips Let's stay updated!

LinkedIn Instagram YouTube Threads X (Twitter)
  • Home
  • About Us
  • Advertise With Us
  • Contact Us
  • DMCA
  • Privacy Policy
  • Terms & Conditions
© 2025 advancedainews. Designed by advancedainews.

Type above and press Enter to search. Press Esc to cancel.