<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="https://labrinidis.com/feed.xml" rel="self" type="application/atom+xml"/><link href="https://labrinidis.com/" rel="alternate" type="text/html" hreflang="en"/><updated>2026-05-28T03:25:50+00:00</updated><id>https://labrinidis.com/feed.xml</id><title type="html">blank</title><subtitle>Professor of Computer Science at the University of Pittsburgh. My research sits at the intersection of data management, data science, and artificial intelligence. </subtitle><entry><title type="html">The Missing Feature in Claude Projects — And a 30-Second Workaround</title><link href="https://labrinidis.com/blog/2026/the-missing-feature-in-claude-projects-and-a-30-second-workaround/" rel="alternate" type="text/html" title="The Missing Feature in Claude Projects — And a 30-Second Workaround"/><published>2026-05-06T14:11:27+00:00</published><updated>2026-05-06T14:11:27+00:00</updated><id>https://labrinidis.com/blog/2026/the-missing-feature-in-claude-projects--and-a-30-second-workaround</id><content type="html" xml:base="https://labrinidis.com/blog/2026/the-missing-feature-in-claude-projects-and-a-30-second-workaround/"><![CDATA[<p>If you use Claude Projects heavily, you’ve hit this wall: a flat list of projects with no folders, no tags, no labels. It gets unmanageable fast.</p> <p>I’ve been using Claude Projects for teaching — generating exam questions, looking up topics, building a pipeline to summarize student feedback — and for research, where it’s great for getting up to speed in a new area and identifying gaps and open problems. After accumulating a few dozen projects, I needed a way to categorize them. Claude doesn’t offer one. Neither does ChatGPT, for what it’s worth.</p> <p>So I tested a workaround. It’s dead simple, it takes 30 seconds, and as far as I can tell, nobody has written about it.</p> <figure><img alt="Claude projects + #hashtags = Folders" src="https://cdn-images-1.medium.com/max/1024/1*qU5nLKOwUEFEK2gJdeKBVg.png"/><figcaption>Claude Projects + #hashtags = Folders</figcaption></figure> <h3>The trick: hashtags at the end of project names</h3> <p>Append a #tag to the end of your project name. For example:</p> <ul><li>LLM Calibration Study #research</li><li>Recommender Systems #teaching</li><li>Knowledge Base Scripts #tools</li></ul> <p>Then use Claude’s project search bar. Type #research and you&#39;ll see only your research projects. Type #tools and you get just your tooling projects.</p> <p>That’s it. You now have tag-based filtering for Claude Projects.</p> <h3>Why the end, not the beginning?</h3> <p>The Claude sidebar truncates long project names. If you put the tag first (e.g., #teaching Recommender Systems), you “burn” your visible characters on the category rather than the project&#39;s actual name. By placing the tag at the end, the distinctive part of the name appears in the sidebar, and the tag remains fully searchable.</p> <h3>Hierarchical tags: folders without folders</h3> <p>Here’s where it gets more interesting. You can use / inside the hashtag to create a hierarchy. This effectively gives you a folder-like structure:</p> <ul><li>Recommender Systems #teaching/1656</li><li>Ensemble Methods #teaching/2120</li><li>LLM Calibration Study #research/llm</li><li>Survey Design Methods #research/methods</li></ul> <p>Now searching #teaching returns all your teaching projects. Searching #teaching/1656 narrows it down to just your CS 1656 course. You&#39;ve got categories and subcategories — a two-level folder system built entirely from naming conventions.</p> <p>You can go as deep as you want: #research/llm/scaling would work, though in practice, one or two levels is probably enough.</p> <h3>Does this work on ChatGPT?</h3> <p>I tested it. Short answer: no, not really.</p> <p>ChatGPT’s project search doesn’t appear to treat # as a required literal character — it returns broader, fuzzier results. And ChatGPT&#39;s project list doesn&#39;t have the same quick-search functionality that makes this trick practical on Claude in the first place.</p> <p>So this is a Claude-specific advantage. A small one, but a real one.</p> <h3>Summary</h3> <p>Until Anthropic ships proper folders or tags for Projects (please do), here’s the system:</p> <ol><li><strong>Append </strong><strong>#tag to your project names</strong> — e.g., My Project #research</li><li><strong>Use </strong><strong>/ for subcategories</strong> — e.g., My Project #teaching/1656</li><li><strong>Put tags at the end</strong> so the unique project name stays visible in the sidebar</li><li><strong>Search by </strong><strong>#tag</strong> using Claude&#39;s project search bar</li></ol> <p>Note: this doesn’t work on ChatGPT, whose search ignores the # character.</p> <p>It’s not a real tagging system, but it’s close enough to keep things organized as your project list grows. And it costs you nothing but a few extra characters in each project name.</p> <p><img src="https://medium.com/_/stat?event=post.clientViewed&amp;referrerSource=full_rss&amp;postId=a82f7fabc642" width="1" height="1" alt=""/></p>]]></content><author><name></name></author><category term="external-posts"/><category term="blog"/></entry></feed>