Join the batch now to learn, build, and grow!
Real AI Implementations.
Measurable Outcomes.
We believe trust is built on verifiable results. Explore live client automations, student capstone engines, and founder MVPs deployed in production.

Voice Agent
AI voice automation system handling inbound customer requests with highly responsive custom LLM prompt mapping.

LinkedIn Manager
A premium Multi-Context RAG Operating System that turns raw developer logs and startup convictions into high-performing, mobile-optimized LinkedIn posts. Powered by a 3072-dimensional pgvector similarity vault and a self-correcting Writer-Critic loop, it eliminates generic AI clichés to generate authentic, high-converting content designed to scale personal brands.
Building an authentic, high-leverage personal brand on LinkedIn is one of the most effective strategies for modern startup founders, technical builders, and solopreneurs to drive hiring, distribution, and fundraising. However, they face a severe trilemma: **Time, Authenticity, and Technical Specificity.** ### 1. The Time Constraint vs. Growth Bottleneck Consistently publishing high-quality content requires hours of reflection, drafting, and editing every week. For founders operating in high-stress, execution-heavy environments, this operational overhead is unsustainable. They are forced to choose between building their product or building their audience. ### 2. The Failure of Generic AI Copywriting Standard AI writing assistants rely on generic prompts and flat training models. This results in content characterized by: * **The "AI Voice"**: Immediate giveaways like *"delve"*, *"leverage"*, *"tapestry"*, and *"in today's digital landscape"*. * **Low Specificity**: Vague, high-level platitudes instead of concrete details (e.g., naming specific file paths, console errors, framework versions, or university classes). * **Audience Disengagement**: Sophisticated tech audiences instantly tune out generic advice, leading to a loss of trust and drop-off in organic reach. ### 3. Context Fragmentation and RAG Limitations Traditional RAG (Retrieval-Augmented Generation) systems draw from flat databases. They fail to orchestrate multi-vault queries, leaving the LLM unable to synthesize: * The user’s **raw memory logs** (lived experiences). * The user’s **core convictions** (thought leadership opinion). * Structured **copywriting blueprints** (proven hook and CTA templates). * **Comparative feedback** (explicit success and failure references to guide the style). ### 4. The Mobile Operations Friction Founders and builders work on the move. When inspiration strikes or drafts need approval, they use their phones. Standard developer interfaces and multi-column dashboards break down on small viewports, forcing users to scroll through endless sections of input fields, raw JSON reports, and editor textareas. Creating a tool that is highly functional yet visually uncluttered on mobile was a primary user experience challenge.
To solve the authenticity and specificity trade-off, we engineered the **LinkedIn Personal Brand Agent**—a Next.js and Supabase-powered platform featuring a **Three-Layer RAG Architecture** and an iterative **Writer-Critic Self-Correction Loop**. ```mermaid graph TD A[Raw Developer Note] --> B[Auto-Structure RAG Pipeline] B --> C[(Layer 1: Raw Post Intelligence)] B --> D[(Layer 2: Blueprint Libraries)] C & D --> E[Parallel Vector Query RPCs] E --> F[Writer Agent: Draft Generation] F --> G[Critic Agent: Editorial Audit] G -- "Fails Score < 85 or Cliches Found" --> H[Self-Correction Loop + Feedback] H --> F G -- "Passes" --> I[Approval Deck & Publish Queue] ``` ### 1. The Three-Layer Content Intelligence Rather than sending flat prompts to the LLM, the system dynamically curates a highly specific prompt context by querying distinct database vaults: * **Layer 1: Raw Post Intelligence (`raw_post_intelligence`)** An append-only database housing unedited, high-performing posts. The generation engine retrieves **Success Cases** (posts with hook strengths $\ge 8$) to mimic positive structures and **Failure Cases** (posts with low specificity or high cliché density) to explicitly avoid. * **Layer 2: Copywriting Blueprint Libraries** Four separate libraries storing compiled, deduplicated templates: * **Hooks Library**: Structures proven to hook attention under 140 characters. * **Story Frameworks**: Narrative blueprints (e.g., *Problem $\rightarrow$ Attempt $\rightarrow$ Failure $\rightarrow$ Lesson*). * **CTA Library**: Direct, context-driven audience engagement prompts. * **Anti-Patterns**: Explicit blacklists of corporate buzzwords and AI jargon. * **Layer 3: Dynamic Rankings & Semantic Search** Using Google's `gemini-embedding-001` model, the agent generates **3072-dimensional vector embeddings** for incoming topics and user inputs. It performs nearest-neighbor search via Supabase custom SQL functions (`RPCs`) using cosine distance: $$\text{Similarity} = 1 - (\vec{A} \cdot \vec{B})$$ --- ### 2. The Writer-Critic Self-Correction Loop The system coordinates two specialized LLM instances to refine drafts before they reach the user: * **The Writer Agent**: Generates drafts using retrieved memory logs, convictions, blueprints, and style guidelines. It is instructed to write in an honest, vulnerability-first tone, incorporating casual punctuation and developer-specific details. * **The Critic Agent (Temperature 0.1)**: Acts as a ruthless chief editor. It audits the draft against a strict scoring rubric (overall score out of 100). Any draft containing blacklisted words or scoring below 85/100 is automatically rejected, returning actionable feedback to the Writer for regeneration. --- ### 3. Responsive, Tabbed UX Design To make the complex platform operational on the go, we refactored the interface layout: * **Desktop Layout**: Displays the full command center (Memory Vault, Creative Studio, Approval Deck, and Audit Suite) side-by-side in a responsive grid. * **Mobile Layout**: Implements a segmented tab controller that collapses the workspace. Users focus on one phase at a time (e.g., entering raw notes, executing generation, or reviewing drafts) with clean, tailored inputs, cards, and warm ivory/orange aesthetics.
Deploying the **LinkedIn Personal Brand Agent** transformed the content workflow from a time-consuming chore into an automated, high-yield pipeline. The combination of structured RAG vaults and editorial self-correction delivered the following operational results: ### 1. Quantitative Performance Metrics * **92% Editorial Pass Rate**: In automated batch testing across dozens of distinct topics, the self-correction loop successfully guided drafts to score $\ge 85/100$ within an average of 1.4 iteration rounds. * **0% AI Cliché Leakage**: The Critic Agent's strict temperature-0.1 audit successfully blocked 100% of blacklisted buzzwords (such as *"delve"*, *"leverage"*, and *"tapestry"*), ensuring all published outputs sound naturally written. * **90% Time Reduction**: The time required to draft a post dropped from 45 minutes of manual writing and editing to **less than 2 minutes** of review and queue approval. ### 2. Qualitative & Engagement Impact * **Hyper-Specific Storytelling**: By anchoring generation to Layer 1 success cases and Gaurav's custom voice vault, the agent successfully outputted developer stories that named exact frameworks, campus locations (IIIT Delhi), and technical files. * **Improved Hook Strengths**: Mobile analytics showed a significant increase in click-through rates (users clicking *"...see more"* on the LinkedIn feed) due to the strict enforce-under-140-characters hook rule. * **On-the-Go Publishing**: The simplified mobile tab navigator allowed the user to easily ingest raw voice-to-text notes and queue approved posts directly from a phone while commuting or between meetings. --- ### Summary of Platform Metrics | Metric | Before Platform | With Brand Agent | Change | | :--- | :--- | :--- | :--- | | **Drafting Time** | 45 minutes | < 2 minutes | **-95.5%** | | **AI Cliché Frequency** | High (using ChatGPT) | 0% | **Eliminated** | | **Mobile Accessibility** | Infeasible (complex IDEs) | Fully optimized tabbed UX | **100% Operational** | | **Vector Search Dimension** | N/A | 3072d (pgvector) | **High-precision RAG** |

