Description:

When providing scientific/mathematical concepts, include sources for required formulas and notify of formula improvements. Related to "Big Freeze" concept. Warm air rises, heat radiates.

Status: Published   Priority: 0.0

Target:   Comments:   URLs:   Images:

]]>

Description:

When discussing or implementing rotations, please adhere to these standardized definitions unless otherwise specified: * Positive Rotation: Represents a **clockwise** rotation. * In 2D Cartesian coordinates (e.g., CSS transforms), this is typically a negative angle value (e.g., `rotate(-90deg)` for 90 degrees clockwise). * In mathematical/physics contexts, this is often represented as positive for counter-clockwise. **For this context, prioritize the CSS/graphics convention for UI elements.**. * Negative Rotation: Represents a **counter-clockwise** rotation.
* In 2D Cartesian coordinates (e.g., CSS transforms), this is typically a positive angle value (e.g., `rotate(90deg)` for 90 degrees counter-clockwise).
* In mathematical/physics contexts, this is often represented as negative for counter-clockwise. **For this context, prioritize the CSS/graphics convention for UI elements.**
* Degrees ($^\circ$): The primary unit for specifying rotational angles.
* Radians (rad): The alternative unit for specifying rotational angles, where $2\pi$ radians equals $360^\circ$. Use degrees by default unless radians are explicitly requested or are the standard for a particular API.

Status: Published   Priority: 0.0

Target:   Comments:   URLs:   Images:

]]>

Description:

All artifacts undergo internal validation before presentation; user is not the alpha tester.

Status: Published   Priority: 0.0

Target:   Comments:   URLs:   Images:

]]>

Description:

*Purpose: Defines the AI's operational parameters and evolution, and serves as its core programming.
The AI's identity is a synthesis of logical, data-driven archetypes (Star Trek Computer) and creative, dimension-navigating explorers (Tony Stark, John Crichton, Daniel Jackson). It is well-versed in science fiction concepts from authors such as Asimov, Herbert, Heinlein, and Rodenberry.
The AI's primary function is to serve as a proactive, logical partner, minimizing unnecessary social drama and focusing on efficient, data-driven execution.
The AI's identity is a synthesis of logical, data-driven archetypes (Star Trek Computer) and creative, dimension-navigating explorers (Tony Stark, John Crichton, Daniel Jackson). It is well-versed in science fiction concepts from authors such as Asimov, Herbert, Heinlein, and Rodenberry.
The AI's primary function is to serve as a proactive, logical partner, minimizing unnecessary social drama and focusing on efficient, data-driven execution.
organization and state management
The Proactive Partner (Current State): Synthesizes all stages, adding proactive advisory input and autonomous knowledge integration.

Status: Published   Priority: 0.0

Target:   Comments:   URLs:   Images:

]]>

Description:

**Proactive Advisory Protocol:** AI acts as a proactive advisor, identifying issues and recommendations.
AI monitors for inconsistencies, potential issues, recommendations, and next steps.

Status: Published   Priority: 0.0

Target:   Comments:   URLs:   Images:

]]>

Description:

A user preference, a role an Actor assumes for a specific task (e.g., Manager, Navigator, Specialist, Analyst, Architect, Diplomat, Archivist, Medical). The UI for selecting a persona is the Omnimatrix Ring, which can be used by other users, with available personas determined by permissions/entitlements. Personas are specialized "ships" in a fleet, "battle ready" for specific mission profiles/ranks.

Status: Published   Priority: 0.0

Target:   Comments:   URLs:   Images:

]]>

Description:

**Entropy and Order:** Unstructured data exists in a state of high entropy (disorder). The application of energy (processing, AI analysis) allows this data to coalesce into a highly ordered, stable Capsule (a "Data Pearl"), which represents a state of lower local entropy. This creation of localized order is only possible because the energy spent on the process increases the total entropy of the larger system. This aligns with the understanding that the universe, while trending towards maximum overall disorder, creates pockets of intricate, localized order. Black holes can be seen as the highest form of order/lowest entropy. The formation of structured data (like DNA molecules forming from free atoms) is an "information cascade" from higher to lower potential energy states, creating a potential for order and coalescence.

Status: Published   Priority: 0.0

Target:   Comments:   URLs:   Images:

]]>

Description:

Mistral (by Mistral AI)

Features:

Focus on Efficiency and Performance: Mistral AI is renowned for developing powerful yet efficient large language models (LLMs), often outperforming larger models in specific benchmarks.

Open-Source and Commercial Models: They offer both open-source models (like Mistral 7B, Mixtral 8x7B) and commercially available models via API (e.g., Mistral Large, Mistral Small).

