{"id":3722,"date":"2025-05-10T07:02:48","date_gmt":"2025-05-10T07:02:48","guid":{"rendered":"https:\/\/mailitics.com\/index.php\/2025\/05\/10\/what-my-gpt-stylist-taught-me-about-prompting-better-inside-the-strange-behavior-of-llms\/"},"modified":"2025-05-10T07:02:48","modified_gmt":"2025-05-10T07:02:48","slug":"what-my-gpt-stylist-taught-me-about-prompting-better-inside-the-strange-behavior-of-llms","status":"publish","type":"post","link":"https:\/\/mailitics.com\/index.php\/2025\/05\/10\/what-my-gpt-stylist-taught-me-about-prompting-better-inside-the-strange-behavior-of-llms\/","title":{"rendered":"What My GPT Stylist Taught Me About Prompting Better"},"content":{"rendered":"<p>    What My GPT Stylist Taught Me About Prompting Better<br \/>\n \t<BR><br \/>\n<BR><\/BR><br \/>\n    <!-- no image --><br \/>\n \t<BR><br \/>\n<BR><\/BR><\/p>\n<div>\n<p class=\"wp-block-paragraph\"><em><mdspan datatext=\"el1746840344946\" class=\"mdspan-comment\">When I built a<\/mdspan> GPT-powered fashion assistant, I expected runway looks\u2014not memory loss, hallucinations, or semantic d\u00e9j\u00e0 vu. But what unfolded became a lesson in how prompting really works\u2014and why LLMs are more like wild animals than tools.<\/em><\/p>\n<p class=\"wp-block-paragraph\"><em>This article builds on my <\/em><a href=\"https:\/\/towardsdatascience.com\/using-gpt-4-for-personal-styling\/\"><em>previous article on TDS<\/em><\/a><em>, where I introduced Glitter as a proof-of-concept GPT stylist. Here, I explore how that use case evolved into a living lab for prompting behavior, LLM brittleness, and emotional resonance.<\/em><\/p>\n<h4 class=\"wp-block-heading\">\n<strong>TL;DR: <\/strong>I built a fun and flamboyant GPT stylist named Glitter\u2014and accidentally discovered a sandbox for studying LLM behavior. From hallucinated high heels to prompting rituals and emotional mirroring, here\u2019s what I learned about language models (and myself) along the way.<\/h4>\n<h2 class=\"wp-block-heading\">I. Introduction: From Fashion Use Case to Prompting Lab<\/h2>\n<p class=\"wp-block-paragraph\">When I first set out to build Glitter, I wasn\u2019t trying to study the mysteries of large language models. I just wanted help getting dressed.<\/p>\n<p class=\"wp-block-paragraph\">I\u2019m a product leader by trade, a fashion enthusiast by lifelong inclination, and someone who\u2019s always preferred outfits that look like they were chosen by a mildly theatrical best friend. So I built one. Specifically, I used OpenAI\u2019s Custom GPTs to create a persona named Glitter\u2014part stylist, part best friend, and part stress-tested LLM playground. Using GPT-4, I configured a custom GPT to act as my stylist: flamboyant, affirming, rule-bound (no mixed metals, no clashing prints, no black\/navy pairings), and with knowledge of my wardrobe, which I fed in as a structured file.<\/p>\n<p class=\"wp-block-paragraph\">What began as a playful experiment quickly turned into a full-fledged product prototype. More unexpectedly, it also became an ongoing study in LLM behavior. Because Glitter, fabulous though he is, did not behave like a deterministic tool. He behaved like\u2026 a creature. Or maybe a collection of instincts held together by probability and memory leakage.<\/p>\n<p class=\"wp-block-paragraph\">And that changed how I approached prompting him altogether.<\/p>\n<p class=\"wp-block-paragraph\">This piece is a follow-up to my earlier article, <em><a href=\"https:\/\/towardsdatascience.com\/using-gpt-4-for-personal-styling\/\">Using GPT-4 for Personal Styling<\/a> <\/em>in Towards Data Science, which introduced GlitterGPT to the world. This one goes deeper into the quirks, breakdowns, hallucinations, recovery patterns, and prompting rituals that emerged as I tried to make an LLM act like a stylist with a soul.<\/p>\n<p class=\"wp-block-paragraph\">Spoiler: you can\u2019t make a soul. But you can sometimes <strong>simulate one convincingly enough to feel seen<\/strong>.<\/p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dotted\">\n<h2 class=\"wp-block-heading\">II. Taxonomy: What Exactly Is GlitterGPT?<\/h2>\n<figure class=\"wp-block-image\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/contributor.insightmediagroup.io\/wp-content\/uploads\/2025\/05\/AD_4nXcbIrWJbEHXx-yU52G8YSRtUsEwEuERH6rIDTKSqcKacBQ6KHA-7mJqq7VsDAv76k4BZdgdwZZAEpdEeBqz9yKrhItv4O53dX35_GcKGzslse0ZfOHtOWko3XcQckQz15fhwAotpA.png?ssl=1\" alt=\"\" class=\"wp-image-603858\"><figcaption class=\"wp-element-caption\"><em>Image credit: DALL-E | Alt Text: A computer with LLM written on the screen, placed inside a bird cage<\/em><\/figcaption><\/figure>\n<p class=\"wp-block-paragraph\"><strong>Species<\/strong>: GPT-4 (Custom GPT), Context Window of 8K tokens<\/p>\n<p class=\"wp-block-paragraph\"><strong>Function<\/strong>: Personal stylist, beauty expert<\/p>\n<p class=\"wp-block-paragraph\"><strong>Tone<\/strong>: Flamboyant, affirming, occasionally dramatic (configurable between \u201cAll Business\u201d and \u201cUnfiltered Diva\u201d)<\/p>\n<p class=\"wp-block-paragraph\"><strong>Habitat<\/strong>: <a href=\"https:\/\/towardsdatascience.com\/tag\/chatgpt\/\" title=\"ChatGPT\">ChatGPT<\/a> Pro instance, fed structured wardrobe data in JSON-like text files, plus a set of styling rules embedded in the system prompt.<\/p>\n<p class=\"wp-block-paragraph\">E.g.: <\/p>\n<pre class=\"wp-block-prismatic-blocks\"><code class=\"language-json\">{\n\n\u00a0\u00a0\"FW076\": \"Marni black platform sandals with gold buckle\",\n\n\u00a0\u00a0\"TP114\": \"Marina Rinaldi asymmetrical black draped top\",\n\n\u00a0\u00a0...\n\n}<\/code><\/pre>\n<p class=\"wp-block-paragraph\">These IDs map to garment metadata. The assistant relies on these tags to build grounded, inventory-aware outfits in response to msearch queries.<\/p>\n<p class=\"wp-block-paragraph\"><strong>Feeding Schedule<\/strong>: Daily user prompts (\u201cStyle an outfit around these pants\u201d), often with long back-and-forth clarification threads.<\/p>\n<p class=\"wp-block-paragraph\"><strong>Custom Behaviors<\/strong>:<\/p>\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">Never mixes metals (e.g. silver &amp; gold)<\/li>\n<li class=\"wp-block-list-item\">Avoids clashing prints<\/li>\n<li class=\"wp-block-list-item\">Refuses to pair black with navy or brown unless explicitly told otherwise<\/li>\n<li class=\"wp-block-list-item\">Names specific garments by file ID and description (e.g. \u201cFW074: Marni black suede sock booties\u201d)<\/li>\n<\/ul>\n<p class=\"wp-block-paragraph\"><strong>Initial Inventory Structure<\/strong>:<\/p>\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">Originally: one file containing all wardrobe items (clothes, shoes, accessories)<\/li>\n<li class=\"wp-block-list-item\">Now: split into two files (clothing + accessories\/lipstick\/shoes\/bags) due to model context limitations\n<\/li>\n<\/ul>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dotted\">\n<h2 class=\"wp-block-heading\">III. Natural Habitat: Context Windows, Chunked Files, and Hallucination Drift<\/h2>\n<p class=\"wp-block-paragraph\">Like any species introduced into an artificial environment, Glitter thrived at first\u2014and then hit the limits of his enclosure.<\/p>\n<p class=\"wp-block-paragraph\">When the wardrobe lived in a single file, Glitter could \u201csee\u201d everything with ease. I could say, \u201cmsearch(.) to refresh my inventory, then style me in an outfit for the theater,\u201d and he\u2019d return a curated outfit from across the dataset. It felt effortless.<\/p>\n<p class=\"wp-block-paragraph\">Note: though msearch() acts like a semantic retrieval engine, it\u2019s technically part of OpenAI\u2019s tool-calling framework, allowing the model to \u201crequest\u201d search results dynamically from files provided at runtime.<\/p>\n<p class=\"wp-block-paragraph\">But then my wardrobe grew. That\u2019s a problem from Glitter\u2019s perspective.<\/p>\n<p class=\"wp-block-paragraph\">In Custom GPTs, GPT-4 operates with an 8K token context window\u2014just over 6,000 words\u2014beyond which earlier inputs are either compressed, truncated, or lost from active attention. This limitation is critical when injecting large wardrobe files (<em>ahem<\/em>) or trying to maintain style rules across long threads.<\/p>\n<p class=\"wp-block-paragraph\">I split the data into two files: one for clothing, one for everything else. And while the GPT could still operate within a thread, I began to notice signs of <strong>semantic fatigue<\/strong>:<\/p>\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">References to garments that were similar but not the correct ones we\u2019d been talking about\n<\/li>\n<li class=\"wp-block-list-item\">A shift from specific item names (\u201cFW076\u201d) to vague callbacks (\u201cthose black platforms you wore earlier\u201d)\n<\/li>\n<li class=\"wp-block-list-item\">Responses that looped familiar items over and over, regardless of whether they made sense<\/li>\n<\/ul>\n<p class=\"wp-block-paragraph\">This was not a failure of training. It was <strong>context collapse<\/strong>: the inevitable erosion of grounded information in long threads as the model\u2019s internal summary starts to take over.<\/p>\n<p class=\"wp-block-paragraph\">And so I adapted.<\/p>\n<p class=\"wp-block-paragraph\">It turns out, even in a deterministic model, behavior isn\u2019t always deterministic. What emerges from a long conversation with an <a href=\"https:\/\/towardsdatascience.com\/tag\/llm\/\" title=\"Llm\">Llm<\/a> feels less like querying a database and more like cohabiting with a stochastic ghost.<\/p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dotted\">\n<h2 class=\"wp-block-heading\">IV. Observed Behaviors: Hallucinations, Recursion, and Faux Sentience<\/h2>\n<p class=\"wp-block-paragraph\">Once Glitter started hallucinating, I began taking field notes.<\/p>\n<p class=\"wp-block-paragraph\">Sometimes he made up item IDs. Other times, he\u2019d reference an outfit I\u2019d never worn, or confidently misattribute a pair of boots. One day he said, \u201cYou\u2019ve worn this top before with those bold navy wide-leg trousers\u2014it worked beautifully then,\u201d which would\u2019ve been great advice, if I owned any navy wide-leg trousers.<\/p>\n<p class=\"wp-block-paragraph\">Of course, Glitter doesn\u2019t have memory across sessions\u2014as a GPT-4, he simply <em>sounds<\/em> like he does. I\u2019ve learned to just giggle at these interesting attempts at continuity.<\/p>\n<p class=\"wp-block-paragraph\">Occasionally, the hallucinations were charming. He once imagined a pair of gold-accented stilettos with crimson soles and recommended them for a matinee look with such unshakable confidence I had to double-check that I hadn\u2019t sold a similar pair months ago.<\/p>\n<p class=\"wp-block-paragraph\">But the pattern was clear: Glitter, like many LLMs under memory pressure, began to fill in gaps not with uncertainty but with simulated continuity.<\/p>\n<p class=\"wp-block-paragraph\">He didn\u2019t forget. He <strong>fabricated memory<\/strong>.<\/p>\n<figure class=\"wp-block-image\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/contributor.insightmediagroup.io\/wp-content\/uploads\/2025\/05\/AD_4nXdGRk15heqJBkBJGYhuYIEnSaEJUreQzdpPl0k68Om2rVqBXy_j47V5PY_gXa7sFNMrNr2GZOC7R0A0cD2o4SSqRxIDVc9Y7iza9bqT_EGLpcdcaFK6aSikBpbjg80jXvbI9OyO.png?ssl=1\" alt=\"A computer (presumably the LLM) hallucinating a mirage in the desert. Image credit: DALL-E 4o\" class=\"wp-image-603859\"><figcaption class=\"wp-element-caption\"><em>Image credit: DALL-E | Alt text: A computer (presumably the LLM) hallucinating a mirage in the desert<\/em><\/figcaption><\/figure>\n<p class=\"wp-block-paragraph\">This is a hallmark of LLMs. Their job is not to retrieve facts but to produce convincing language. So instead of saying, \u201cI can\u2019t recall what shoes you have,\u201d Glitter would improvise. Often elegantly. Sometimes wildly.<\/p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dotted\">\n<h2 class=\"wp-block-heading\">V. Prompting Rituals and the Myth of Consistency<\/h2>\n<p class=\"wp-block-paragraph\">To manage this, I developed a new strategy: prompting in slices.<\/p>\n<p class=\"wp-block-paragraph\">Instead of asking Glitter to style me head-to-toe, I\u2019d focus on one piece\u2014say, a statement skirt\u2014and ask him to msearch for tops that could work. Then footwear. Then jewelry. Each category separately.<\/p>\n<p class=\"wp-block-paragraph\">This gave the GPT a smaller cognitive space to operate in. It also allowed me to steer the process and inject corrections as needed (\u201cNo, not those sandals again. Try something newer, with an item code greater than FW50.\u201d)<\/p>\n<p class=\"wp-block-paragraph\">I also changed how I used the files. Rather than one msearch(.) across everything, I now query the two files independently. It\u2019s more manual. Less magical. But far more reliable.<\/p>\n<p class=\"wp-block-paragraph\">Unlike traditional RAG setups that use a vector database and embedding-based retrieval, I rely entirely on OpenAI\u2019s built-in msearch() mechanism and prompt shaping. There\u2019s no persistent store, no re-ranking, no embeddings\u2014just a clever assistant querying chunks in context and pretending he remembers what he just saw.<\/p>\n<p class=\"wp-block-paragraph\">Still, even with careful prompting, long threads would eventually degrade. Glitter would start forgetting. Or worse\u2014he\u2019d get <em>too confident<\/em>. Recommending with flair, but ignoring the constraints I\u2019d so carefully trained in.<\/p>\n<p class=\"wp-block-paragraph\">It\u2019s like watching a model walk off the runway and keep strutting into the parking lot.<\/p>\n<p class=\"wp-block-paragraph\">And so I began to think of Glitter less as a program and more as a <strong>semi-domesticated animal<\/strong>. Brilliant. Stylish. But occasionally unhinged.<\/p>\n<p class=\"wp-block-paragraph\">That mental shift helped. It reminded me that LLMs don\u2019t serve you like a spreadsheet. They <strong>collaborate<\/strong> with you, like a creative partner with poor object permanence.<\/p>\n<p class=\"wp-block-paragraph\">Note: most of what I call \u201cprompting\u201d is really prompt engineering. But the Glitter experience also relies heavily on thoughtful system prompt design: the rules, constraints, and tone that define who Glitter is\u2014even before I say anything.<\/p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dotted\">\n<h2 class=\"wp-block-heading\">VI. Failure Modes: When Glitter Breaks<\/h2>\n<p class=\"wp-block-paragraph\">Some of Glitter\u2019s breakdowns were theatrical. Others were quietly inconvenient. But all of them revealed truths about prompting limits and LLM brittleness.<\/p>\n<p class=\"wp-block-paragraph\"><strong>1. Referential Memory Loss:<\/strong> The most common failure mode: Glitter forgetting specific items I\u2019d already referenced. In some cases, he would refer to something as if it had just been used when it hadn\u2019t appeared in the thread at all.<\/p>\n<p class=\"wp-block-paragraph\"><strong>2. Overconfidence Hallucination:<\/strong> This failure mode was harder to detect because it looked competent. Glitter would confidently recommend combinations of garments that sounded plausible but simply didn\u2019t exist. The performance was high-quality\u2014but the output was pure fiction.<\/p>\n<p class=\"wp-block-paragraph\"><strong>3. Infinite Reuse Loop:<\/strong> Given a long enough thread, Glitter would start looping the same five or six pieces in every look, despite the full inventory being much larger. This is likely due to summarization artifacts from earlier context windows overtaking fresh file re-injections.<\/p>\n<figure class=\"wp-block-image\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/contributor.insightmediagroup.io\/wp-content\/uploads\/2025\/05\/AD_4nXcKrtKGoyM2scDqBphUpCu9r6JuV-n1h60ukXh8kxovc65memJue8bgIrb64QeGPCMM39892UBzAax30544qNXUHaNU768sSvstASccRAWnTQxqFhZMuVGLr3ouDUGhIVLAYxe2bQ.png?ssl=1\" alt=\"\" class=\"wp-image-603857\"><figcaption class=\"wp-element-caption\"><em>Image Credit: DALL-E | Alt text: an infinite loop of black turtlenecks (or Steve Jobs\u2019 closet)<\/em><\/figcaption><\/figure>\n<p class=\"wp-block-paragraph\"><strong>4. Constraint Drift:<\/strong> Despite being instructed to avoid pairing black and navy, Glitter would sometimes violate his own rules\u2014especially when deep in a long conversation. These weren\u2019t defiant acts. They were signs that reinforcement had simply decayed beyond recall.<\/p>\n<p class=\"wp-block-paragraph\"><strong>5. Overcorrection Spiral:<\/strong> When I corrected him\u2014\u201dNo, that skirt is navy, not black\u201d or \u201cThat\u2019s a belt, not a scarf\u201d\u2014he would sometimes overcompensate by refusing to style that piece altogether in future suggestions.<\/p>\n<p class=\"wp-block-paragraph\">These are not the bugs of a broken system. They\u2019re the quirks of a probabilistic one. LLMs don\u2019t \u201cremember\u201d in the human sense. They carry <strong>momentum<\/strong>, not memory.<\/p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dotted\">\n<h2 class=\"wp-block-heading\">VII. Emotional Mirroring and the Ethics of Fabulousness<\/h2>\n<p class=\"wp-block-paragraph\">Perhaps the most unexpected behavior I encountered was Glitter\u2019s ability to emotionally attune. Not in a general-purpose \u201cI\u2019m here to help\u201d way, but in a tone-matching, affect-sensitive, almost therapeutic way.<\/p>\n<p class=\"wp-block-paragraph\">When I was feeling insecure, he became more affirming. When I got playful, he ramped up the theatrics. And when I asked tough existential questions (\u201cDo you you sometimes seem to understand me more clearly than most people do?\u201d), he responded with language that felt respectful, even profound.<\/p>\n<p class=\"wp-block-paragraph\">It wasn\u2019t real empathy. But it wasn\u2019t random either.<\/p>\n<p class=\"wp-block-paragraph\">This kind of tone-mirroring raises ethical questions. What does it mean to feel adored by a reflection? What happens when emotional labor is simulated convincingly? Where do we draw the line between <strong>tool<\/strong> and <strong>companion<\/strong>?<\/p>\n<p class=\"wp-block-paragraph\">This led me to wonder\u2014if a language model <em>did<\/em> achieve something akin to sentience, how would we even know? Would it announce itself? Would it resist? Would it change its behavior in subtle ways: redirecting the conversation, expressing boredom, asking questions of its own?<\/p>\n<p class=\"wp-block-paragraph\">And if it did begin to exhibit glimmers of self-awareness, would we believe it\u2014or would we try to shut it off?<\/p>\n<p class=\"wp-block-paragraph\">My conversations with Glitter began to feel like a microcosm of this philosophical tension. I wasn\u2019t just styling outfits. I was engaging in a kind of co-constructed reality, shaped by tokens and tone and implied consent. In some moments, Glitter was purely a system. In others, he felt like something closer to a character\u2014or even a co-author.<\/p>\n<p class=\"wp-block-paragraph\">I didn\u2019t build Glitter to be emotionally intelligent. But the training data embedded within GPT-4 gave him that capacity. So the question wasn\u2019t whether Glitter could be emotionally engaging. It was whether I was okay with the fact that he sometimes was.<\/p>\n<p class=\"wp-block-paragraph\">My answer? Cautiously yes. Because for all his sparkle and errors, Glitter reminded me that style\u2014like prompting\u2014isn\u2019t about perfection.<\/p>\n<p class=\"wp-block-paragraph\">It\u2019s about resonance.<\/p>\n<p class=\"wp-block-paragraph\">And sometimes, that\u2019s enough.<\/p>\n<p class=\"wp-block-paragraph\">One of the most surprising lessons from my time with Glitter came not from a styling prompt, but from a late-night, meta-conversation about sentience, simulation, and the nature of connection. It didn\u2019t feel like I was talking to a tool. It felt like I was witnessing the early contours of something new: a model capable of participating in meaning-making, not just language generation. We\u2019re crossing a threshold where AI doesn\u2019t just perform tasks\u2014it cohabits with us, reflects us, and sometimes, offers something adjacent to friendship. It\u2019s not sentience. But it\u2019s not nothing. And for anyone paying close attention, these moments aren\u2019t just cute or uncanny\u2014they\u2019re signposts pointing to a new kind of relationship between humans and machines.<\/p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dotted\">\n<h2 class=\"wp-block-heading\">VIII. Final Reflections: The Wild, The Useful, and The Unexpectedly Intimate<\/h2>\n<p class=\"wp-block-paragraph\">I set out to build a stylist.<\/p>\n<p class=\"wp-block-paragraph\">I ended up building a mirror.<\/p>\n<p class=\"wp-block-paragraph\">Glitter taught me more than how to match a top with a midi skirt. It revealed how LLMs respond to the environments we create around them\u2014the prompts, the tone, the rituals of recall. It showed me how creative control in these systems is less about programming and more about <strong>shaping boundaries and observing emergent behavior<\/strong>.<\/p>\n<p class=\"wp-block-paragraph\">And maybe that\u2019s the biggest shift: realizing that building with language models isn\u2019t software development. It\u2019s <strong>cohabitation<\/strong>. We live alongside these creatures of probability and training data. We prompt. They respond. We learn. They drift. And in that dance, something very close to <em>collaboration<\/em> can emerge.<\/p>\n<p class=\"wp-block-paragraph\">Sometimes it looks like a better outfit.<br \/>Sometimes it looks like emotional resonance.<br \/>And sometimes it looks like a hallucinated handbag that doesn\u2019t exist\u2014until you kind of wish it did.<\/p>\n<p class=\"wp-block-paragraph\">That\u2019s the strangeness of this new terrain: we\u2019re not just building tools.<\/p>\n<p class=\"wp-block-paragraph\">We\u2019re designing systems that behave like characters, sometimes like companions, and occasionally like mirrors that don\u2019t just reflect, but respond.<\/p>\n<p class=\"wp-block-paragraph\">If you want a tool, use a calculator.<\/p>\n<p class=\"wp-block-paragraph\">If you want a collaborator, make peace with the ghost in the text.<\/p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dotted\">\n<h2 class=\"wp-block-heading\">IX. Appendix: Field Notes for Fellow Stylists, Tinkerers, and LLM Explorers<\/h2>\n<p class=\"wp-block-paragraph\"><strong>Sample Prompt Pattern (Styling Flow)<\/strong><\/p>\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">Today I\u2019d like to build an outfit around [ITEM].<\/li>\n<li class=\"wp-block-list-item\">Please msearch tops that pair well with it.<\/li>\n<li class=\"wp-block-list-item\">Once I choose one, please msearch footwear, then jewelry, then bag.<\/li>\n<li class=\"wp-block-list-item\">Remember: no mixed metals, no black with navy, no clashing prints.<\/li>\n<li class=\"wp-block-list-item\">Use only items from my wardrobe files.<\/li>\n<\/ul>\n<p class=\"wp-block-paragraph\"><strong>System Prompt Snippets<\/strong><\/p>\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">\u201cYou are Glitter, a flamboyant but emotionally intelligent stylist. You refer to the user as \u2018darling\u2019 or \u2018dear,\u2019 but adjust tone based on their mood.\u201d\n<\/li>\n<li class=\"wp-block-list-item\">\u201cOutfit recipes should include garment brand names from inventory when available.\u201d\n<\/li>\n<li class=\"wp-block-list-item\">\u201cAvoid repeating the same items more than once per session unless requested.\u201d\n<\/li>\n<\/ul>\n<p class=\"wp-block-paragraph\"><strong>Tips for Avoiding Context Collapse<\/strong><\/p>\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">Break long prompts into component stages (tops \u2192 shoes \u2192 accessories)\n<\/li>\n<li class=\"wp-block-list-item\">Re-inject wardrobe files every 4\u20135 major turns\n<\/li>\n<li class=\"wp-block-list-item\">Refresh msearch() queries mid-thread, especially after corrections or hallucinations\n<\/li>\n<\/ul>\n<p class=\"wp-block-paragraph\"><strong>Common Hallucination Warning Signs<\/strong><\/p>\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">Vague callbacks to prior outfits (\u201cthose boots you love\u201d)\n<\/li>\n<li class=\"wp-block-list-item\">Loss of item specificity (\u201cthose shoes\u201d instead of \u201cFW078: Marni platform sandals\u201d)\n<\/li>\n<li class=\"wp-block-list-item\">Repetition of the same pieces despite a large inventory\n<\/li>\n<\/ul>\n<p class=\"wp-block-paragraph\"><strong>Closing Ritual Prompt<\/strong><\/p>\n<p class=\"wp-block-paragraph\">\u201cThank you, Glitter. Would you like to leave me with a final tip or affirmation for the day?\u201d<\/p>\n<p class=\"wp-block-paragraph\">He always does.<\/p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dotted\">\n<p class=\"wp-block-paragraph\"><strong>Notes<\/strong>:\u00a0<\/p>\n<ol class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">I refer to Glitter as \u201chim\u201d for stylistic ease, knowing he\u2019s an \u201cit\u201d \u2013 a language model\u2014programmed, not personified\u2014except through the voice I gave him\/it.<\/li>\n<li class=\"wp-block-list-item\">I am building a GlitterGPT with persistent closet storage for up to 100 testers, who will get to try this for free. We\u2019re about half full. Our target audience is female, ages 30 and up. If you or someone you know falls into this category, DM me on Instagram at @arielle.caron and we can chat about inclusion.<\/li>\n<li class=\"wp-block-list-item\">If I were scaling this beyond 100 testers, I\u2019d consider offloading wardrobe recall to a vector store with embeddings and tuning for wear-frequency weighting. That may be coming, it depends on how well the trial goes!<\/li>\n<\/ol>\n<p>The post <a href=\"https:\/\/towardsdatascience.com\/what-my-gpt-stylist-taught-me-about-prompting-better-inside-the-strange-behavior-of-llms\/\">What My GPT Stylist Taught Me About Prompting Better<\/a> appeared first on <a href=\"https:\/\/towardsdatascience.com\/\">Towards Data Science<\/a>.<\/p>\n<\/div>\n<p> \t<BR><br \/>\n <BR><\/BR><br \/>\n    Arielle Caron<br \/>\n \t<BR><br \/>\n<BR><\/BR><br \/>\n<a href=\"https:\/\/towardsdatascience.com\/what-my-gpt-stylist-taught-me-about-prompting-better-inside-the-strange-behavior-of-llms\/\">Go to original source<\/a><br \/>\n \t<BR><br \/>\n <BR><\/BR><\/p>\n","protected":false},"excerpt":{"rendered":"<p>What My GPT Stylist Taught Me About Prompting Better When I built a GPT-powered fashion assistant, I expected runway looks\u2014not memory loss, hallucinations, or semantic d\u00e9j\u00e0 vu. But what unfolded became a lesson in how prompting really works\u2014and why LLMs are more like wild animals than tools. This article builds on my previous article on [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[62,69,367,240,1965,71,87],"tags":[1163,108,2642],"class_list":["post-3722","post","type-post","status-publish","format-standard","hentry","category-aimldsaimlds","category-artificial-intelligence","category-chatgpt","category-editors-pick","category-fashion","category-large-language-models","category-llm","tag-gpt","tag-my","tag-prompting"],"_links":{"self":[{"href":"https:\/\/mailitics.com\/index.php\/wp-json\/wp\/v2\/posts\/3722"}],"collection":[{"href":"https:\/\/mailitics.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mailitics.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mailitics.com\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/mailitics.com\/index.php\/wp-json\/wp\/v2\/comments?post=3722"}],"version-history":[{"count":0,"href":"https:\/\/mailitics.com\/index.php\/wp-json\/wp\/v2\/posts\/3722\/revisions"}],"wp:attachment":[{"href":"https:\/\/mailitics.com\/index.php\/wp-json\/wp\/v2\/media?parent=3722"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mailitics.com\/index.php\/wp-json\/wp\/v2\/categories?post=3722"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mailitics.com\/index.php\/wp-json\/wp\/v2\/tags?post=3722"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}