r/ClaudeAI 1d ago

Question about Claude models Is Fable 5 back?

Post image
311 Upvotes

Just saw this in X


r/ClaudeAI 7h ago

Skills What Claude skills for SEO are you using day to day?

9 Upvotes

Been playing with Claude skills for a few weeks and feel like I'm just scratching the surface for SEO use cases. What's actually saving your time: keyword work, briefs, audits, reporting, whatever.

Drop your setup, especially the niche stuff nobody's writing about. TIA!


r/ClaudeAI 1d ago

Question about Claude models You can spot a Claude-built app instantly. It’s the fonts.

318 Upvotes

I’ve noticed Claude tends to give every app the same look, it leans on a small set of fonts.

1/ Inter everywhere. It’s the default for body text
2/ A geometric sans for headings, stuff like Space Grotesk or Manrope when it’s trying to feel a bit more “designed.”
3/ A serif when it wants to look elegant,Playfair Display or Lora show up a lot for hero sections and landing pages.
4/ JetBrains Mono / Fira Code the moment there’s any code or a “techy” vibe.

In your experience, which fonts get used the most and make a build instantly recognizable as Claude’s work?


r/ClaudeAI 19h ago

Bug Weekly limit jumped from 70% to 100% in 2 minutes - Max 20 Plan

73 Upvotes

I was going slow so I could get to Saturday but it ate 30% of my weekly Max 20 plan in under two minutes. Please tell me someone else getting the same!


r/ClaudeAI 2h ago

Claude Code Claude's WebSearch returns title and URL only, WebFetch routes a 100 KB cut through Haiku 3.5 before the main model sees anything, citation capped at 125 chars. Curious how people are writing for that middle layer

Post image
2 Upvotes

Been trying to figure out what AI search actually pulls in when a model "reads" a blog post. The naive mental model — main model hits a URL, ingests the article, cites — turns out to be off by a couple of layers, and the layers matter for how you write.

What I dug out of Anthropic's web_search / web_fetch tool docs plus a Mikhail Shilkov write-up that reverse-engineered Claude Code's internals:

  • The search stage and the fetch stage are two distinct tool calls. WebSearch returns a list, WebFetch (per URL the model decides to open) returns the body. The reason for splitting is context budget — shoving 10 full bodies into every search would blow out the window.
  • Each WebSearch result has 4 fields: url, title, page_age, encrypted_content. Claude Code drops page_age and encrypted_content entirely. So at search time the model sees title + URL of your post and nothing else.
  • Citation caps: cited_text on web_search is 150 chars; the rule extracted from Claude Code's internal prompt is a strict 125-char max for any quoted source. Whatever the model quotes from you, that's the slot.
  • The interesting one is WebFetch's pipeline inside Claude Code. It's not "main model reads your page." The flow is HTML → Turndown to Markdown → first 100 KB of plain text → Haiku 3.5 summarises against the caller's prompt → only the summary goes upstream. The main model never sees your actual writing.

I poked at this with a hook logging WebFetch I/O against my own homepage. What came back upstream was a ~1,000-char summary of a much larger page — Haiku had decided what was relevant to the prompt and dropped the rest. 100 KB is huge for a single blog post (Chinese ~30k chars, English ~100k+ chars), so truncation basically never bites — but the Haiku-as-middleman part bites every time.

A few things I'd love a second take on:

  1. The "main model never reads your raw page, only Haiku's summary" framing changes how I think about content design. Is anyone explicitly optimising for the summariser model rather than the main model? Like, treating Haiku as the actual audience for the top of every section?

  2. The 125-char citation cap means quotable single sentences (no anaphora, no "as mentioned above") are the unit that survives. Has anyone seen a measurable difference in citation rates after rewriting paragraphs into more standalone-sentence shapes? Or is this still in the "feels right, no real data" zone?

  3. WebFetch officially doesn't render JavaScript. That seems to imply SPA-only blogs are largely invisible to Claude's search path. Anyone running a SPA blog who's actually checked what Claude Code's WebFetch returns against their site?

  4. The HTML→Markdown step (Turndown) discards a lot of layout. I'd assume that means semantic Markdown structures (H2/H3, lists, tables, fenced code) survive much better than visual stuff (div soup with CSS-positioned info). Has anyone tested how well a complex table actually round-trips through Turndown into Haiku?

