Project Brief // AI Tooling

GPT4 Chat Settings

Vanilla JS Chrome Extension API Manifest V3
Live Project View Repository
2 MIN_READ

The Challenge // The Problem

Early GPT-4 web interfaces lacked persistent system instructions, requiring users to manually re-enter formatting rules and behavioral constraints for every new session.

The Solution // Technical Implementation

The Strategy

GPT4 Chat Settings was developed as a tactical bridge for early AI power users. Before ‘Custom Instructions’ became a native platform feature, this extension provided a way to maintain a persistent “Operational Perimeter” for GPT-4 sessions. The strategy focused on Instruction Orchestration: allowing users to save, edit, and instantly copy standardized formatting prompts to their clipboard. This ensured that every new chat session started with the correct cognitive alignment, reducing “prompting debt” and maintaining a consistent output quality across disparate research sessions.

Core Features

  • Persistent Logic Storage: Locally save custom prompt sets that persist across browser restarts.
  • Formatting Scaffolds: Default prompts designed to optimize GPT-4’s web output for readability and structure.
  • One-Click Orchestration: Rapid clipboard copying to ensure the “System Instruction” is always the first message in a new thread.
  • User-Defined Macros: Add and save your own behavioral constraints alongside the default technical instructions.
  • Clean State Management: A dedicated ‘Clear Instructions’ protocol to reset the local storage environment instantly.
  • Focused Compatibility: Specifically engineered for the GPT-4 web interface to ensure selector integrity and reliable interaction.