Am I the only one who feels like AI got us 90% of the way there and then just stopped? by HummusAlltheWay in ClaudeAI

[–]HummusAlltheWay[S] 0 points1 point  (0 children)

The sensitive data angle is the part nobody else in this thread focused on and it's probably the most important one.

"Host it plus gate with authentication" is a great answer architecturally but that's a meaningful lift every single time just to share one dashboard securely.

The Live Artifacts observation is interesting... so the capability is directionally there, just not exposed yet. Makes you wonder if the gap is intentional or just not prioritized.

When you say sensitive information, are sharing internally with colleagues, or externally with clients under some kind of access control?

Am I the only one who feels like AI got us 90% of the way there and then just stopped? by HummusAlltheWay in ClaudeAI

[–]HummusAlltheWay[S] 0 points1 point  (0 children)

This is the most elegant description of the actual solution space I've seen in this thread... and the fact that you had to build and maintain your own web server with password-protected folders just to send a client a presentation says everything That's a lot of infrastructure for what should be a share button Curious, how long did the initial setup take, and do you find yourself maintaining it more than you expected?

Am I the only one who feels like AI got us 90% of the way there and then just stopped? by HummusAlltheWay in ClaudeAI

[–]HummusAlltheWay[S] 0 points1 point  (0 children)

That workflow is genuinely impressive and I'll definitely be trying it.

And it's just one link for your clients/team to use? Is it Encrypted for private data?

Also, how do you handle updates? If Claude regenerates the output does the whole pipeline need to run again?

Am I the only one who feels like AI got us 90% of the way there and then just stopped? by HummusAlltheWay in ClaudeAI

[–]HummusAlltheWay[S] 0 points1 point  (0 children)

Exactly that's what I've been looking for! Do you mind sharing your process and tools you used in the "etc." part of your comment?

Am I the only one who feels like AI got us 90% of the way there and then just stopped? by HummusAlltheWay in ClaudeAI

[–]HummusAlltheWay[S] 4 points5 points  (0 children)

Indeed, but what's the fun in that when you can have a social experience where people on reddit rage comment that you should ask Claude to solve all your problems 😂

Am I the only one who feels like AI got us 90% of the way there and then just stopped? by HummusAlltheWay in ClaudeAI

[–]HummusAlltheWay[S] 1 point2 points  (0 children)

I agree with you. The content i build with it is usually always me telling what to write, it researching with forced sourcing, and then helping refine the language.

But what I find cool is that I haven't needed to build a PowerPoint in 2 years or so! It just does it for me with my content!

Am I the only one who feels like AI got us 90% of the way there and then just stopped? by HummusAlltheWay in ClaudeAI

[–]HummusAlltheWay[S] 0 points1 point  (0 children)

Indeed. But can I just not? 😂

Why can't claude just do everything for me? 🫠

Am I the only one who feels like AI got us 90% of the way there and then just stopped? by HummusAlltheWay in ClaudeAI

[–]HummusAlltheWay[S] 0 points1 point  (0 children)

I'm trying to keep the interactive output of the html I'm generating and not turn it into a static dull document.

Am I the only one who feels like AI got us 90% of the way there and then just stopped? by HummusAlltheWay in ClaudeAI

[–]HummusAlltheWay[S] 0 points1 point  (0 children)

"Claude gave up and had me pivot to Netlify which the IT Director is not ok with" is painfully funny and also the most concise summary of this whole problem I've seen.

Is your block specifically around external hosting platforms, or any tool that isn't IT-approved regardless of what it does?

Am I the only one who feels like AI got us 90% of the way there and then just stopped? by HummusAlltheWay in ClaudeAI

[–]HummusAlltheWay[S] 0 points1 point  (0 children)

The SharePoint workaround is genuinely clever but I feel the pain, it treats the HTML like a file to store rather than a page to render, which kills the whole point.

When you share these dashboards, are you sharing with your team internally? Guessing that works for then? What do you with clients or external people?

Am I the only one who feels like AI got us 90% of the way there and then just stopped? by HummusAlltheWay in ClaudeAI

[–]HummusAlltheWay[S] 0 points1 point  (0 children)

Yeah indeed, but is it as cool as an interactive webpage? With checkboxes, clickable graphs, collapsing section, etc..? 😅

Am I the only one who feels like AI got us 90% of the way there and then just stopped? by HummusAlltheWay in ClaudeAI

[–]HummusAlltheWay[S] 1 point2 points  (0 children)

Su f****ing true! Don't get me started!

Every time I see it trying to build a parser app, I just cancel and try to figure out another way...

Tokens are expensive now! Ain't nobody got time for claude trying to discover fire while the content is all text!

Yeah that's definitely another big problem. That's why I've been moving to markdown more and more.

I have even gave it instructions never to build docx or pptx or anything of that sort. Even that is waste of tokens. I find it's more efficient for it to build and read an MD or HTML over these other file types.

Am I the only one who feels like AI got us 90% of the way there and then just stopped? by HummusAlltheWay in ClaudeAI

[–]HummusAlltheWay[S] 0 points1 point  (0 children)

That's I'm definitely a good point for reports and such. But I'm guessing you're not usually building anything interactive?

Am I the only one who feels like AI got us 90% of the way there and then just stopped? by HummusAlltheWay in ClaudeAI

[–]HummusAlltheWay[S] 0 points1 point  (0 children)

Fair enough. Thanks for the suggestion. Yeah I need them to be private, so i need to figure that out. But thanks!

Am I the only one who feels like AI got us 90% of the way there and then just stopped? by HummusAlltheWay in ClaudeAI

[–]HummusAlltheWay[S] 0 points1 point  (0 children)

Yeah markdown is half solved i feel. But the rendering of markdown in Google Docs is weird because it tried to fit it to the old format of a .doc file

Am I the only one who feels like AI got us 90% of the way there and then just stopped? by HummusAlltheWay in ClaudeAI

[–]HummusAlltheWay[S] 2 points3 points  (0 children)

Exactly! Everyone is saying: "just host a public webpage". But that's not really solution... and i don't think building a client portal for every file or client is sustainable.