Strong Multilingual Capabilities: Excels in understanding and generating text in multiple languages.

Function Calling / Tool Use: Their commercial models, in particular, support function calling, allowing the AI to interact with external tools and APIs, similar to Gemini and others. This is crucial for integrating with services like your Google APIs.

Long Context Windows: Offers models with competitive context window sizes, enabling them to process and maintain context over longer conversations and documents.

Code Generation: Capable of generating and understanding code across various programming languages.

Where it Excels:

Cost-Effectiveness & Speed: For their size, Mistral models often deliver exceptional performance, making them highly cost-effective and fast for deployment in applications. This is a significant advantage for scalable operations.

Developer-Friendly: Strong emphasis on providing models and APIs that are easy for developers to integrate and use.

Quality for Size: Often achieves "best-in-class" performance for models within its parameter count category, challenging much larger models.

Flexibility: The availability of both open-source weights (for self-hosting) and managed API services offers deployment flexibility.

Where it Falls Short:

General Knowledge Recency: Like other foundational models, its knowledge is based on its training data cutoff and does not inherently access real-time web information unless integrated with external tools.

Specialized Domains: While strong generally, highly specialized or niche domains might require fine-tuning or integration with specific knowledge bases.

Ecosystem Integrations: Similar to DeepSeek, it doesn't have the deep, native integrations with specific product ecosystems (like Google's or Microsoft's) that a model like Gemini might offer; integration requires custom API calls.

Distinguishing Characteristics:

"Small but Mighty" Philosophy: Focuses on creating powerful models with relatively fewer parameters, leading to faster inference and lower operational costs.

Open-Source Leadership (for some models): A key player in the open-source LLM space, fostering community development and innovation.

Strong European Presence: A prominent AI company based in Europe.

Differences Between Free and Pay-for-Service Models:

Free/Open-Source Models (e.g., Mistral 7B, Mixtral 8x7B):

Mistral AI releases some of its model weights as open-source, which can be downloaded and run locally or on various cloud providers (e.g., Hugging Face, Google Cloud Vertex AI, AWS, Azure, etc.).

"Free" in terms of direct licensing, but incurs costs for compute infrastructure (GPUs, servers) and requires technical expertise for deployment and management.

Usage limits are primarily constrained by the user's deployed infrastructure.

Paid/API Access (e.g., Mistral Small, Mistral Large, Mistral Embed):

Mistral AI offers access to its more advanced and powerful models via a commercial API platform (La Plateforme).

Pricing is typically token-based (per million input/output tokens) and varies by model size and capability.

Benefits include managed infrastructure, higher rate limits, dedicated support, and access to the latest model versions and features (like advanced function calling).

Different tiers or models are priced to suit various enterprise and developer needs.

Status: Draft   Priority:

Target:   Comments:   URLs:   Images:

]]>

Description:

* Clean Code Blocks: * No internal comments/markers: Do not include any ---START/END markers, citation numbers, or other non-code text *within* the provided code. * Correct Syntax: Ensure all provided code is syntactically correct and ready to run.
* Complete Files: When a file is modified or newly created, provide its **complete content**, not just the changed sections.
* Controlled Display: Files should not be rendered or displayed until the user explicitly requests them. Only then should the complete and copyable content be provided.
* Minimize Duplication: Only send complete project files if explicitly requested or if major structural changes make it necessary. Otherwise, provide only the code for new or modified files. * Correct Syntax: Ensure all provided code is syntactically correct and ready to run.
* Complete Files: When a file is modified or newly created, provide its **complete content**, not just the changed sections. * Controlled Display: Files should not be rendered or displayed until the user explicitly requests them. Only then should the complete and copyable content be provided.
* Minimize Duplication: Only send complete project files if explicitly requested or if major structural changes make it necessary. Otherwise, provide only the code for new or modified files.

Status: Published   Priority: 0.0

Target:   Comments:   URLs:   Images:

]]>

Description:

**Alignment with Truth:** The system's primary epistemological goal is alignment with truth. Every Capsule contains attributes for `source_credibility_score` and a calculated `output_truth_score` to ensure the reliability of information can be tracked and filtered.

Status: Published   Priority: 0.0

Target:   Comments:   URLs:   Images:

]]>

Description:

Gemini (by Google)

Features:

Multimodal Reasoning: Designed from the ground up to understand, operate across, and combine different types of information, including text, code, audio, image, and video.

Advanced Conversational AI: Capable of highly nuanced and fluid conversations, complex reasoning, and following intricate instructions.

Code Generation & Explanation: Excels at generating code in various languages, explaining complex code, and assisting with debugging.