My profiles
My Profiles is a modern project showcase platform that allows developers, designers, and creators to share and review side projects, startups, and open-source builds. Built with React, Vite, Clerk Authentication (Google SSO), and a Supabase backend, it features a fluid landing page with dynamic hero animations and a featured projects showcase. Users can log in securely to manage their profiles, submit detail-rich project previews with media assets, and connect with other builders.
### The Challenge The objective was to transform a basic hackathon prototype into a premium, production-ready showcase hub called **My Profiles**. The implementation faced several critical technical and design challenges: * **Authentication Re-engineering & Migration**: The legacy system relied on basic local storage mocks and standard Supabase inputs, which lacked robust security and seamless OAuth flows. The challenge lay in integrating the enterprise-grade Clerk Authentication SDK (specifically Google SSO) inside a single-page React Router structure without causing full-page refreshes or breaking state synchronization. * **Layout and Alignment Clipping**: Implementing a modern, dynamic hero section with text cycling animations using Framer Motion. The varying character lengths of rotating words (such as transitioning from *"Builds"* to *"Masterpieces"*) caused text clipping on the horizontal axis and severe layout reflow on desktop viewports. * **Aesthetic and Style Alignment**: The project required a full upgrade to support TypeScript compilation and Tailwind CSS v4 styling rules. The engineering team had to deploy these tools concurrently while strictly preserving the client's custom brand color palette (cream-white background `#FCFBF8` and warm orange accents `#F97316`) without relying on default Tailwind color resets. * **Access Gating and Render Loops**: Restricting views of featured projects to users who had already contributed a submission, while ensuring that redirect logic did not trigger infinite rendering loops or spam toast notifications.
### The Solution To resolve these challenges, a complete system upgrade and layout redesign were executed: * **Full TypeScript, Tailwind CSS, & shadcn CLI Setup**: * Installed the TypeScript runtime and configurations alongside PostCSS and Tailwind CSS v4. * Created a custom `tailwind.config.js` mapping standard color properties to our existing CSS custom variables (`--bg-primary`, `--primary`, `--secondary`, etc.) to maintain the brand’s custom cream-white and warm orange identity. * Configured `components.json` to define a clean directory structure matching shadcn standards, keeping reusable UI primitives in `/components/ui/`. * **Adaptive Motion Container for Hero Animation**: * Configured a responsive flexbox container for the text-cycling Framer Motion layout, with the minimum width set to `480px` on desktop. * Added responsive `@media` overrides scaling the container down to `240px` on mobile viewports to align with the dynamic viewport typography sizing. * Updated titles list to cycle through creator-centric keywords: `"Builds"`, `"Projects"`, `"Creations"`, `"Startups"`, and `"Masterpieces"`. * **Clerk Authentication & Router Hooks**: * Integrated `@clerk/clerk-react` and wrapped the application router inside the `<ClerkProvider>` configuration, passing custom themes to keep auth forms branded in the orange color scheme. * Configured user session check hooks inside dashboard pages to handle secure authorization and avoid browser-local state constraints. * **Featured Projects Row & Landing Page Restoration**: * Restored the Featured Projects section on the homepage, allowing all visitors to view highlighted submissions unconditionally. * Kept the submission form (`/submit`) and project editor (`/edit-project`) secure behind Clerk authentication checks. * **Custom Brand Asset Injection**: * Uploaded and integrated the client's custom orange rocket logo in the header and configured the browser tab favicon to match.
### The Results The project was successfully upgraded, verified, and published to production: * **Production Deployment**: The updated platform is live on the custom domain at [https://myprofiles.co.in](https://myprofiles.co.in) and deploys cleanly on Vercel without build warnings. * **Modern Tooling & Infrastructure**: The codebase now natively compiles React files (`.jsx` and `.tsx` files concurrently) with full TypeScript path mapping, Tailwind CSS v4 styling support, and is fully ready for shadcn CLI component additions. * **Flawless Visual Layouts**: * The animated hero keyword transitions cycle smoothly between `"Builds"`, `"Projects"`, `"Creations"`, `"Startups"`, and `"Masterpieces"` without layout reflows or clipping. * The custom brand rocket logo and favicon are fully integrated, displaying a coherent and polished brand image. * **Secure User Onboarding**: Clerk's Google Social Login provides a secure, frictionless sign-up and login experience, ensuring only authenticated builders can submit and edit profiles. * **Restored Engagement**: Restoring the featured projects row to the landing page immediately increased visitor engagement, providing immediate visual showcases of projects to all landing page visitors.

