Posts

Build. Ship. Improve. Meet AgentKit

Image
  OpenAI has introduced AgentKit , a unified toolkit that turns the messy art of agent building into a disciplined, end-to-end workflow. Instead of juggling bespoke orchestration, ad-hoc eval scripts, and weeks of UI work, AgentKit bundles what teams need to build, deploy, and continuously improve production agents—on one stack.   What’s in the box At the core are two complementary ways to build: Agent Builder , a visual canvas for composing workflows with drag-and-drop nodes, versioning, and guardrails; and the Agents SDK , a code-first framework available for Node, Python, and Go that targets the OpenAI Responses API. OpenAI positions the SDK as a type-safe library designed to cut boilerplate and speed up development.   AgentKit doesn’t stop at authoring. It bakes in the plumbing that most teams end up reinventing: built-in tools (web search, file search, code interpreter, image generation, and computer use for browser actions), ChatKit to embed polished cha...

More for Less, Worldwide: Google AI Plus Expands

Image
  Google is widening the reach of Google AI Plus , its lower-cost AI subscription, to 36 additional countries , bringing total availability to 77 . The company says AI Plus is designed to give people “more with the latest Google AI models and features, for less,” following an initial rollout in Indonesia and a first wave across 40 countries.   What you get with AI Plus According to Google’s announcement, AI Plus bumps up generation limits for its image model (currently branded Nano Banana ) and offers more access to video generation in the Gemini app as well as Google’s new Flow and Whisk creative tools. Subscribers also get Gemini built into Gmail and Docs , expanded access to NotebookLM , and 200 GB of cloud storage —a package aimed at everyday creators and students as much as power users. For a limited time, Google is offering 50% off for the first six months , with pricing that varies by country .   Why this matters AI subscriptions have gotten pri...

Patch at Machine Speed: DeepMind’s CodeMender

Image
  Google DeepMind has unveiled CodeMender , an AI agent built to automatically detect vulnerabilities, generate secure patches, and even rewrite risky code paths to prevent entire classes of bugs from recurring. In its first six months of trials, CodeMender has already upstreamed 72 security fixes to open-source projects—some in codebases as large as 4.5 million lines .   What it is DeepMind describes CodeMender as a proactive + reactive system: it can instantly patch newly discovered flaws, and it can harden existing code by refactoring patterns that tend to produce vulnerabilities. Under the hood, the agent uses the “ Gemini Deep Think ” family to reason about code changes and is paired with tooling that validates fixes to avoid regressions before they’re proposed upstream. In other words, it doesn’t just suggest edits—it checks its work.   Why it matters Traditional defenses—linting, static analysis, fuzzing—are powerful yet still time-consuming for maint...

From San Francisco to Silk Board: Anthropic Lands in Bengaluru

Image
  Anthropic, maker of the Claude AI models, will open its first India office in Bengaluru in early 2026 , expanding its global footprint into one of the world’s fastest-growing AI markets. The company says India has rapidly become strategic for both adoption and talent, making the city’s deep developer base and enterprise ecosystem a natural fit.   In announcing the move, Anthropic highlighted that India is now the company’s second-largest market for Claude usage —with a disproportionately high share devoted to technical work like mobile UI building and web-app debugging. That momentum is a major driver behind putting local boots on the ground to support customers and partners.   The Bengaluru site will be Anthropic’s second office in the Asia–Pacific region after Tokyo , signaling a wider regional push and a bid to diversify operations closer to where developers are building with Claude. The firm has also indicated plans to invest in stronger Indic-language capabilit...

Shields Up: Inside OpenAI’s October Threat Report

Image
  OpenAI’s new October 2025 Threat Report lands with a clear message: malicious actors are experimenting with AI, but mostly to speed up old tricks , not invent new ones. Since beginning public threat reporting in February 2024 , OpenAI says it has disrupted and reported 40+ networks abusing its services, and it continues to ban accounts and share findings with partners when activity crosses policy lines. The post accompanying the report went live on October 7, 2025 (India time: Oct 8 ).   What the investigators are seeing The company’s analysts say threat groups are bolting AI onto existing playbooks —from phishing kits to influence ops—to move faster or write cleaner lures, rather than unlocking novel offensive capabilities. In practice, that often looks like using ChatGPT to plan or draft content , then switching to other models and tools for execution. Some actors even try to mask AI fingerprints by instructing models to avoid tell-tale punctuation patterns. Despi...

OpenAI announces AMD partnership: a 6-gigawatt bet on AI compute

Image
  OpenAI has inked a multi-year, multi-generation agreement with AMD to deploy 6 gigawatts of Instinct GPUs to power OpenAI’s next-gen AI infrastructure. The first tranche— 1 GW using AMD’s Instinct MI450 —is slated to come online in the second half of 2026 , with deployments expanding across future AMD GPU generations.   Beyond raw capacity, the deal includes a notable equity kicker : AMD has issued OpenAI a warrant for up to 160 million AMD shares , vesting as deployment milestones are met (e.g., the initial 1 GW, then scaling toward 6 GW), and subject to additional performance and share-price thresholds. Several outlets report the warrant is structured at a nominal strike price, underscoring the long-term alignment between the companies.   For AMD, leadership says the partnership is expected to drive “tens of billions of dollars” in revenue and be accretive to EPS , a signal of how large-scale AI buildouts are reshaping chipmaker economics. For OpenAI, lo...

OpenAI brings “Apps in ChatGPT” — and a preview Apps SDK to build your own

Image
  OpenAI has flipped a big switch in ChatGPT: you can now chat with apps like Spotify, Canva, Coursera, Booking.com, Expedia, Figma and Zillow directly inside the conversation. Alongside this, OpenAI is shipping an Apps SDK (preview) so developers can build their own in-chat apps that feel native to ChatGPT.   Why this matters Until now, ChatGPT mostly answered questions or called simple actions. Apps take a step further: services can present rich interfaces and multi-step flows inline with your messages, so you can create a playlist, draft a presentation, enroll in a course, or compare rentals without ever leaving the chat. Early access is rolling out to logged-in users outside the EU across Free, Go, Plus and Pro plans, with EU availability “soon.”   How it works Under the hood, Apps are built on the Model Context Protocol (MCP) —OpenAI’s open standard for connecting models to external tools and data. The Apps SDK extends MCP so developers define bo...