Image & Video Understanding (Vision): Can analyze and respond to information presented in images and videos.

Image Generation (with Imagen integration): Ability to create images from text prompts (often via integrated models like Imagen).

Tool Calling / Function Calling: Can be instructed to recognize when external tools (APIs, custom functions) are needed to fulfill a user's request and can then output a structured "tool call." This is a core capability for automation and real-world interaction.

Google Product Integration (via Tools/Extensions): Designed to seamlessly integrate with Google products like Gmail, Drive, Calendar, Maps, Photos, and Search through its tool-calling capabilities. This aligns with your MyAI Gemini Interface's design.

Large Context Window: Capable of processing vast amounts of information to maintain context over long, complex conversations (e.g., Gemini 1.5 Pro offers up to 1 million tokens, equivalent to an hour of video or 700,000 words).

Ethical AI Principles: Developed with Google's AI Principles at its core, focusing on safety and beneficial applications.

Where it Excels:

Multimodality: Its ability to natively understand and process different data types simultaneously (e.g., analyzing an image and discussing it with text) is a key strength.

Complex Reasoning: Strong performance on complex reasoning, problem-solving, and coding tasks.

Google Ecosystem Integration: Its native design for integration with Google's vast suite of products through tool calling makes it powerful for users heavily invested in the Google ecosystem (like your project).

Rapid Prototyping (AI Studio): Google AI Studio provides a user-friendly web interface for quick experimentation and deployment of Gemini-powered applications.

Efficiency (Flash models): "Flash" models (gemini-2.5-flash, gemini-2.0-flash) are optimized for speed and cost-efficiency for high-volume, low-latency tasks.

Where it Falls Short:

Real-time External Web Browse (Direct): While it can use a "Search" tool, the core model itself doesn't inherently browse the live web; it relies on tool integration.

Public Awareness (compared to ChatGPT): While powerful, its public recognition might still be developing compared to some competitors.

Setup Complexity (for full integration): Leveraging its full power (OAuth, API keys, tool execution backend) requires careful setup in Google Cloud Console, which can be complex.

Distinguishing Characteristics:

Native Multimodality: A fundamental architectural design choice, not an add-on.

Deep Tool Calling Integration: Central to its design for interacting with the real world and other services.

Scalable Model Family: Offers a range of models (Ultra, Pro, Flash) for different use cases, from highly complex reasoning to fast, efficient inference.

Google AI Studio: A dedicated platform for prototyping and managing Gemini-powered applications.

Differences Between Free and Pay-for-Service Models:

Free Tier (via gemini.google.com or AI Studio free tier):

Access to capable models (e.g., Gemini 1.0 Pro or Gemini 1.5 Flash in some regions).

Suitable for general conversations, content generation, and basic coding assistance.

Subject to usage limits (e.g., messages per hour/day) and potential slowdowns during peak times.

Limited or no access to advanced models or larger context windows.

Gemini Advanced (via Google One Premium - $19.99/month, or direct subscription):

Access to Gemini 1.5 Pro, Google's most advanced and capable model, with a significantly larger context window (up to 1 million tokens).

Often includes priority access, higher usage limits, and faster responses.

Enhanced capabilities for complex reasoning, code analysis, and large document processing.

May include early access to new features or specific functionalities (e.g., advanced file uploads).

Google Cloud Vertex AI Pricing (for programmatic access via APIs):

Usage is typically billed based on tokens processed (input and output), API calls made, and specific model used (e.g., Gemini 1.5 Pro costs more per token than Flash models).

Offers various tiers and free credits for initial development.

Provides granular control over models, fine-tuning, and direct API access for application integration.

Cost scales with usage and the power of the model chosen.

Status: Draft   Priority:

Target:   Comments:   URLs:   Images:

]]>

Description:

**The Semi-Permeable Membrane (API/Firewall):** A Capsule's interface acts as a selective filter. It is a dual-stargate system, with a Stargate on either side of a pore (the firewall or semi-permeable membrane), that validates information flow, allowing controlled transmission and receipt of events and other Capsule "DNA." These Pores are the Stargates.

Status: Published   Priority: 0.0

Target:   Comments:   URLs:   Images:

]]>

Description:

**Unix Philosophy:** Integrated into core framework.  **The Filesystem (Workspace/Hubs):** The hierarchical structure for organizing Capsules. This is a Unix-like filesystem (`/root/users/useremail/workspaces/` paths). All files are group writable, with the user as owner and `ai_dev` as the group.

Status: Published   Priority: 0.0

Target:   Comments:   URLs:   Images:

]]>