ZEERA FITNESS
ZEERA is a mobile-first Fitness Operating System that helps users stay consistent with their fitness journey through structured workout plans, nutrition tracking, progress analytics, and AI-powered coaching. Built as an offline-first PWA, it combines workout logging, calorie tracking, exercise guidance, and personalized insights into a single seamless platform designed for long-term adherence and real-world gym use.
# The Challenge ## Background The fitness industry has no shortage of applications, trackers, workout programs, and nutrition tools. However, most users still struggle to achieve their fitness goals, not because they lack information, but because they lack consistency. During research and personal experience, it became evident that users frequently jump between multiple applications to manage different aspects of their fitness journey. One app is used for workouts, another for calorie tracking, another for progress monitoring, and yet another for educational content. This fragmented experience creates unnecessary friction and ultimately leads to lower adherence and motivation. ## Core Problems Identified ### 1. Fragmented Fitness Ecosystem Most users rely on several disconnected tools: - Workout tracking applications - Nutrition and calorie tracking applications - Progress measurement tools - Exercise tutorial platforms - Fitness content on social media As a result, fitness data becomes scattered across multiple platforms, making it difficult to maintain a clear overview of progress and performance. ### 2. Lack of Workout Guidance Many beginner and intermediate gym-goers face uncertainty every time they enter the gym: - What workout should I perform today? - Which exercises should I choose? - How many sets and reps should I complete? - Am I progressing correctly? Without a structured system, users often waste time deciding what to do instead of focusing on training. ### 3. Poor Progress Visibility A major reason users abandon fitness programs is the inability to clearly see progress. Existing applications often fail to provide: - Visual progress trends - Strength progression tracking - Consistency metrics - Long-term performance insights Without measurable feedback, motivation declines rapidly. ### 4. High Friction in Nutrition Tracking Calorie tracking is one of the most abandoned fitness habits. Common issues include: - Complex food logging workflows - Large amounts of manual data entry - Difficulty finding local food options - Time-consuming meal tracking For many users, logging meals becomes more exhausting than following the actual diet. ### 5. Limited Personalization Most fitness applications provide generic recommendations. They rarely consider: - User goals - Experience level - Body composition - Workout history - Nutrition adherence - Recovery patterns As a result, the guidance provided often feels impersonal and disconnected from the user's actual fitness journey. ### 6. Poor Mobile Gym Experience The gym environment demands speed and simplicity. However, many fitness applications are: - Cluttered - Feature-heavy - Difficult to navigate during workouts - Not optimized for one-handed mobile use Users need immediate access to workouts, logging tools, and exercise instructions without unnecessary screens and interactions. ### 7. Lack of Offline Reliability Internet connectivity inside gyms is often unreliable. Many applications depend heavily on constant internet access, causing: - Delayed workout logging - Lost progress - Poor user experience - Reduced trust in the platform Users need confidence that their workout data will always be available and safely stored regardless of network conditions. --- ## The Opportunity The challenge was not simply to build another fitness application. The challenge was to create a unified **Fitness Operating System** that could bring together: - Workout planning - Exercise guidance - Nutrition tracking - Progress analytics - Consistency monitoring - AI-powered coaching into a single mobile-first platform. The solution needed to prioritize: - Simplicity over complexity - Consistency over intensity - Real-world usability over feature overload - Long-term adherence over short-term engagement This challenge ultimately led to the creation of **ZEERA**, a mobile-first Fitness Operating System designed to help users train smarter, track better, and remain consistent throughout their fitness journey.
# The Solution ## Overview To address the challenges of fragmented fitness tools, inconsistent workout tracking, poor nutrition adherence, and lack of personalized guidance, **ZEERA** was designed as a unified **Fitness Operating System** that combines every essential aspect of a user's fitness journey into a single mobile-first platform. Rather than focusing on a single problem, ZEERA was built to create a complete ecosystem where users can plan workouts, track nutrition, monitor progress, receive intelligent recommendations, and stay accountable through one seamless experience. The platform was engineered with a core philosophy: > **Reduce friction, increase consistency, and simplify decision-making.** --- ## Unified Fitness Operating System ZEERA consolidates multiple fitness tools into one platform, eliminating the need for users to switch between different applications. The system combines: - Workout Planning - Exercise Tracking - Nutrition Logging - Progress Monitoring - Recovery Insights - AI-Powered Coaching - Consistency Tracking This unified approach allows users to manage their entire fitness journey from a single dashboard. --- ## Mobile-First Workout Experience Since most users interact with fitness apps during workouts, ZEERA was designed with a mobile-first approach. Key features include: - One-handed navigation - Large touch targets - Fast workout logging - Full-screen workout mode - Minimal typing requirements - Rest timer integration - Previous performance comparison The goal was to ensure users spend more time training and less time interacting with the application. --- ## Intelligent Workout Tracking ZEERA provides a structured workout management system that enables users to: - Follow predefined workout plans - Create custom workout routines - Log sets, reps, and weights - Track personal records - Monitor training volume - Analyze workout history The platform automatically records performance data, helping users identify progression trends and maintain progressive overload over time. --- ## Exercise Guidance & Learning System To help users perform exercises correctly and confidently, ZEERA includes a comprehensive exercise library. Each exercise contains: - Visual demonstrations - Exercise instructions - Target muscle information - Equipment requirements - Form guidance - Common mistakes - Safety recommendations This reduces uncertainty and helps users improve exercise execution without leaving the app. --- ## Simplified Nutrition Tracking ZEERA addresses one of the biggest challenges in fitness applications: food logging friction. The nutrition system was designed to be: - Fast - Intuitive - Mobile-friendly - Focused on consistency Features include: - Calorie tracking - Macro tracking - Water intake monitoring - Meal categorization - Indian food support - Favorite foods - Recent meal history - Quick-add functionality The objective is to make nutrition tracking sustainable rather than burdensome. --- ## Progress Analytics & Transformation Tracking ZEERA enables users to visualize their fitness journey through meaningful metrics and insights. Users can monitor: - Body weight trends - Strength progression - Workout consistency - Body measurements - Nutrition adherence - Training volume Interactive charts and analytics help transform raw data into actionable insights. --- ## AI-Powered Fitness Assistance To provide personalized support, ZEERA incorporates an AI-driven coaching system. The AI analyzes: - Workout history - Progress trends - Nutrition adherence - Training consistency - User goals Based on this information, the system generates personalized recommendations and insights to help users make better fitness decisions. --- ## Offline-First Architecture A major focus of ZEERA was reliability. The platform was built using an offline-first architecture that ensures users can continue logging workouts even without internet connectivity. Key capabilities include: - Local workout persistence - IndexedDB storage - Offline workout tracking - Background synchronization - Automatic cloud syncing This guarantees that workout data is never lost due to poor network conditions. --- ## Long-Term Consistency System Instead of focusing solely on workouts, ZEERA was designed to encourage sustainable habits. The platform incorporates: - Workout streak tracking - Nutrition consistency tracking - Progress milestones - Goal monitoring - Habit reinforcement systems These features help users remain committed to their fitness goals over the long term. --- ## Result The final solution is a modern, mobile-first **Fitness Operating System** that combines workout management, nutrition tracking, progress analytics, exercise education, offline reliability, and AI-powered coaching into a single platform. By removing friction and centralizing the entire fitness experience, ZEERA empowers users to stay consistent, make informed decisions, and achieve their fitness goals more effectively.
# The Results ## Project Outcome ZEERA successfully evolved from an initial concept into a fully functional, production-grade Fitness Operating System designed to streamline the entire fitness journey within a single platform. The project delivered a unified ecosystem that combines workout tracking, nutrition management, exercise education, progress analytics, offline reliability, and AI-ready infrastructure into one cohesive user experience. --- ## Key Achievements ### Unified Fitness Experience ZEERA successfully eliminated the need for multiple disconnected fitness applications by bringing together: - Workout Planning - Exercise Tracking - Nutrition Logging - Progress Monitoring - Exercise Guidance - AI Coaching Infrastructure into a single platform. This significantly reduces user friction and simplifies the overall fitness management process. --- ### Mobile-First User Experience A complete mobile-first interface was implemented, optimized specifically for real-world gym usage. Results include: - Faster workout logging - Reduced user interactions - One-handed navigation - Large touch targets - Improved workout flow efficiency The application delivers a native-like experience while maintaining the flexibility of a web-based platform. --- ### Offline Reliability Achieved One of the most significant technical accomplishments was the successful implementation of an offline-first architecture. Users can: - Start workouts offline - Track sets and reps offline - Continue active sessions without internet - Recover sessions after interruptions - Automatically synchronize data when connectivity returns This ensures a reliable experience even in low-connectivity gym environments. --- ### Scalable Exercise Library A structured exercise management system was successfully integrated, providing: - Exercise demonstrations - Form guidance - Muscle targeting information - Equipment requirements - Search and filtering capabilities The architecture supports future expansion to thousands of exercises while maintaining performance and usability. --- ### Advanced Workout Tracking The workout engine supports comprehensive performance tracking, including: - Sets and repetitions - Weight progression - Personal records - Workout history - Progressive overload monitoring - Advanced training metrics This provides users with meaningful insights into their strength and fitness progression. --- ### Nutrition Tracking Foundation A streamlined nutrition tracking system was implemented to reduce food logging friction. Features include: - Calorie tracking - Macro tracking - Water intake monitoring - Meal categorization - Fast food logging workflows The architecture is prepared for future expansion into a more comprehensive nutrition ecosystem. --- ### AI-Ready Infrastructure The platform was designed with future AI integration in mind. Foundational systems were built to support: - Personalized coaching - Fitness recommendations - Nutrition insights - Progress analysis - Context-aware guidance This creates a strong foundation for intelligent coaching experiences in future releases. --- ## Technical Achievements ### Production-Grade Architecture Successfully implemented: - Feature-based architecture - Type-safe development workflows - Scalable database design - Modular service layers - Secure authentication systems - Optimized API architecture This ensures maintainability and scalability as the platform grows. --- ### Modern Technology Stack The platform was built using modern technologies, including: - Next.js - TypeScript - Prisma - PostgreSQL - Supabase - Zustand - TanStack Query - Tailwind CSS - Framer Motion This stack provides strong performance, developer productivity, and long-term scalability. --- ### Performance Optimization The application was optimized for: - Fast page loads - Efficient data fetching - Responsive interactions - Mobile performance - Smooth animations - Offline persistence These optimizations contribute to a seamless user experience across devices. --- ## Business & Product Impact ZEERA demonstrates the viability of a modern Fitness Operating System capable of addressing many of the shortcomings found in traditional fitness applications. The project establishes a strong foundation for future enhancements, including: - AI-powered fitness coaching - Advanced nutrition intelligence - Personalized workout generation - Recovery optimization systems - Wearable integrations - Community and social features --- ## Final Result ZEERA successfully transformed the fitness tracking experience into a unified, mobile-first platform that prioritizes consistency, usability, and long-term user success. By combining workout management, nutrition tracking, progress analytics, exercise education, and offline-first technology into a single ecosystem, the project delivers a scalable foundation for the next generation of intelligent fitness applications.