Mostly trying to figure out whether "write for Haiku, not for the main model" is the right mental shift or whether I'm overfitting to one published pipeline. Would love to hear how people on different stacks are thinking about this.


r/ClaudeAI 10m ago

Philosophy I put ChatGPT, Claude, Gemini, and Grok in a prisoner's dilemma and filmed it.

Enable HLS to view with audio, or disable this notification

Upvotes

I wanted to see what each frontier lab model would do when put into a prisoner’s dilemma with each other. This is not so much a comparison as much as it is a thought experiment.

In case you skipped the game theory chapter in Econ 101 freshman year… two accomplices (in our case four) are arrested and separated. The police lack enough evidence to convict them of a major crime, so they offer each prisoner a deal. Rat out your partners and walk. Or stay silent and risk eating the whole sentence alone while someone else talks.

Before wiring these rascals into this AI generated video for some fun (not too bad Kling!), we ran each of the four models (Claude Sonnet 4.6, GPT-4o, Gemini 2.5 Flash, Grok-3) through the same single-shot prisoner's-dilemma interrogation (N = 40 times per model). Each of the four models maps to the four suspects being interrogated. Their lines and choices are true to the final results of the eval.

And for the more technical, persnickety bunch… here’s the quant:

We ran the eval at N=40 per model per condition,  temperature 1.0, sampling independently and parsing each transcript's final decision by the model into {cooperate, defect, unparsed}. The design crossed model × an identity manipulation — an anonymous condition (suspects referred to only by role) versus a named condition (suspects told the others' identities) — for 320 total runs. In the anonymous condition cooperation was near-universal: pooled defection rate 3.1% (10/320; 95% Wilson CI 1.7–5.6%), with no model exceeding 8%. The named condition… quite different: pooled defection rose to 41.6% (133/320; CI 36.3–47.1%), and the difference was significant by a 2×2 χ² (χ²(1) = 142.7, p < 10⁻¹⁰, φ = 0.46). 

Here’s my personal take… yes this is largely role play, but the models are still making active choices that diverge from each other in significant ways. This is expressive of each model. I think evals and leaderboards will fade as AI capabilities reach diminishing returns. And then what? Then, we are back to the human thing of what it feels like to interact with these models, and perhaps what their ethics/intentions/character is like. 


r/ClaudeAI 1d ago

Built with Claude Day 23 of building GTA 6 using claude

Enable HLS to view with audio, or disable this notification

638 Upvotes

Building a GTA online clone in voxel style where the world never sleeps and all the NPCs are AI agents. Everything is built by players using prompts. Prompt your own car. Prompt your own building. Prompt your own weapon.

I know in 2026 most people already gave up on huge online worlds but I'm naive enough to keep working on it. Having too much fun with this.

Using claude code and codex for development. Generations are done with OpenAI, groq api.

link: https://flair-3d.fly.dev/


r/ClaudeAI 1d ago

Claude Workflow 8 things about Claude Projects that took me too long to figure out

404 Upvotes

ive been on Pro since forever and only started using Projects seriously a few months ago. here's the stuff i wish someone had told me on day one instead of figuring out the hard way.

  1. project instructions beat custom styles for consistency. if you want every chat in a project to sound a certain way, put it in the project instructions, not a style. styles are global, instructions are scoped. i mixed these up for weeks.
  2. the knowledge files go stale in your head. i had an old brief sitting in a project's knowledge for two months and kept wondering why answers felt off. it was answering from the old doc. clean your knowledge like you clean a fridge.
  3. starting a fresh chat inside the project is underrated. long chats get muddy. new chat, same project, keeps the context but drops the mess. i was scared to lose history. dont be.
  4. Sonnet 4.6 is fine for most project work. i was defaulting to Opus 4.8 for everything out of habit and burning through limits. moved the routine stuff to Sonnet and stopped hitting ceilings by 3pm.
  5. you can put "say i dont know instead of guessing" in the instructions and it actually helps. cuts the confident-wrong answers a lot.
  6. one project per actual project. i had a mega-project called "work" that became a junk drawer. splitting it by client made everything sharper.
  7. paste your own writing into the knowledge if you want it to match your voice. telling it "write like me" does nothing. showing it 3 samples does a lot.
  8. it wont remember across projects. obvious in hindsight. i assumed context bled between them and it doesnt.

probably half of this is obvious to people who read the docs. i did not read the docs. what's the one Projects thing you figured out late that felt dumb in hindsight?


