Token Robin Hood
OpenAI Codex18 अप्रैल 20268 मिनट

OpenAI Codex कोड से आगे बढ़ता है: computer use, ऑटोमेशन, मेमोरी और एजेंट वर्कफ़्लो

16 अप्रैल की Codex रिलीज़ Codex को सिर्फ code assistant से एक व्यापक software-workflow agent में बदलती है। अब यह अपने cursor के साथ Mac चला सकता है, in-app browser का उपयोग कर सकता है, images बना सकता है, preferences याद रख सकता है, automations चला सकता है और developer tools से ज़्यादा गहराई से जुड़ सकता है।

क्या हुआCodex को computer use, plugins, image generation, memory preview, automations, SSH, PR review support और multi-file workspace improvements मिले।
यह क्यों मायने रखता हैAgent work अब code edits से निकलकर पूरे software lifecycle में जा रहा है।
TRH actionCodex को apps के बीच चलाने से पहले scope, output contract और source limits साफ तय करें।

OpenAI ने क्या घोषित किया

OpenAI कहता है कि Codex अब हर हफ्ते 30 लाख से अधिक developers को serve कर रहा है और इसे पूरे software development lifecycle में काम करने के लिए बढ़ाया जा रहा है। App macOS पर background computer control का उपयोग कर सकती है, in-app browser के साथ काम कर सकती है, gpt-image-1.5 से images generate और iterate कर सकती है, और GitLab Issues, CircleCI, CodeRabbit, Render, Microsoft Suite, Atlassian Rovo, Remotion, Neon और Superpowers जैसे tools पर 90 से अधिक अतिरिक्त plugins का उपयोग कर सकती है।

यह सिर्फ feature drop से बड़ा क्यों है

असली बदलाव यह है कि Codex isolated code tasks से हटकर real workflows चलाने की ओर जा रहा है: review comments, terminals, PDFs, spreadsheets, slides, docs, SSH पर remote devboxes, visual iteration और scheduled follow-up work। OpenAI यह भी कहता है कि thread-based automations दिनों या हफ्तों तक context बचा सकती हैं, जबकि memory preferences, corrections और project facts को संभाल सकती है।

जोखिम: बड़ा context मतलब बड़ा waste

जो features Codex को ज़्यादा useful बनाते हैं, वही runs को ज़्यादा expensive और audit करना कठिन भी बना सकते हैं। Computer-use agent irrelevant UI पर क्लिक कर सकता है। Memory-enabled agent पुरानी assumptions ढो सकता है। Plugin-heavy agent task से ज़्यादा context इकट्ठा कर सकता है। Visual workflow screenshots और repeated inspection loops पर tokens जला सकता है।

TRH operating playbook

Codex को workflow सौंपने से पहले target artifact, allowed apps, source boundaries, stop conditions और verification command तय करें। Recurring discovery और drafting के लिए automations का उपयोग करें, लेकिन publishing gate को human-approved रखें। Teams को gathered context, actions taken और shipped artifacts के ratio को track करना चाहिए। वहीं agent leverage और agent drag का फर्क दिखता है।

स्रोत