Coding Global Background
Coding Global

Agentika File: Optimization Files using Artificial intelligence (AI)

Archived 4 months ago
2 messages
3 members
5 months ago
A
Ardelyo
Verified

Hey everyone, I'd like to share a project I've been working on. ### **Project Details** * **Project Name:** Agentika File 🤖 * **Brief Description:** Agentika File is a smart web app that uses AI to automatically compress your files. Instead of just applying one setting, it acts as an intelligent agent that tries multiple strategies in a sequence until it successfully makes the file smaller. The entire process is transparent and happens privately in your browser. ### **Tech Stack** * **Frontend:** React, TypeScript, Tailwind CSS * **AI Engine:** Google Gemini 2.5-Flash with Structured Output * **Compression:** The `browser-image-compression` library * **Core Architecture:** Iterative Reduction Cascade (IRC) ### **Key Features & Challenges Overcome** The main goal was to solve the common frustration of "file too large" errors and the tedious trial-and-error of manual compression. * **Iterative Reduction Cascade (IRC):** This is the core feature. The AI designs a "ladder" of compression strategies, from gentle to aggressive. If one attempt fails to reduce the file size, it automatically tries the next one. It doesn't give up. * **100% Browser-Side Privacy:** No files are ever uploaded to a server. All the processing is done directly in your browser, which means your data is completely private and the process is very fast. * **Radical Transparency:** You can watch the AI "struggle" in a live log. It shows you every attempt, failure, and which strategy finally succeeded. I'd love to hear your thoughts and any feedback you might have. Let me know what you think

Replies (2)