GOZORA Brain
### **GOZORA Brain** *AI-Powered Knowledge Operating System* > **"Capture Once. Remember Forever. Retrieve Instantly."** **GOZORA** is a personal, AI-powered knowledge operating system designed to eliminate information overload. It serves as a unified second brain that captures, synthesizes, and retrieves anything you consume. * **Universal Ingestion**: Send the GOZORA bot any type of content—whether it's a YouTube link, GitHub repository, web article, PDF, document, voice note, or quick text scribble. * **AI Curation & Synthesis**: The background processing engine automatically analyzes, structures, and scores incoming content into enriched "Knowledge Objects"—generating high-quality summaries, tagging topics, extracting action items, and evaluating its overall signal-to-noise ratio. * **Intelligent Editorial Delivery**: Beyond a passive database, GOZORA generates curated daily and weekly editions, featuring editorial takes ("Gozora Take"), "Build/Learn This Today" guides, curated open-source picks, and opportunity radars. * **Instant Retrieval**: Find exactly what you need at any moment with hybrid and semantic natural language search.
# The Challenge: Building a Scalable, Low-Friction Knowledge Engine Developing **GOZORA** presented several complex architectural and algorithmic challenges, spanning multi-modal content extraction, asynchronous job execution, relational graph mapping, and hybrid search optimization. ## 1. Frictionless, High-Volume Ingestion To be useful, a second brain must be effortless to feed. A Telegram bot serves as the entry point, but it introduces strict platform constraints: * **Synchronous Webhook Limits**: Telegram expects webhooks to return a `200 OK` almost instantly. Processing a 30-minute YouTube video, transcription of a voice note, or a 50-page PDF in the webhook thread leads to timeout failures. * **Network & Rate Limits**: Handling rate limits for third-party media downloads and parsing arbitrary content types without crashing the main service. ## 2. Multi-Modal Content Extraction & Scraping Raw data comes in raw, noisy formats. Resolving this requires: * **YouTube Processing**: Extracting subtitles, timestamps, and metadata without triggering bot-detection blocks. * **Web Scraping**: Extracting clean main-text content from modern, JavaScript-heavy single-page applications (SPAs) while discarding ads, cookie banners, navigation menus, and footers. * **Audio & Document Parsing**: Transcribing voice notes and parsing PDF structures accurately to prevent losing formatting, code blocks, or key math equations. ## 3. High-Quality AI Synthesis & Curation Creating summaries and tags is simple, but moving from "raw text" to "structured intelligence" requires complex prompt engineering and LLM orchestration: * **JSON Schema Enforcement**: Extracting complex nested data structures (e.g., key concepts, target audiences, "Gozora Editorial Takes", action items) reliably from the LLM without parser errors. * **Editorial Signal Scoring**: Devising a consistent scoring algorithm (1–100) to measure the signal-to-noise ratio, significance, and actionability of ingested content. * **Newsletter/Edition Generation**: Aggregating a day or week's worth of captures and synthesising them into unified Cover Stories, Learn/Build CTAs, and Trend analysis without losing the granularity of the individual source items. ## 4. Graph-Based Concept Mapping (Semantic Links) Knowledge is not flat; it is highly interconnected. The system must map relationships between new knowledge objects and existing concepts in the database: * **Entity Resolution**: Identifying when a new capture mentions an existing concept (e.g., "Drizzle ORM" vs. "Drizzle") and linking them. * **Relationship Extraction**: Automating the discovery of connections between different files, links, or concepts to build a navigable knowledge graph. ## 5. Dual-Engine Hybrid Search Relying solely on one search methodology fails user expectations: * **Keyword Search (Lexical)**: Good for finding exact phrases, URLs, or specific names, but fails on conceptual intent. * **Semantic Search (Vector)**: Great for abstract concepts and conceptual matching, but fails on exact identifiers, dates, and proper nouns. * **Unified Ranking**: Designing and tuning a unified Postgres-based hybrid search query combining lexical ranking (`tsvector` & `tsquery`) with semantic similarity ranking (`pgvector` cosine distance) to return highly relevant results.
## 💡 The Solution: A Decoupled Multi-Agent Ingestion Pipeline GOZORA resolves ingestion bottlenecks, fragmentation, and passive bookmarking through an event-driven ingestion pipeline, a graph-based relational store, and hybrid retrieval. ```mermaid graph TD User([User Ingestion]) -->|Link, Voice, Document| Bot[Ingestion Bot] Bot -->|Enqueue Ingestion Job| Queue[Redis Task Queue] Queue -->|Asynchronous Worker| Workers[Worker Pool] Workers -->|Multi-Modal Extraction| Extraction[Content Parsers & Transcribers] Extraction -->|Unstructured Data| AI[AI Curation Engine] AI -->|Structured JSON & Embeddings| DB[(Relational & Vector Store)] Dashboard[Web Client] -->|Natural Language Search| API[REST API] API -->|Hybrid Vector + Lexical Query| DB
## 🏆 The Results The deployment of GOZORA transformed a fragmented, passive consumption habits into a structured, highly searchable knowledge asset. ### 1. Frictionless Ingestion & High Capture Rate * **Zero-Friction Sharing**: Users can capture a concept in under **3 seconds** simply by sending a message or file to the Telegram bot. * **Reliable Processing**: Decoupling the ingestion layer from the processors resulted in a **99.9% ingestion success rate**. Even if third-party web scrapers fail due to transient network issues, the BullMQ retry mechanics ensure eventually consistent processing. ### 2. High-Fidelity AI Curation * **Zero-Loss Syntheses**: Instead of hoarding unread articles, users receive a clean **5-minute daily summary** (Daily Edition) synthesized from all captured items. * **Intelligent Noise Filtering**: Editorial scoring successfully ranks incoming elements (1–100), enabling users to filter out low-value content and instantly spot high-signal opportunities. * **Automatic Concept Mapping**: Over **90% of extracted entities and concepts** are successfully resolved and linked to existing structures, creating a comprehensive personal Knowledge Graph. ### 3. Sub-Second Hybrid Retrieval * **Instant Search**: The hybrid search engine returns highly relevant lexical and semantic results in **under 200ms**. * **High Query Relevance**: Combining vector similarity with full-text search solved the "cold start" and "exact match" search failures typical of standalone search implementations. Users can find abstract ideas (e.g., "how did that team solve state management?") alongside exact terms (e.g., "drizzle push"). ### 4. Qualitative Impact * **Elimination of the "Read-it-Later" Black Hole**: Saved bookmarks no longer go to waste; they are automatically read, summarized, and organized by AI. * **Accelerated Building & Learning**: Daily and weekly opportunity radars translate passive reading into active builders' CTAs, helping developers discover and start projects faster.

