Skip to content

Instantly share code, notes, and snippets.

🧠 MODEL_INTELLIGENCE.md

How 'Dumb' is Too Dumb? Understanding Model Limits in Fine-Tuning

Fine-tuning can work wonders — but only within the bounds of a model's inherent intelligence. This guide explores when a model is too small to meet your task’s quality requirements and how to tell if you've hit that limit.


1. The Ceiling of Small Models

🚀 Real-World Applications of RAG vs Fine-Tuning

This document outlines practical applications where either Retrieval-Augmented Generation (RAG), fine-tuning, or both are best suited. It also includes a rough cost breakdown to help with planning.


1. Customer Support Chatbots

🔹 Technique: RAG + Optional Fine-Tuning

  • Why RAG: Fetch live policy, FAQ, or documentation.

🧠 Fine-Tuning vs RAG: When to Use Each

Overview

Choosing between RAG (Retrieval-Augmented Generation) and fine-tuning depends on your use case, data type, infrastructure, and latency/accuracy needs. This guide helps you understand when to use each technique.


🧠 When to Use Fine-Tuning

You change the model itself.

Dev Process - FE/FBase

  1. Login to Firebase Console
  2. Create New App
    • Include Analytics
    • Add Auth
    • Add Firestore
    • Add Storage
  3. Use my Tailwind 4.0 Template
  • either the Vanilla or CI/CD

Action Item Progress Meeting Notes

Background Progress

  • Analyzed and documented the agent code and its flow
  • Examined the utility profit API
  • Developed hypothetical flow for data acquisition
  • Executed various curl requests to test endpoints
  • Created automation script for initial flow
  • Combined actual data with mocked data to produce sample JSON in required format

Utility Profit Consolidated Workflow API - User Flow

This document illustrates the flow of data through the Utility Profit Consolidated Workflow API, from initial user input to final consolidated output. The diagrams and explanations provide a visual and textual representation of each step in the process.

High-Level Overview

graph TD
    A[User/Client] --> B[API Endpoint]
    B --> C{Validation}

SMCTL.EXE Cheat Sheet

List Available Certificates

To see all certificates available on the token:

smctl.exe list-certificates

View Certificate Details

Check details of a specific certificate:

Superyacht Technology Platform - Integrated Database Schema Diagram

classDiagram
    class User {
        +String email
        +String password
        +String firstName
        +String lastName
        +String role

Superyacht Technology Platform - Database Schema Diagrams

Below are the schema diagrams for the Superyacht Technology Platform's database, visualized using Mermaid. Each diagram represents the structure of the main entities as described in the technical documentation.

User Schema Diagram

classDiagram
    class User {
        +String email

Superyacht Technology Platform - Feature Breakdown and Implementation

For Yacht Engineering Teams (ETOs, AV/IT Officers)

Technology Discovery

Comprehensive Technology Database

  • Step 1: Use MongoDB to store technology data as per the Technology Schema provided.
  • Step 2: Develop a React component <TechnologyBrowser> to display technologies with filters using TechnologyFilters component.
  • Step 3: Implement API endpoints like GET /api/technologies to fetch technology data with query parameters for filtering.