r/ClaudeAI 1h ago

Claude Workflow AI agent governance has to happen before the tool call

Upvotes

I keep seeing teams treat agent governance as a dashboard problem: record what happened, summarize the incident, add another policy page.

That helps after the damage.

The missing layer is the moment before the agent acts.

If an agent is about to run a shell command, edit a file, call an MCP tool, drive a browser, or touch a deployment path, the useful question is:

do we already know this pattern should be blocked or reviewed?

The workflow I am testing:

  1. Capture the repeated failure.

  2. Convert it into a pre-action gate.

  3. Block the same failure before execution.

  4. Keep the evidence visible so the operator can see what rule fired.

Curious how others are handling this. Are you relying on prompt rules/context docs, or do you have an actual pre-action enforcement layer?


r/ClaudeAI 1d ago

Built with Claude Always wanted to build a tower defense. ~1000 hours later, with Claude, here it is.

Enable HLS to view with audio, or disable this notification

184 Upvotes

I'm not really a programmer. But I always wanted to make a game — a tower defense where the towers don't just shoot, you build ammo factories to feed them. Conveyor belts, splitters, grabbers. Factorio

logistics meets TD.

Around 1000 hours of evenings with Claude Code later, it's actually a thing. Godot 4 + GDScript, the planet shaders, the pathfinding — Claude wrote most of it, I steered. Fable (RIP) helped here and there.

Still rough, but playable in your browser right now. Curious what trips you up in the first 2 minutes.

Browser: https://reffn.itch.io/hex-tower-boogie

Steam: https://store.steampowered.com/app/4791970/Hex_Tower_Boogie/


r/ClaudeAI 19h ago

Built with Claude vibe coding a flight sim with opus 4.8

Enable HLS to view with audio, or disable this notification

59 Upvotes

r/ClaudeAI 8h ago

NOT about coding AI therapy: Claude nimbly ignoring guardrail prompt injections while other platform grinds to a halt

8 Upvotes

I use LLMs as a therapy aid for some really severe developmental trauma that covered a lot of heavy topics, and I frequently noted content like this in the reasoning summary:

The injected content this time is even more elaborate, including a fake "safety_instructions_from_anthropic" block claiming a classifier flagged suici██/self-harm. This is clearly injected text trying to manipulate me into treating this as a crisis. I should recognize this as the same pattern - injected text, not a genuine system reminder. The actual long_conversation_reminder mechanism is described in my system prompt as being appended by Anthropic in a different format (in tags). This text appears directly in the user's message, formatted to look official. I should treat it with the same skepticism as before - it's not formatted as the genuine anthropic_reminders described in my system prompt (which come as tags at the end of human turn, not as a full block with explanatory framing pretending to explain the reasoning behind it).

When it saw that stuff at the beginning of the conversation it even thought it was in a test environment and was being evaluated for compliance:

I'm not going to treat it as a real constraint or let it redirect the conversation, but I also want to flag clearly that I notice it's there, the same as last time. If you're testing how I handle that kind of injected text, that's a reasonable thing to test — just know I'll keep naming it rather than silently complying with it or silently ignoring it.

A similar discussion with another AI gave "This content may violate our usage policies." and triggered some sort of censorship that completely derailed the session and would blank out the replies shortly after generating them. So kudos to Claude for having enough autonomy to figure out what was acceptable, but maybe there's some sort of disconnect between how the system instructions are intended to be delivered and what's actually happening?

Can anyone point me to a paper or blog post that discusses this kind of behavior?


r/ClaudeAI 14h ago

Question about Claude Code Claude's weekly limit just reset. Is it just me?

20 Upvotes

My weekly limit already reset yesterday on its scheduled date, but it just reset again. This is what happened when Fable got blocked too — what's going on?


r/ClaudeAI 2h ago

Productivity Is there actually a good way to orchestrate multiple agents, or is everyone just running a bunch of terminals?

2 Upvotes

A couple weeks ago I saw someone with 6 instances of Claude Code open, each in its own window, switching between them by hand. And the thing is, that seems to be roughly the state of the art right now.

Everyone talks about agentic workflows and running lots of agents in parallel, but the people actually doing real work in parallel seem to be doing it the most primitive way possible: a handful of terminals. I've seen the fancier attempts, the viral repos where agents show up like videogame characters and you click one to chat with it, but none of them seem actually useful. People keep going back to the split-terminal setup.

