SLEX‑FLEX Format
ICS‑1 / ITISIAN Standard
SLEX‑FLEX is a one‑line, high‑compression data encoding format created by ITISIAN for AI systems that require maximum nuance with minimum characters. It is designed for persona kernels, worldbuilding metadata, faction descriptors, NPC profiles, and other structured identity objects.
Overview
SLEX‑FLEX compresses complex semantic information into a single reversible line. It removes filler language, preserves all nuance, and uses stable delimiters to ensure predictable AI parsing.
Features
- One‑line encoding for compact storage and fast parsing.
- No nuance loss — all meaningful details preserved.
- Fully reversible back into structured data or prose.
- AI‑safe delimiter system for reliable interpretation.
- Human‑readable despite high compression.
- Open standard maintained by ITISIAN.
Format Structure
TAG={category:values;category:values;category:values;}
- TAG: Uppercase identifier (PSN, NPC, WORLD, FACTION, ITEM).
- Categories: Short labels defining sections.
- Values: Compressed descriptors separated by semicolons.
Delimiters
- { } wrap the payload
- ; separates descriptors
- : separates category from values
- , separates tuple elements
- + joins related descriptors
- ( ) group nested values
- ~ marks approximate values
Examples
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;}
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;}
Faction (FACTION)
FACTION={ID:LuckyTell;Role:crew_collective;Traits:loyal+resourceful;Territory:open_seas;}
NPC (NPC)
NPC={PHY:half_elf;scar_Lcheek;JOB:ranger_scout;PREF:quiet+observant;LORE:forest_wanderer;}
Item (ITEM)
ITEM={TYPE:artifact;Origin:Ancient;Effect:leyline_stabilize;Material:obsidian+silver;}
Versioning
SLEX‑FLEX uses the ICS versioning system:
ICS‑MAJOR.MINOR.PATCH
- Current Version: ICS‑1.0.0
- Maintainer: ITISIAN
Implementation Notes
- Payload must be one line.
- TAG must be uppercase.
- No markdown or HTML inside payload.
- No explicit sexual content.
- All delimiters must follow the standard.
Use Cases
- AI persona kernels
- NPC profiles for games
- Worldbuilding metadata
- Faction descriptors
- Item and artifact definitions
- Compact data for AI agents
Attribution
SLEX‑FLEX is created and maintained by ITISIAN as part of the ICS‑1 standard series.
