Loading...
Loading...
This document outlines the 8-Phase Epic to evolve **Pozitive AI** from a basic guide into a comprehensive, world-class educational platform. This roadmap is based on research into the current state of Generative AI (Late 2024 - Early 2025).
# The Pozitive AI Epic: Roadmap to AI Empowerment This document outlines the 8-Phase Epic to evolve **Pozitive AI** from a basic guide into a comprehensive, world-class educational platform. This roadmap is based on research into the current state of Generative AI (Late 2024 - Early 2025). ## Core Research Themes (Last 6 Months) 1. **The Rise of Reasoning:** Shifting from "next token prediction" to "Chain of Thought" (CoT) models (e.g., Gemini 2.5/3.0, DeepSeek R1). 2. **Agentic Workflows:** Moving beyond chat to AI that *does* things (Function calling, tool use). 3. **Multimodal Fluency:** Native understanding of video and audio, not just text-to-image. 4. **Small Language Models (SLMs):** High performance on local devices (e.g., Gemma 2, Llama 3). --- ## Phase 1: Foundation & Retention (Completed) **Goal:** Transform passive reading into active learning. * [x] **Interactive Quizzes:** Embed knowledge checks at the end of modules. * [x] **Progress Tracking:** Visual indicators (progress bars, checkmarks) to gamify the journey. * [x] **Content Expansion (Prompting):** update Prompt Engineering to include "Reasoning" and "Chain of Thought". ## Phase 2: The Content Surge **Goal:** Deepen the curriculum with advanced, up-to-date topics. * **Module:** "The Model Zoo": Compare Gemini, Claude, OpenAI, and DeepSeek. Explain the trade-offs (Speed vs. Reasoning). * **Module:** "Ethical AI in Practice": Deepfake detection, bias mitigation, and responsible disclosure. * **Feature:** "Try it Now" buttons embedded in text that open the Copilot with context-specific pre-filled prompts. ## Phase 3: Multimodal Mastery **Goal:** Move beyond text. * **Tool:** **Image Generation Workbench**. Integrate `gemini-pro-vision` or similar to allow users to generate and edit images directly in the app. * **Module:** "Talking to Images": A guide on Vision/Multimodal prompting (e.g., analyzing charts, coding from screenshots). * **Tech:** Update `geminiService.ts` to handle file uploads/base64 image data. ## Phase 4: Agentic AI & Tools **Goal:** Teach users how to build AI that takes action. * **Module:** "Introduction to Agents": Explain Function Calling simply. * **Interactive Demo:** A "Travel Agent" simulator where the AI uses a mock "Flight Search" tool to plan a trip. * **Tech:** Implement `tools` config in the `AiCopilot` to demonstrate real-time function execution. ## Phase 5: Voice & Live Interaction **Goal:** Human-computer interaction evolution. * **Feature:** **Voice Mode**. Use the Web Speech API (or Gemini Live API if public) to allow users to talk to the Copilot. * **Module:** "Conversational Design": How to prompt for voice (brevity, tone). ## Phase 6: The Local Revolution **Goal:** Privacy-first AI. * **Module:** "Running AI Locally". deeply integrated guide on setting up Ollama. * **Tech:** Enhance the `PromptWorkbench` to detect running local models automatically and benchmark them against cloud models. ## Phase 7: Community & Social **Goal:** Shared learning. * **Feature:** **Prompt Library**. Allow users to publish their "Saved Prompts" to a public community feed. * **Feature:** "Remix": Users can clone a community prompt to their workbench and tweak it. * **Backend:** Create `public_prompts` table in Supabase with voting/likes. ## Phase 8: Certification & Enterprise **Goal:** Professional validation. * **Feature:** **Final Exam**. A comprehensive test covering all sections. * **Output:** PDF Certificate generation upon completion. * **Scale:** Team accounts allowing managers to track employee progress. --- ## Technical Debt & Maintenance * **Regular Fact-Checking:** Monthly review of model benchmarks. * **Security:** Regular rotation of demo keys and migration to fully user-owned keys for advanced features. * **Performance:** Implement code-splitting for heavy modules (like the Image Workbench).
An AI client and API for WordPress to communicate with any generative AI models of various capabilities using a uniform API. Built on top of the [PHP AI Client](https://github.com/WordPress/php-ai-client), it provides a WordPress-native Prompt Builder, an Admin Settings Screen for credentials, automatic credential wiring, a PSR-compliant HTTP client, and a client-side JavaScript API.
> This file provides instructions for AI agents that read AGENTS.md (GitHub Copilot, Cursor, Windsurf, Cline, Aider, OpenCode, and others).
This document collects ideas and instructions for implementing future improvements. Follow these when adding features or refactoring the code.
> This file must stay **in sync** with `CLAUDE.md`. Whenever you change one, mirror the same change in the other so both tools continue to work correctly.