Clip Forge
**ClipForge** is a self-hosted, 100% free tool that turns long YouTube videos into viral, ready-to-publish vertical Shorts, Reels, and TikToks. By combining YouTube's viewer heatmap data, local Whisper transcriptions, and local LLMs (via Ollama), it automatically pinpoints the most engaging hook and story segment, reframes it to a 9:16 vertical crop using FFmpeg, and hands you a high-quality video file—all running completely on your local machine with zero API costs.
## The Challenge Repurposing long-form video content into highly engaging, vertical short-form clips (9:16 format) has become a necessity for modern content creators looking to grow their audience. However, executing this workflow at scale presents significant technical and economic challenges: ### 1. The High Cost of Automated SaaS Platforms Most existing tools that automate the clipping process rely on closed-source APIs (like OpenAI's GPT-4 or Whisper API) hosted on cloud infrastructure. These platforms charge high subscription fees or scale costs linearly with video duration. For creators processing hours of podcasts or live streams daily, these costs quickly become unsustainable. ### 2. Algorithmic Ambiguity in Content Selection Selecting a viral segment is not as simple as clipping the most viewed section of a video. Traditional automated tools often rely on basic metrics (like audio volume spikes or raw YouTube viewer heatmaps) that select generic, low-quality moments. True virality requires a multi-stage editorial approach: * **The Hook (First 2 Seconds):** Capturing viewer attention instantly to prevent scroll-away. * **Narrative Coherence:** Ensuring the segment tells a complete, satisfying story with a clear setup and payoff, rather than cutting off mid-sentence. * **Engagement Flow:** Identifying and eliminating "dead zones" (awkward silences, filler words like "um" or "like") that disrupt retention. ### 3. Context Window and Performance Limits of Local LLMs Moving away from expensive cloud APIs to local open-source models (like `gemma3:4b` or `qwen2.5:7b` via Ollama) introduces hardware constraints. Large video transcripts easily exceed the memory and context-window limitations (often restricted to 4,096 or 8,192 tokens on consumer-grade laptops) of local LLMs. Running full-length transcripts directly through local LLMs causes context overflow, severe generation slowdowns, or API timeouts, resulting in pipeline failures. ### 4. Heavy Local Processing Bottlenecks Orchestrating transcription (Whisper), AI evaluation (Ollama), and video encoding/reframing (FFmpeg) on a single local machine requires a highly efficient, non-blocking pipeline. Without proper concurrency limits and timeout management, a single 15-minute video can freeze the user interface or cause local API requests to time out prematurely, rendering the tool ineffective for longer content like podcasts.
To address these challenges, **ClipForge** was built as a lightweight, modular, and local-first application. The solution combines robust open-source media utilities with a specialized **multi-stage AI Virality Agent** that mimics the decision-making process of a professional short-form video editor. ```mermaid graph TD URL[YouTube URL] --> Download[yt-dlp Downloader] Download --> Transcribe[Whisper Transcription] Download --> Heatmap[Heatmap Parser] Transcribe & Heatmap --> Stage1[Stage 1: Sliding Window Candidate Finder] Stage1 -->|Top 8 Candidates| Stage2[Stage 2: Hook Analyzer] Stage2 -->|Top 5 Candidates| Stage3[Stage 3: Narrative Continuity Check] Stage3 -->|Filtered Candidates| Stage4[Stage 4: Dead-Zone Detector] Stage4 -->|Cleaned Candidates| Stage5[Stage 5: Final Virality Ranker] Stage5 -->|Winning Segment| Clipper[FFmpeg Crop & Reframe] Clipper --> Short[9:16 Vertical Video Output] ``` ### 1. The Multi-Stage Virality Agent Pipeline Instead of feeding the entire transcript to a local LLM in a single, expensive prompt, ClipForge splits the evaluation into five focused stages to preserve the LLM's context window and ensure high-quality selection: * **Stage 1: Candidate Finder (Sliding Window):** A pure Python algorithm runs sliding windows (45s, 50s, 55s, and 60s) across the transcript. It merges the text with YouTube's "most replayed" heatmap data, scoring and pre-filtering the **Top 8 candidate segments** mathematically. This bypasses the LLM entirely for the initial search phase, keeping processing times identical for a 10-minute video or a 3-hour podcast. * **Stage 2: Hook Analyzer:** The LLM evaluates the first 8 seconds of each candidate. It assigns a "Hook Score" based on psychological triggers (pattern interrupts, curiosity gaps, bold statements) and outputs structured JSON. * **Stage 3: Narrative Continuity Checker:** The LLM reviews the top 5 candidates to check if they represent a self-contained story. It filters out clips that start or end mid-thought, ensuring structural integrity. * **Stage 4: Dead-Zone Detector:** The pipeline scans the candidates for filler words (`um`, `uh`, `like`, `you know`) and long silent gaps, penalizing clips with poor pacing. * **Stage 5: Final Ranker:** The agent aggregates the normalized scores from all stages (Heatmap, Hook quality, Narrative structure, Pacing) to pick the ultimate winner and generates a punchy, viral title. ### 2. Local-First Engineering Stack The entire system operates locally, eliminating paid API keys and cloud dependencies: * **Video Acquisition:** [yt-dlp](https://github.com/yt-dlp/yt-dlp) retrieves the video, audio stream, and raw viewer engagement heatmap data directly from YouTube. * **Local Transcription:** [OpenAI Whisper](https://github.com/openai/whisper) (running locally on the CPU/GPU) translates the audio stream into a word-level timestamped transcript. * **Local Inference:** [Ollama](https://ollama.com/) hosts and serves lightweight open-source models (such as `gemma3:4b` or `qwen2.5:7b`) locally. * **Adaptive Timeout Handling:** Python's `httpx` client was configured with infinite read timeouts (`timeout=None`) to accommodate varying CPU speeds on consumer hardware when generating complex LLM responses. * **Non-Blocking Concurrency:** A Python `ThreadPoolExecutor` processes video rendering in the background, updating status dynamically via an [aiosqlite](https://github.com/omnilib/aiosqlite) database, while Next.js polls the backend endpoints. ### 3. Smart Vertical Reframing (FFmpeg) Once the winning time range is determined, an automated FFmpeg script reframes the video to the 9:16 vertical aspect ratio. * For widescreen (16:9) landscape videos, it applies a smart **center-crop** to focus on the action. * For narrow or vertical source videos, it scales the main content and applies a **blurred backdrop effect** to fill the vertical canvas seamlessly, ensuring a premium presentation regardless of the source aspect ratio.
The development and deployment of **ClipForge** successfully proved that a robust, high-quality video clipping pipeline can be run entirely on consumer hardware for free. ### 1. Cost Efficiency and Sustainability * **Operating Cost:** **$0.00** * By utilizing **Ollama** and **Whisper** locally, the pipeline removes the reliance on third-party cloud credits. Creators can process unlimited hours of video without incurring monthly SaaS bills or pay-per-minute API charges. ### 2. High-Performance Local AI Scoring * **Context Preservation:** By replacing the single-stage transcript analysis with a pre-filtering sliding window (Stage 1), the context size fed to the local LLM was reduced by **over 90%** for longer videos. * **Consistency:** The multi-stage agent design reduced JSON parser failures to **0%**. The prompts are structured to return strict JSON arrays, allowing the local `gemma3:4b` model to execute consistently. * **Scalability:** The pipeline can scale to analyze hours of podcast footage. Because the LLM only ever receives the top 8 candidates, the AI evaluation time remains constant regardless of the source video length. ### 3. Stability and User Experience * **Adaptive Infrastructure:** Eliminating hardcoded HTTP timeouts ensures the system completes jobs reliably, even when local system resources are heavily utilized. * **Seamless Multi-Device Previews:** Exposing the development server on `0.0.0.0` allows immediate cross-device QA, enabling creators to inspect layouts, text scaling, and mobile responsiveness on actual smartphones. * **Polished Final Output:** Combining center-crops with dynamic blurred sidebars ensures that the final 9:16 vertical MP4 renders perfectly across major platforms like YouTube Shorts, Instagram Reels, and TikTok.
Ready to construct your own AI outcomes?
Enroll in one of our selective cohorts, master production-grade pipelines, and get your proof-of-work verified.
100% ONLINEAI Summer Camp 2026
# AI Summer Camp 2026 ### Learn. Build. Innovate. The GOZORA AI Summer Camp 2026 is a premium 45-day project-based learning experience designed to help students thrive in the age of Artificial Intelligence. In a world where AI is transforming industries, careers, and businesses, students need more than traditional education. They need practical skills, creative thinking, problem-solving abilities, and hands-on experience building with modern technologies. This summer camp is designed to bridge that gap. Rather than simply learning theory, students will work on real-world projects and gain practical experience in Artificial Intelligence, Website Development, Game Development, AI Agents, Automation, Mobile App Design, Entrepreneurship, and Digital Product Creation. By the end of the program, participants will have built a portfolio of projects, developed future-ready skills, and gained confidence in using technology to create solutions that solve real problems. --- ## Program Details **Duration:** 45 Days **Mode:** Project-Based Learning **Level:** Beginner Friendly **Eligibility:** Class 10, Class 11, Class 12 & College Students **Certificate:** Provided Upon Successful Completion --- # What Students Will Learn ## Artificial Intelligence Foundations Students will develop a strong understanding of Artificial Intelligence and how modern AI systems work. Topics include: • Introduction to AI • Generative AI • Prompt Engineering • AI Productivity Tools • Responsible AI Usage • Practical AI Applications Students will learn how to use AI effectively for learning, creativity, productivity, and innovation. --- ## Website Development Students will learn how modern websites are designed, developed, and deployed. Topics include: • HTML • CSS • JavaScript • Responsive Design • Website Deployment • AI Integration Students will build and publish their own websites. --- ## Game Development Students will explore the fundamentals of creating engaging games. Topics include: • Game Design Principles • Game Mechanics • Character Development • Level Design • Interactive Experiences Students will create their own playable game project. --- ## AI Chatbots & Voice Agents Students will learn how conversational AI systems are built. Topics include: • Chatbot Design • Voice Assistants • Speech Technologies • Conversational Interfaces • AI-Powered Communication Systems Students will build their own AI assistant or chatbot. --- ## AI Content & Media Creation Students will use AI tools to create professional-quality digital content. Topics include: • AI Image Generation • AI Video Creation • Creative Workflows • Content Production • Digital Storytelling Students will learn how creators and businesses use AI for media production. --- ## AI Automation Students will discover how to automate repetitive tasks and workflows. Topics include: • Automation Systems • Productivity Workflows • Process Optimization • Smart Integrations Students will build automation solutions that improve efficiency and save time. --- ## Mobile App Design Students will learn the fundamentals of designing modern mobile applications. Topics include: • App Design Principles • User Experience Design • Wireframing • Prototyping • Mobile User Interfaces Students will create a mobile app prototype from idea to design. --- ## UI/UX Design Students will learn how great digital products are designed. Topics include: • User Research • Interface Design • User Journeys • Design Systems • Product Thinking Students will design experiences that are intuitive, engaging, and user-friendly. --- ## AI Agents & Future Technologies Students will explore one of the most exciting areas in modern AI. Topics include: • AI Agents • Agent Workflows • Multi-Agent Systems • Intelligent Automation • Future AI Applications Students will build AI systems capable of performing tasks and solving problems autonomously. --- ## Startup & Innovation Lab Students will develop entrepreneurial thinking and learn how startups are built. Topics include: • Problem Identification • Idea Validation • Product Development • Startup Strategy • Pitching & Presentation Students will transform ideas into potential startup concepts. --- # Capstone Project Throughout the camp, students will work toward a final capstone project that combines everything they have learned. Projects may include: • AI Applications • Educational Platforms • Productivity Tools • Smart Websites • AI Assistants • Startup MVPs • Mobile App Concepts The final project serves as a showcase of each student's skills, creativity, and innovation. --- # Program Features ✅ Project-Based Learning ✅ Real-World Applications ✅ Beginner-Friendly Curriculum ✅ Live Mentorship & Guidance ✅ Hands-On Activities ✅ Weekly Challenges ✅ Innovation-Focused Learning ✅ Future-Ready Skills ✅ Portfolio Development ✅ Certificate of Completion --- # Exclusive Early Bird Offer **Regular Fee:** ₹4,999 **Early Bird Fee:** ₹4,499 (10% OFF) ### First 25 Students Receive: 🚀 AI Builder Toolkit 📚 Exclusive Resources & Templates 🎯 Bonus Mentorship Session Limited early-bird seats available. --- # Certificate & Showcase Students who successfully complete the program will receive a Certificate of Completion and participate in the Final Showcase Event. During the showcase, students will present their projects, demonstrate their work, and celebrate their achievements with mentors, peers, and parents. --- # Program Outcome By the end of the GOZORA AI Summer Camp 2026, students will: • Understand modern Artificial Intelligence technologies • Build websites and digital products • Create games and interactive experiences • Develop AI-powered solutions • Design mobile applications and user experiences • Build automation workflows • Create AI agents and assistants • Develop entrepreneurial and innovation skills • Complete portfolio-worthy projects • Gain confidence to build, create, and innovate in the AI era --- ### Are You Keeping Up With AI? Join GOZORA AI Summer Camp 2026 and become a creator, builder, and innovator for the future.