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.
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.
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.
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.
Karpathy-Inspired CLAUDE.md Hits 15K GitHub Stars for AI Coding Rules
A GitHub repo containing a single CLAUDE.md file, inspired by Andrej Karpathy's observations on predictable LLM coding errors, has reached 15,000 stars. It represents a move from simply using AI to write code to engineering its behavior for better output.
Claude 3.5 Sonnet Revives 1992 Multiplayer Game from Legacy Source Code
A developer provided Claude 3.5 Sonnet with 30-year-old game source files, and the AI successfully updated the code to run on modern systems. This showcases LLMs' practical utility in software preservation and legacy system migration.
ID Privacy Launches 'Self-Healing' AI Graph for Automotive Retail
ID Privacy has launched the Self-Healing Agentic Intelligence Graph, an AI platform for automotive retail that automatically updates customer profiles and handles dealer communications. This represents a move towards more autonomous, context-aware AI agents in a high-value retail sector.
How Spec-Driven Development with Claude Code Cuts Planning Time by 80%
A developer's workflow for using detailed spec files as the single source of truth for Claude Code, enabling precise, autonomous feature generation.
Forge: The Open-Source TUI That Turns Claude Code into a Multi-Model Swarm
Forge is a new open-source tool that orchestrates multiple AI coding agents (including Claude Code) using git-native isolation and semantic context management to overcome token limits.
Claude Agent SDK's a2a Tool Lets You Build Persistent, Observable AI Assistants
Use the a2a CLI tool to add persistent memory, skill management, and observability to your Claude Code projects, moving prototypes to production.