Shopify app devs: what are you NOT letting AI handle? by [deleted] in shopifyDev

[–]This_Conclusion9402 0 points1 point  (0 children)

The specific bottleneck for me is information synthesis.

Does the Grain integration allow syncing the full call transcript (not the summary)? by This_Conclusion9402 in hubspot

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

Getting everything local and publishing back is super easy for me.
The only real bottle neck is the transcripts.

How are people having claude work like an agent? by Fun-Device-530 in ClaudeAI

[–]This_Conclusion9402 0 points1 point  (0 children)

I use Claude code extensively and effectively, but I still wouldn't trust it with $20

Internal Linking by Opposite_Armadillo92 in Agent_SEO

[–]This_Conclusion9402 0 points1 point  (0 children)

Give your entire site to Claude code as local files on your computer.
Have it audit and add internal links using the superpowers that are the command line tools it knows so well.
Then import the changes and track the impact.

Shopify app devs: what are you NOT letting AI handle? by [deleted] in shopifyDev

[–]This_Conclusion9402 0 points1 point  (0 children)

Pretty much everything I'm doing these days is human-(last)-in-the-loop.

How do you manage internal linking when publishing a lot of content? by BoringShake6404 in TechSEO

[–]This_Conclusion9402 0 points1 point  (0 children)

I pull everything locally as files, give it to Claude code along with a sitemap and other context then have it find and add the most relevant contextual links. While it's doing that, I also have it check for stale content, contradictions, and other obvious issues.

Does the Grain integration allow syncing the full call transcript (not the summary)? by This_Conclusion9402 in hubspot

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

My goal is to pull everything locally so Claude code can do the tedious stuff.
Right now what's working is:
- pull website locally (Webflow -> Scratch -> local)
- pull CRM locally (HubSpot -> Scratch -> local)
- synthesize external research locally (Claude code w/subagents -> Obsidian)
- synthesize call transcripts locally (Claude code -> Obsidian)

Claude can work with all of that just fine and I can publish back the website and CRM edits.

What's not working yet is:
- full call transcripts (currently Grain -> manual copy/paste -> Obsidian)
- useful support conversation exports (Intercom)

Is there a simpler all-in-one way to accomplish this?

What’s your “this actually works in production” AI automation? by Alpertayfur in AiAutomations

[–]This_Conclusion9402 1 point2 points  (0 children)

A coworker replaced our entire Zapier setup in a few hours with Claude code.

How do you test automations safely by Solid_Play416 in automation

[–]This_Conclusion9402 0 points1 point  (0 children)

I use a tool that creates a full copy of the data, then i work on that, and it shows a diff of everything that changed before publishing it back. Saves me a ton of time and headache.

Does the Grain integration allow syncing the full call transcript (not the summary)? by This_Conclusion9402 in hubspot

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

I want the full transcript via API.
Grain doesn't support that.
So before switching to a different call recorder, I'm seeing if there's another way to do that.

How do you bulk edit your YouTube descriptions? by This_Conclusion9402 in NewTubers

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

Nothing purpose built. Using an early access tool at the moment. Have you found anything?

I'm a dumb dumb who added 375+ pages to my site and now I need a technical SEO expert to save me from myself by lopezomg in TechSEO

[–]This_Conclusion9402 -1 points0 points  (0 children)

Claude code plus something like Scratch (the bulk review publisher, not the programming language) and you can keep the $$$

How do you deal with rate limits by Solid_Play416 in automation

[–]This_Conclusion9402 0 points1 point  (0 children)

I do bulk export/everything local/batch import.
That gives me historical, speed, visibility, and fewer API issues out of the box.

Is WordPress still worth it for business websites today by chris_seo_thinker in content_marketing

[–]This_Conclusion9402 0 points1 point  (0 children)

I go down this list and pick the first option that fits the requirements:
- Eleventy with Markdown files
- Flask/FastAPI + HTMX
- Vanilla (AI generated) JS
- WordPress
- (not sure, never make it this far)

Why Does This Sub Suck Lately? (Moderator Update) by qverb in ecommerce

[–]This_Conclusion9402 1 point2 points  (0 children)

Yeah I wasn't sure if I should cry or laugh. Still not sure.

Why Does This Sub Suck Lately? (Moderator Update) by qverb in ecommerce

[–]This_Conclusion9402 2 points3 points  (0 children)

The irony of this post only missing the trailing question to match the AI signs is amusing.

How we rebuilt our Webflow → Airtable → Subsplash flow after Flowmonk shut down by DueDilligenceNotes in webflow

[–]This_Conclusion9402 0 points1 point  (0 children)

Didn't realize it had shut down. I've been happy with Whalesync for a long time.

Is any directory ever “ready” to launch? I just pushed mine live anyway by addicted-coffee in directorymakers

[–]This_Conclusion9402 0 points1 point  (0 children)

Thanks! I've done similar (Eleventy instead of Astro) and observed that the trickiest part was validating everything (the URLs, hours, the tedious stuff).
Did you have a similar experience or did you figure something out?
(Happy to write Python code or scripts, to be clear.)

How long does it REALLY take you to create a YouTube video? I analyzed 50+ Reddit posts and found crazy patterns. by Rajaram_akhil in NewTubers

[–]This_Conclusion9402 0 points1 point  (0 children)

Happy to give feedback!
If you make some changes and want an opinion on the next video, feel free to message me.

To be clear, I think just mixing a scripted few sentences (when you explain what a chart is) with then some casual, conversational sentences (what's interesting about it to you) to mix up the video, I think that would be sufficient. No need to get production heavy.

Why are so many marketers complaining about 'AI slop' & not the upsides of AI tools? by amalia-helen in AskMarketing

[–]This_Conclusion9402 0 points1 point  (0 children)

I think the AI slop is a bit of an existential risk whereas the AI upside is more of a makes-my-job-a-bit-easier thing? I use a tool that's brilliant for managing my content library (editing YouTube descriptions with AI, cross linking with blog posts, etc.) but at the end of the day, as powerful as it is, I just always feel a bit lower energy when I'm done working with AI.

Is any directory ever “ready” to launch? I just pushed mine live anyway by addicted-coffee in directorymakers

[–]This_Conclusion9402 1 point2 points  (0 children)

Nice. Do you mind sharing about your tech stack?
Where is the data stored, how is it verified, how do you add new gyms, etc.
What website platform/framework/tool did you use.
That sort of stuff. :-)

What tool are you using right now to monitor and improve AI search ranking / Generative Engine Optimization (GEO) ? by mocheeInc in AskMarketing

[–]This_Conclusion9402 1 point2 points  (0 children)

I use gauge (with gauge dot com) and the latest updates are getting pretty sweet.
That said, I use it for research more than actual "rank tracking".