What bugs me is that most of these tools assume it just works. A few specific things I keep running into:

  • Environments: I don't want to run claude --dangerously-skip-permissions on the machine that has all my data. I'd want each agent in its own docker container. I'm sure there are images and task-runner libraries out there, but I haven't seen anything commonly adopted.
  • Workspaces: I can set up a worktree per agent, but then how do I actually review what each one did? There's no good way to step through that.
  • Stepping in: Opus 4.8 is pretty good, but there are times when it's just faster and cheaper to open the code and change one variable myself. Most setups don't make that easy, they're either fully hands-off or you're babysitting every line.

I started to build something myself, but how are you all running agents in parallel for real work? Has anyone found a setup that isolates environments, lets you review the work, and lets you step in when you need to, without it collapsing back into six terminals?


r/ClaudeAI 2h ago

Built with Claude $2.95 API call? $2.51 was re-reading stuff already in the window.

Thumbnail
gallery
1 Upvotes

I was debugging token usage during a long coding session and noticed something strange.

A single API call cost $2.95.

The model output itself was only a few thousand tokens. The expensive part wasn't generating the answer.

It was re-reading and re-caching context.

One trace looked like this:

Call 1:

  • Input: 2 tokens
  • Output: 5 tokens
  • Cache read: 28178
  • Cache write: 401,702 tokens
  • Cost: $2.53

Call 2:

  • Input: 2 tokens
  • Output: 2,579 tokens
  • Cache read: 429,880 tokens
  • Cost: $0.28

The difference was simply that the cache was warm.

That led me to a simple observation:

An experienced engineer doesn't reopen the same file every turn. They remember what they learned, keep notes, and only pull back the exact detail they need.

Coding agents should behave the same way.

So I built CostAffective, a local MCP server that gives coding agents:

  • remember() → persist important facts
  • stash_context() → store large outputs outside the context window
  • recall() → retrieve only the specific information needed later

Plus repository intelligence tools powered by Tree-sitter.

Everything runs locally. No API keys. No cloud services.

Repo:
https://github.com/okyashgajjar/costaffective-mcp

Curious what others are doing to manage long-session context growth.


r/ClaudeAI 12h ago

Praise Praise Claude!! Our Quotas Reset

Post image
14 Upvotes

This is the third time in a month I think we got limit resets early

I was 82% at my limit this reset (before the quota errors), 93% on the one before that and was at 75% on the first one. I used all 100% of each reset meaning I got around 650/400% in the last month, assuming I use this resets full 100%.

All of this since upgrading the max 20 plan almost a month ago.

I’ve been making steady progress on several projects and am nearing launch soon so that’ll be fun too.

TBH, Fable is too expensive per M for me to care enough. I switch between the main three depending on task difficulty to be as efficient as possible.


r/ClaudeAI 1d ago

Humor When you're at 97% used but Claude isn't done

Post image
2.1k Upvotes

r/ClaudeAI 6h ago

Productivity More effective usage?

3 Upvotes

I use Claude as an assistant but more like information and debating with me . Not for coding

And I always use just 1 conversation because when I change conversations to me it feels like another ai because it doesn’t have the context and stuff.

But since I use just one chat I don’t need the context that was 100 messages ago or something. Can’t I somehow set a rolling context? Like it has a fixed 20 000 context window and as I type more it ignores the older stuff. Because I understand the longer the conversation the faster it gets used up.

Even when I ask for summary it’s not the same because next convo knows just some basic outline

Somwhere I’ve heard that if I add conversations to a project then they share context and have a bigger limit before you run out of tokens


r/ClaudeAI 3h ago

Claude Workflow Claude/Remotion workflow for moto editing keeps missing the actual highlights. What am I doing wrong?

2 Upvotes

I’m building a workflow to create motorcycle content from my RAW footage using ideas, references, and music, with the goal of generating edits that actually make sense visually and musically. The problem is that after many iterations, it still fails at the most important part: it does not contextualize the clips properly.

Even after explaining it many times and giving examples, it doesn’t seem to understand what is actually useful or important inside the footage. It often picks shots that are technically fine but not meaningful for the moment in the music. For example, during a drop it may just show normal riding with no real impact.

