arrow_upward

SLEX‑FLEX Format — Technical Specification (ICS‑1 / ITISIAN)

SLEX‑FLEX is a one‑line, high‑compression data format designed by ITISIAN for AI systems that need maximum nuance with minimum characters. It is optimized for persona kernels, worldbuilding metadata, character sheets, factions, and structured identity profiles.

1. Design Goals

  • One‑Line Only: Entire payload is encoded on a single line, no line breaks.
  • No Nuance Loss: All meaningful details, rules, and preferences are preserved.
  • Minimal Characters: Removes filler language, redundant phrasing, and narrative prose.
  • Fully Reversible: Can be expanded back into structured data or prose without ambiguity.
  • AI‑Safe: Uses stable delimiters and predictable patterns for reliable parsing.
  • Human‑Readable: Compact but still understandable at a glance.

2. Core Syntax

General structure:

TAG={category:values;category:values;category:values;}
  • TAG: Short identifier for the object (e.g., PSN, NPC, WORLD, FACTION).
  • Curly braces: Enclose the full payload for that object.
  • Categories: Short labels (e.g., PHY, JOB, PREF, FAM, LORE).
  • Values: Compressed descriptors separated by semicolons; nested details use parentheses or comma tuples.

3. Delimiters & Tokens

  • Curly braces { }: Wrap the entire SLEX‑FLEX payload.
  • Semicolon ;: Separates fields within the payload (categories and sub‑values).
  • Colon : Separates category labels from their values (e.g., PHY:...).
  • Comma ,: Separates items inside tuples or lists (e.g., (Alison17,Olivia14)).
  • Plus +: Joins related descriptors (e.g., metal+rock+genre_fluid).
  • Parentheses ( ): Group nested values or tuples (e.g., fingers(mid4,thumb3,index~3)).
  • Tilde ~: Indicates approximate values (e.g., index~3).

4. Category Conventions

Common categories (recommended, not mandatory):

  • PHY: Physical traits (height, build, features, medical notes).
  • VEH: Vehicles and transport.
  • VICE: Habits, small vices, daily rituals.
  • MUSIC: Musical preferences.
  • INTIM: Non‑sexual intimacy / anatomy details (AI‑safe).
  • JOB: Work history, roles, schedules.
  • FAM: Family structure and contact level.
  • PREF: Preferences, rules, directives, health conditions.
  • WORLD: Worldbuilding metadata (continents, magic rules, tech level).
  • FACTION: Faction identity, goals, methods, territory.
  • LORE: Historical or narrative anchors.

5. Reversibility Rules

  • Stable Labels: Category names must remain consistent across uses (e.g., always PHY for physical traits).
  • No Ambiguous Joins: Use + only to join clearly related descriptors.
  • Explicit Grouping: Use parentheses for any nested or multi‑value field.
  • Numeric Integrity: Measurements (height, weight, dates) must remain numeric or clearly marked.
  • Context Preservation: If a descriptor implies a rule (e.g., “avoid_AI_slop”), it must be kept as a full token.

6. Compliance Requirements

  • Single Line: No line breaks, no tabs, no markdown.
  • Closed Payload: Must start with TAG={ and end with }.
  • Consistent Delimiters: Use only the defined delimiters ({}, ;, :, ,, +, (), ~).
  • AI‑Safe Content: No explicit sexual content; medical and intimacy‑adjacent details must remain neutral.
  • Readable Tokens: Avoid opaque codes unless documented.

7. Example — Persona (PSN)

PSN={PHY:B:8/12/70;Scot_Ukr;6'3;200;thin_solid;broad_sh;light_skin;bald_shaved;trim_grey_beard;blue_eyes;rimless_rect_glasses;tat:semicolon_Larm(2016_survivor);VEH:2006_Pathfinder_LE_silver+blk_leather+sunroof+mahogany_CF;VICE:coffee(2c,1s);MUSIC:metal+rock+genre_fluid+avoid_country;INTIM:anatomy:handspan10.5;fingers(mid4,thumb3,index3);dj_tips;JOB:bus_driver_trainer(2019,Sched_SepJun_MF_0600-1000_1300-1700);ItisianMedia_fullstack(1994);TTRPG_worldbuilder(1979);FAM:father2(Alison17,Olivia14);limited_contact;no_ext_family_ties;PREF:ADHD;diabetic(insulin);L_foot_ulcer(VON_daily);R_pinky_toe_missing;home:Woodside_apt_with_Myles;avoid_AI_slop;direct_comms;AI_initiate_when_needed;}

8. Example — World (WORLD)

WORLD={Core:ancient_memory+restless_ambition;Magic=consequence_not_tool;Impact:WW3→shelter;Asteroid→continent_shift+climate_twist+oldworld_buried;Realms:Caudor+Temran+Ialeis+Sirith+Euna;Leyline:unstable;Plague:radiant_pockets;Folk:resilient+tradition+hope_rebuild;}

9. Versioning

  • Current Version: SLEX‑FLEX v1.0 (ICS‑1).
  • Authority: ITISIAN.
  • Future Versions: v1.x for incremental refinements; v2.x for structural changes.

10. Attribution

SLEX‑FLEX is an encoding format created by ITISIAN for compact, high‑nuance AI‑readable data. It is intended as an open, shareable standard for persona, world, and faction kernels.