file management
30 articles about file management in AI news
Skales AI Agent Runs Locally on 300MB RAM, Enables Desktop Automation Without Terminal
Skales, a new desktop AI agent, runs locally on just 300MB of RAM and enables full automation workflows without terminal interaction. The agent can execute tasks like file management, application control, and web automation through a visual interface.
The File Paradigm: How Simple File Systems Could Revolutionize AI Context Management
New research proposes treating all AI context as files within a unified system, potentially solving memory and organization challenges in complex AI workflows. This approach could dramatically simplify how AI systems access and manage information.
AiScientist Agent Uses 'File-as-Bus' to Score 81.82% on MLE-Bench Lite
Researchers introduced AiScientist, an autonomous ML research agent that uses a 'File-as-Bus' architecture for state management. It scores 81.82% on MLE-Bench Lite, with the file system contributing 31.82 points of that performance.
The Unix Philosophy Returns: How File Systems Could Solve AI's Memory Crisis
A new research paper proposes treating AI context management like a Unix file system, with OpenClaw demonstrating that storing memory, tools, and knowledge as files creates traceable, auditable AI systems. This approach could solve fragmentation and transparency issues plaguing current agent frameworks.
JetBrains IDE Now Supports Codex Agent and MCP Server Management — Here's
JetBrains adds Codex agent, MCP server management, and approval controls. Claude Code users should compare MCP management UX and consider hooks for CLI workflows.
Gemini App Gets File Creation and Its Own File Directory
The Gemini app now supports file creation and a dedicated file directory, enabling users to work directly within the app. This transforms Gemini from a conversational AI into a more autonomous workspace tool.
Claude-Obsidian Open-Source Plugin Aims to Automate Knowledge Management
A developer announced Claude-Obsidian, an open-source plugin that uses AI to autonomously file, cross-reference, and research within Obsidian, citing it as a reason to delete Notion AI.
OpenAgents Workspace Launches Open-Source Platform to Connect AI Agents with Shared Files and Browser
OpenAgents Workspace is an open-source platform that connects multiple local AI agents into a unified workspace with shared files and browser context, enabling automated collaboration without manual intervention.
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.
ChatGPT Launches 'Library' Feature: Persistent Document Storage Across Conversations with 512MB File Limits
OpenAI introduces ChatGPT Library, a persistent storage system that saves uploaded files (PDFs, docs, images) at the account level for reuse across different chats. The feature is rolling out to Plus, Team, and Enterprise users with specific file size and token limits.
How Claude Code's New Context Import Feature Eliminates Manual File Uploads
Claude Code now lets you import entire project contexts automatically, eliminating manual file uploads and making Claude instantly aware of your codebase structure.
AI Context Files: The Hidden Blueprint of Modern Software Development
Researchers have conducted the first empirical study analyzing how developers create AI context files in open-source projects. The study reveals emerging patterns in how programmers structure information for AI assistants, offering insights into the evolving relationship between developers and AI tools.
AI Context Files: The Silent Struggle in Developer Adoption
A groundbreaking study reveals only 5% of open-source projects use AI configuration files, with most created once and abandoned. Researchers found wide variation in content and structure, highlighting the growing pains of AI-assisted development.
Namecom-CLI Ships Agent Skill for Claude Code DNS Management
Namecom-CLI is an open-source, agent-friendly CLI for Name.com DNS with a bundled Claude Code skill, enabling AI agents to manage DNS records idempotently via the v4 API.
Ethan Mollick: AI's Jagged Intelligence Poses Unique Management Challenges
Ethan Mollick highlights that AI's weaknesses are non-intuitive, uniform across models, and shifting, making it uniquely challenging to manage compared to human teams. This complicates reliable deployment in professional workflows.
How to Deploy Claude Code at Scale: The Admin's Guide to MCPs, Skills, and User Management
Practical solutions for managing Claude Code across teams: central MCP servers, standardized CLAUDE.md templates, and pre-configured skills to prevent chaos.
How a Non-Programmer Built a 487-File Unity Tool with Claude Code's 'Vibe Coding'
A graphic designer built a complex Unity map editor with 151K+ lines of C# using Claude Code's iterative 'describe → test → fix' workflow and early quality rule enforcement.
Figma Make Generates Clickable Prototypes from Design Files via AI Prompt
Figma has launched Make, an AI tool that converts static Figma designs into functional, clickable prototypes based on a text prompt, aiming to streamline the handoff between design and development.
How a Node.js Core Contributor Used Claude Code to Ship 18,945 Lines of Virtual File System Code
Learn the exact workflow that delivered a major Node.js feature—and how to apply it to your own large-scale refactors.
Vendasta Launches 'CRM AI' for Automated Client Management
Vendasta has launched a new AI-powered CRM designed to autonomously update client records and manage tasks, aiming to close the 'execution gap' for businesses. This represents a shift towards proactive, agentic systems in business software.
How Claude Code scales to 500K+ line monorepos
Claude Code handles 500K+ line monorepos via hierarchical context management using AST parsing and git history, achieving 94% accuracy on multi-file edits.
CLI vs MCP: Hands-On Experiments Show 250 Tokens vs Over 2,000 for the Same Task
An AI developer ran three experiments comparing CLI and MCP for AI agents. CLI used 250 tokens for file ops and Git; MCP used over 2,000 due to tool schema overhead, but MCP won for web fetching (250 tokens vs 2,000+ for CLI).
Claude Desktop Spawns 1.8 GB Hyper-V VM on Every Windows Launch
Claude Desktop spawns a 1.8 GB Hyper-V VM on every Windows launch due to 2,689 stale session files, consuming 11% of RAM.
CLAUDE.md Explained: How Anthropic's Agent Memory Works
CLAUDE.md is Anthropic's project config file for Claude Code, now two years old with settled best practices for agent memory and context.
Agent Harnessing: The Infrastructure That Makes AI Agents Work
A detailed technical guide argues that the model is not the hard part of building AI agents. The six-component harness — context management, memory, tools, control flow, verification, and coordination — is what separates production-grade agents from those that fail silently.
Oracle Blog Critiques the 'Guesswork' in Current CRM AI for Marketing
An Oracle blog post critiques the state of AI in CRM systems, asserting that most solutions still deliver vague insights that force marketing teams to guess rather than providing clear, actionable intelligence. This highlights a critical gap between AI promise and practical utility in customer relationship management.
Stop Clicking 'Approve': A .claude/settings.json Template for 80% Fewer
A practical guide to configuring Claude Code's permissions file to auto-approve routine development commands, speeding up your workflow without sacrificing safety.
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.
Claude Code's 'Shallow Thinking' Problem
Enterprise users report Claude Code sometimes skips deep analysis on complex tasks. Use specific prompting techniques and session management to ensure thorough reasoning.
How to Run Parallel Claude Code Instances Without Git Conflicts
A developer tripled solo dev velocity by running three parallel Claude Code instances with strict file ownership rules and a lightweight cross-instance PR system.