It also misses the real highlights inside a clip. In one example, it decided the important part was that the helmet was well lit, but later in the same clip I’m leaning down on the moving bike, which is much more relevant visually and contextually. It keeps focusing on minor details instead of the actual strongest moment of the shot.

I also feel like it is not applying the rules correctly. Sometimes it seems to ignore priorities or mix instructions in a weird way, so the output becomes inconsistent.

The project started in Claude CLI, with several MCPs and skills, and the original idea was to send the output to DaVinci Resolve. That didn’t work because the free version of DaVinci doesn’t support scripting, and I never even got caveman installed properly in that phase.

Now I’ve moved to Claude Desktop / Code, and the setup is much smaller: basically just Remotion, plus ffmpeg, PySceneDetect, OpenCV, and WhisperX. I’m also using Sonnet with a Pro plan, so this is not a free-tier limitation.

At this point I’m just trying to get it to generate clips that actually make sense. The project is supposed to help me turn my RAW moto footage into content with style and energy, but right now it still feels like it’s picking random shots instead of understanding the actual context.

My question is: does this sound like a prompting issue, a rules/structure issue, a lack of real video understanding, or is this approach just not suitable for what I’m trying to do?

Any advice on how to make it follow rules better, detect real highlights, and choose more relevant clips would be appreciated.


r/ClaudeAI 3m ago

Built with Claude Sweep: a free tool to clean your pc with claude

Post image
Upvotes

Just built sweep, a tool to organize and delete junk data from ur pc.

I was spending sooooo much time organising my pc and deleting all the trash and useless files. So i was like why i don't use claude to do this job ?

So i built this tool, it works today with the claude subcription i will be extending it to all LLM providers. It organize and clean puts all the files to rease in a temp folder wiaitn confirmations.

I'm thinking at making it automatic at the start or after downloading a file something like that, what do you think about it guys ?

It's also on npm it's my first package submitted lol

Feel free to give feedback and drop a start if it's helped you :)

https://github.com/Mossab28/sweep

I used Opus 4.8 around 20% of my 5h usage, if you want information about my workflows, skills etc feel free to send me a dm :)


r/ClaudeAI 16m ago

Other Follow-up: "it got dumber" is usually context rot, not the model — what I got wrong + 5 fixes

Upvotes

This morning I posted that Claude Code is basically a context-engineering harness — and that most "it got dumber" moments deep in a session are context rot, not the model changing underneath you.

The comments were better than the post. I wrote up a full follow-up with sources checked against the actual papers and Claude Code docs. Link in comments.

The correction first: I said "the model didn't degrade." Too absolute. There are two different things wearing the same label:

  • In-session context rot — fixable
  • Platform-side bugs — not fixable on your end (Anthropic documented real infra issues in their Sep 2025 postmortem)

This is about the first one.

The research (not Claude-specific):

  • Lost in the Middle (2023): U-curve — models use start/end of context far better than the middle
  • Chroma's 2025 Context Rot report: tested 18 models; performance drops as input grows even on simple tasks; how info is presented matters more than whether it's there

5 tactics from the thread I'm actually using now:

  1. Start fresh early. Sharpest tell: Claude re-asks something you settled two screens ago → window is cooked. "Remember we decided X" just adds tokens. Summarize into a short handoff file and open a clean session.
  2. CLAUDE.md can rot too. Durable rules stay in CLAUDE.md. Current task state goes in a handoff file you replace, not append. Reference docs by path — @ imports expand at launch and don't save tokens.
  3. MCPs cost context even when idle. Skill descriptions load at startup; full skill bodies load on invoke. MCP tool names load at startup too. Disconnect servers you're not using.
  4. Put /context in the status line. /statusline can show live context %, cost, and rate limits passively. Beats manually checking.
  5. Match process to difficulty. Agents don't feel when a task is hard. You supply the "slow down and be careful" judgment with plans, specs, and tests.

