You can pick up an AI coding session from where you left off, straight from the command line. Two tiny commands give you memory and automation: Resume a prior thread with one line: 1 cursor resume Pipe responses to scripts or CI in clean JSON: 1 cursor --print --output-format json ...
OpenAI Unveils GPT-OSS: The First Fully Open-Source LLM Since GPT-2
OpenAI has made a surprising return to its roots with the release of GPT-OSS, its first fully open-source large language model since GPT-2. Announced on August 5, 2025, the release includes two models: gpt-oss-120b and gpt-oss-20b, both available under the permissive Apache 2.0 license. ...
Alibaba's Qwen3-235B-A22B: Open-Source LLM Crushes Benchmarks with Low Compute
Alibaba has launched Qwen3-235B-A22B, a groundbreaking open-source large language model that’s changing the game for AI accessibility. While packing a massive 235 billion parameters, it cleverly activates just 22 billion during actual use, making it both powerful and practical. ...
ChatGPT Agent: How OpenAI's New AI Assistant Takes Action Without Human Help
OpenAI has just introduced ChatGPT agent - their most ambitious evolution of ChatGPT that transforms the AI from just answering questions to actively completing tasks for you without constant supervision. This new general-purpose AI agent works inside its own computer environment to handle complex workflows from start to finish. ...
Google Sheets' New AI Function: How It Transforms Spreadsheet Classification Tasks
Google Sheets has introduced a game-changing AI function that could fundamentally transform how we work with spreadsheets. Unlike the existing Gemini assistant that offers external suggestions, this new AI function is directly embedded into formulas, allowing you to harness artificial intelligence right where you need it most - in your cells. ...
Introducing Kiro: Amazon's AI-Powered IDE That Transforms Developer Workflow
Kiro is Amazon’s powerful new AI-powered IDE built on top of Visual Studio Code that’s changing how developers approach software creation. ...
Amazon S3 Vectors: Native Vector Support Meets Cloud Storage for AI at Scale
AWS just dropped something game-changing - Amazon S3 Vectors. It’s the first cloud storage solution with native vector support built right in. If you’ve been juggling separate vector databases alongside your S3 storage, life just got a whole lot simpler. ...
Turbocharging Chatbot Development with LLM-Based Automated Evaluation
You know how tweaking chatbot replies can feel like an endless loop of “Did I fix it yet?” At Instacart, they gave that grind a major boost by using large language models (LLMs) to automatically score and improve customer-support chatbot responses. Here’s the scoop: ...
Why AI Coding Tools Are Heading Back to the Terminal (Surprise!)
You’d expect AI helpers to live in slick IDEs or web apps. But guess what? They’re moving into the good old command line. ...
Mastering Claude Code: Best Practices for Agentic Coding
Claude Code is a flexible, low-level command-line tool from Anthropic that brings the Claude AI model directly into developers’ workflows. It’s designed for maximum customizability—developers choose how and when to integrate AI assistance rather than following a rigid, opinionated pattern. ...