5 Claude Code Hacks From a Top One Percent User (Steal These)
These Claude Code hacks come from Mark Kashef, an AI expert who lives in Claude Code and spends $3,000 a month on tokens. By his own count he went from a top 20% user to a top 10% user in months, and he runs the tool like almost no one else.Claude Code Hacks Video Guide
I sat down with Mark Kashef, founder of Prompt Advisors, to break down the exact Claude Code hacks he uses to run his business, his YouTube channel, and even his personal life. Watch the full conversation here. Mark went from a top 20% user in January to a top 10% user by summer, mostly by studying the Claude Code harness after it leaked in March. His point stuck with me: a recent Google study found only 10% of a workflow's results come from the model. The other 90% is the harness. So the skill worth building is not "which model," it is how you drive the tool. If you want to package your own Claude Code workflows into reusable systems, that is exactly what I teach inside the Claude Code Skills Stack, a decade of marketing experience turned into ready-to-run skills.Best Claude Code Hacks to Use in 2026
Here are the five hacks Mark walked me through, each one pulled straight from his real workflow.Hack 1: Plan in ASCII Art Before You Build Anything
Most people jump straight to building. That first version becomes an anchor the model never lets go of. Mark's fix is to plan in plain text first. He asks Claude Code to draft a page or a system using ASCII art, a rough sketch made of characters, before a single line of real code exists. It lets him move things around and argue with the model cheaply. "Once you build V0, that is the core foundation for the LLM for that session," Mark told me. "It's going to be very anchored with that V0." A full first draft of a web page can burn 50,000 to 100,000 tokens. An ASCII sketch costs almost nothing and shows you the generic "vibe code slop" coming before you commit. Mark spends most of his time planning and only hours building. On one enterprise system he wrote 18 versions of a plan file over two weeks, then built 80% of it in two days while he was away from the computer. The tradeoff is real. This front-loads your time into planning, which feels slow if you are used to prompting and hoping. But once the plan is tight, the building runs almost on its own.Hack 2: Use Gemini as Your Cheap Workhorse
Claude Code is a strong daily driver. It is not the right tool for every job, and paying Opus prices for grunt work is a waste. Mark runs a Gemini skill for the heavy, boring tasks. Gemini is weak at coding but strong at multimodal work, and it comes with a fast, cheap million-token context window. He uses it to turn messy PDFs into clean markdown, describe every image and chart on a page, and distill hundreds of documents into a set of high-value "nuggets" before anything touches a database.
Hack 3: Use Loops for Testing, Not for Thinking
Loop engineering is trendy right now. Mark was blunt with me: most of how people use it is a complete waste of time. Telling Claude Code to "make it better" a hundred times with no context is just spending thousands of tokens to avoid writing a proper plan. People use looping as a substitute for thinking. The loops that actually work give the model a target. Here is where Mark uses and abuses them:- Testing a build or an API. Run Claude in Chrome through the full user journey and keep going until it hits zero errors.
- Grading against a rubric. Define what success looks like, then loop until the output meets every requirement.
- Simulating your audience. Before he films, Mark loops a script through personas based on his real YouTube demographics, has them leave the harsh comments a viewer might post, and rewrites until most simulated comments turn positive.
Hack 4: Let Codex and Claude Code Roast Each Other
Mark calls himself anti-tribal. He does not care whether a tool wins the internet war. He uses whatever serves the task. About 90% of the time he builds with Claude Code, then has Codex review everything Claude produced. He grabs the free Codex plugin from OpenAI's official GitHub and runs a command called adversarial review, which audits a plan, pulls out its weaknesses, and offers fixes.
Hack 5: Turn Boring Explanations Into 3D Visuals
This is the hack Mark called the biggest change he ever made to his YouTube workflow. He gives Claude Code access to the free Hyperframes CLI, feeds it a GitHub link, and asks it to build animated visuals. A play button that shows how a context window degrades over time hits far harder than a talking head explaining the same idea.