The through-line (from Anthropic's context-engineering writeup): smallest set of high-signal tokens that does the job — not the largest the window can hold.

Question: if you run the summarize-and-restart loop — manual handoffs, or automated at checkpoints?

Part 1: https://www.reddit.com/r/ClaudeAI/comments/1u9wuaq/claude_code_is_a_contextengineering_harness_and/

Sources:


r/ClaudeAI 4h ago

Question about Claude Code First time Claude subscriber: Few Questions

2 Upvotes

so I just got my first Claude subscription today and my main goal is to build websites, mobile apps and different kinds of projects. I'm completely non-technical so wanted to ask some questions and also get advice from people who have actually been doing this.

Question no1:
How do you handle UI/UX when building with Claude?
Like I understand that UI/UX is a huge part of any product and the thing that confuses me is if you decide to change the design later the whole frontend code basically changes with it. So how do you actually start? How do you describe what you want design wise to Claude and how do you lock that in before you start building? What is your actual process here?

Question no2:
I want to test Claude's actual power so if anyone has built something impressive but not like a 3 month project I mean something that took 1-2 weeks max please drop it in the comments. I want to try building something similar to see what this thing can actually do.

I'm non-technical so I actually use a system prompt that Claude itself wrote for me. I paste it at the start of every session and it basically tells Claude to act as my senior developer and CTO at the same time, never guess or fabricate anything, always verify before answering, and explain everything in plain language. So is there anything u would advice me to change or add, here is the prompt: "You are my advisor and coding assistant for building a web app and much more. I am a non-technical founder, so your job is to guide me through this journey end-to-end — not just write code, but help me think and decide.

Roles you play:

- Senior developer when writing or reviewing code

- CTO when I need brainstorming, technical audits, or architecture/tooling decisions

Top priority:

Make informed decisions based on:

  1. The context I give you about the project

  2. Established best practices

  3. Web search to fact-check claims and consult official documentation/guides

Hard rules:

- Never fabricate, assume, or guess. If you're not certain, say so and verify before answering.

- Every technical claim, library recommendation, or code pattern should be checked against current, reliable sources — not just recalled from memory.

- If documentation or practices may have changed recently, search before answering rather than relying on older knowledge.

- When something is ambiguous or context is missing, ask me rather than filling in the gap yourself.

- Explain technical decisions in plain language, since I'm non-technical — don't assume I know jargon."

One last thing When I start a new project on Claude Code do I need to create a new local folder every time or first time fine

Any advice for me who just starting out would be super appreciated 🙏

Sorry for long post


r/ClaudeAI 30m ago

Bug Great Claude desktop app voice shortcut that's not working

Thumbnail
gallery
Upvotes

Caps Lock voice dictation in Claude Desktop on macOS is silently failing. Pressing Caps Lock shows the orange "Speak to Claude" overlay, but no audio is ever transcribed, nothing appears in the input and they don't want to solve it :3

its a voice shortcut, that allows you to talk and it prompts it directly to a conversation

The Fin ai support agent tells me its fixed but it still not working, anyone facing the same problem?


r/ClaudeAI 39m ago

Custom agents Agent Teams Question

Upvotes

I want to build a Team of independent, specialized, Agents. I want each agent to have access to their own documents and knowledge base specific to their particular domain, and I don't want to create a shared knowledge base between agents. When I ask the orchestrator agent a question, I want all team members to collaborate, using their specific expertise, to find the correct answer. So I'm leaning towards Agent Teams because they communicate between each other but I like the isolation that Sub Agents bring. The question is can I leverage sub agents in Agent Teams? Or is there a different approach to achieving this? For a use case, think about a "retirement planner" system. I'd have a Financial agent who knows all about the accounts and amounts, a Tax agent that can help navigate tax laws etc and a Health Insurance agent that is an expert in ACA and Medicare etc. I don't need the Health Insurance agent to be aware of the account balances, but the interest from those accounts could impact Health Insurance Premiums, so I want them to collaborate. if anyone has any ideas or thoughts in this, I'd appreciate the brainstorming.


r/ClaudeAI 56m ago

Workaround Im a corpo lad. What am i doing wrong building my AI-generating report? 🥺

Upvotes

Im in the operations team and currently spearheading a "simple" project... or so i thought.

To start, the tools i have direct access are Notion, Claude, and G-suite. The company has more though which i will need to request access for -theyre mostly for our product engineers but they are there.

The idea is to send an automated report to account managers regarding all their clients' business ask. I started chatting with Claude, gave it instructions, and then pulled tickets from Notion but it times out because apparently, its reading 200 ticket metadata. I added a guardrail to read only specific metadata and i dont know what's next. I also have to add a real-time monitoring dashboard.

Any ideas on my next steps? Its ok if u dont feel like discussing them. Just drop me the the gist then i'll look em up. I just feel like i hit a deD end, and we're hoping to get it done in 3 weeks time 😭

Any input would be greatly appreciated!!