session
30 articles about session in AI news
OpenAI's ChatGPT 'Dreaming' Memory Retains Preferences Across Sessions
OpenAI launched a dreaming memory system for ChatGPT that retains user preferences across conversations by compressing and replaying session data, enabling persistent personalization.
HydraDB Raises $6.5M for Persistent Agent Memory, Solving the Session Gap
HydraDB raised $6.5M for persistent agent memory, solving the session-gap problem context windows ignored. The round signals memory as a startup thesis.
Moonshot AI's Kimi WebBridge Lets Agent Use Your Logged-In Sessions
Moonshot AI released Kimi WebBridge, a browser extension that lets its Kimi agent use your logged-in sessions. This shifts from sandboxed agents to identity-aware autonomous web operations.
GPT-5.5 Pro Sustains 2-Hour Bug Fixing Sessions
A user reports GPT-5.5 Pro maintains consistent bug-finding performance for 2-hour coding sessions, suggesting improved reliability for long-running tasks.
Stop Losing Agent Context: Implement Session Memory Files in Your Claude
A simple pattern using structured markdown files to persist session state across context windows, preventing Claude Code agents from redoing work or making inconsistent decisions.
Clerk: Auto-Summarize Every Claude Code Session into Searchable Markdown
Install Clerk to automatically generate Markdown summaries of every Claude Code session, making your debugging, research, and architecture decisions searchable across projects.
Claude Code's Redesigned Desktop App Adds Parallel Sessions & 'Routines'
Claude Code's redesigned desktop app introduces parallel sessions and 'Routines'—reusable workflow templates—letting developers manage multiple coding tasks simultaneously.
Coding Agent UIs Converge on Side-by-Side Sessions, Says Omar Sar
AI researcher Omar Sar observes a UI convergence in coding agents like Cursor and Claude Code, moving towards flexible, multi-session interfaces that boost developer productivity and agent capability.
How to Manage Multiple Claude Code Sessions with Harness and Preview
Two actionable tools to solve the core productivity bottlenecks when running multiple Claude Code agents: session management and review speed.
ClawIDE: A Web-Based IDE for Managing Multiple Claude Code Sessions
ClawIDE is a free, open-source web IDE that enables developers to manage multiple concurrent Claude Code sessions, addressing a core limitation of the terminal-based workflow.
Conductor MCP: Orchestrate Multiple Claude Code Sessions from a Single Terminal
Conductor is an MCP server that gives you a command center to oversee and orchestrate multiple, simultaneous Claude Code sessions, automating approvals and preventing destructive actions.
Qwen 3.6 Plus Demonstrates Full Web OS and Browser Automation in Single Session
A developer tested Qwen 3.6 Plus on a complex web OS workflow involving Python terminal operations, gaming, and browser automation, with the model handling all tasks seamlessly in a single session.
Anthropic Launches Claude Code Auto-Fix for Web/Mobile Sessions, Enabling Automatic CI Fixes
Anthropic has launched Claude Code auto-fix for web and mobile development sessions. The feature allows Claude to automatically follow pull requests and fix CI failures in the cloud.
RSES CLI: Hand Off Coding Sessions Between Claude Code, Codex, and OpenCode in One Command
RSES CLI lets you seamlessly transfer active coding sessions between Claude Code, Codex CLI, and OpenCode with a single command, preserving context and task history.
Claude Guard: Lock Down Your Claude Code Sessions with Kernel-Level Sandboxing
Install the Claude Guard plugin to sandbox Claude Code sessions—block network access, restrict file writes, and scope agents to specific directories with kernel-level enforcement.
Build a 4-File, 4-Command System for Seamless Claude Code Sessions
Replace manual prompts with a structured file system and custom slash commands for continuous, context-aware development sessions.
Switchboard's Grid View Gives You Bird's-Eye Control of Claude Code Sessions
Switchboard v0.0.16 adds a grid view that shows all your Claude Code sessions at once with live terminal previews, status indicators, and quick navigation.
claude-cc: Auto-Resume Claude Code Sessions Per Git Branch
Install claude-cc to automatically resume Claude Code sessions when switching git branches, preserving context without manual --resume flags.
Monitor Claude Code Sessions from Your Phone with clsh's Real Terminal
clsh gives you a real PTY terminal in your browser with a developer keyboard, letting you watch and control Claude Code sessions remotely from your phone.
ObservAgent Gives You Real-Time Claude Code Session Visibility
Install ObservAgent to see live cost tracking, tool latency, and subagent activity during your Claude Code sessions—no code changes needed.
Track Every Claude Code Session Automatically with This GitHub Hook
Install claude-session-tracker to automatically save all your Claude Code conversations as GitHub Issues linked to a Projects board—no lost context, searchable history.
How to Build a P2P File Transfer App in One Session with Claude Code
A developer built FileBridge—a cross-platform P2P file transfer app—in one coding session using Claude Code's agentic workflow. Here's how you can apply the same approach.
How RepoWire Turns Your Claude Code Sessions into a Multi-Agent Network
RepoWire orchestrates multiple Claude Code instances to work in parallel, letting you run specialized agents simultaneously for faster, more comprehensive development tasks.
ENS Paris-Saclay Publishes Full-Stack LLM Course: 7 Sessions Cover torchtitan, TorchFT, vLLM, and Agentic AI
Edouard Oyallon released a comprehensive open-access graduate course on training and deploying large-scale models. It bridges theory and production engineering using Meta's torchtitan and torchft, GitHub-hosted labs, and covers the full stack from distributed training to agentic AI.
Boris Tane's Disciplined Workflow: How to Structure Your Claude Code Sessions for Maximum Output
A senior developer's systematic approach to using Claude Code, focusing on clear prompts, iterative refinement, and maintaining control over the final code.
The AI Funding Shift: From Benchmark Obsession to Real-World Application
AI development is shifting from chasing benchmark scores to securing funding based on practical applications. This marks a maturation of the field as investors prioritize deployable solutions over theoretical performance metrics.
How a First-Time User Built a Distributed Systems Visualizer in One Session
A developer's first Claude Code experiment shows how to rapidly prototype complex visualizations by describing intent, not implementation.
Muxer: Open-Source Model Multiplexer Slashes Claude Code Costs by Routing
Muxer reduces Claude Code costs by multiplexing models per subtask via agent frontmatter and session hooks. Keep Fable/Opus for planning; route boilerplate to Haiku.
Donate Claude Code Traces to Hugging Face's Open Dataset in One Command
Trace Commons lets Claude Code users donate anonymized session traces to an open CC-BY-4.0 dataset on Hugging Face. Run `/donate-trace` after open-source work to share how you solved problems — without exposing secrets or paths.
MACCHA: The File-Based Cross-Agent Brain That Makes Claude Code Remember
MACCHA solves Claude Code's cold-start problem with a file-based 7-tier memory system. Use it to persist preferences, project rules, and lessons across sessions without a daemon.