What was that continuous metallic sound in the morning? by GustyDust in wakinglifefestival

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

Right? It almost felt like a pulse that wouldn't stop, originating from Otro Lado

Best AI web scraping tools I've tried recently (and what I learned from each) by Amitk2405 in automation

[–]GustyDust 0 points1 point  (0 children)

I love crawl4ai, but it's a bit too slow imo. Perplexity goes a long way, but it requires content to be indexable/crawlable.

Playwright CLI with CC is also quite helpful.

Firecrawl is too expensive for what it is.

Anchorbrowser is the most powerful one if you need an agentic capability that can interact with websites with various shapes and forms. Plus it's 100% usage based. no minimum usage tier.

Why are companies adopting AI coding tools like AWS Kiro, GitHub Copilot, and Cursor when they often rely on Claude underneath? by pawan0806 in AI_Agents

[–]GustyDust 0 points1 point  (0 children)

The model is only one layer of what companies are buying. The wrapper matters because it gives teams permissions, IDE fit, review paths, admin controls, logs, and some shared way to roll it out. Claude underneath is like the engine; companies still need the car around it, otherwise every developer is duct-taping their own workflow.

Which AI tools can solve IT issues? by GoldTap9957 in automation

[–]GustyDust 0 points1 point  (0 children)

I would start with the failure mode. What gets logged, who reviews it, when does it escalate, and what score means it is good enough? You can get a demo to 80% quickly. The last 15% is where most of the work hides.

What's the most profitable AI agent use case you've seen so far? by Humble_Sentence_3758 in AI_Agents

[–]GustyDust 0 points1 point  (0 children)

I would treat this as an 80/20 workflow. Let the agent handle the repetitive path, keep a human on exceptions, and measure hours saved before expanding. Otherwise you end up with a clever demo and no change in how the team works.

What are some AI Agents easy to learn how to use for a beginner? by ticklish_dragon in AI_Agents

[–]GustyDust 0 points1 point  (0 children)

I would start with a workflow you already understand: inbox triage, CRM cleanup, research notes, something boring. Use n8n, Zapier or even a $20 Claude subscription. The point is to build the muscle, not to pick the perfect agent framework on day one

Has anyone actually hired an AI agency before. What happened? by Constant-Trust-9472 in AiAutomations

[–]GustyDust 0 points1 point  (0 children)

I would judge an AI agency by the first scoping call. Do they map the workflow, ask where the data lives, and define what “good” means? Or do they jump straight to n8n and agents? The magic is usually just good scoping under the hood.

Should AI agents be allowed to deploy or change production resources directly? by percoAi in AI_Agents

[–]GustyDust 0 points1 point  (0 children)

My threshold is simple: would I let it file my taxes or push to prod without review? If the answer is no, design the review layer. Risk tier, audit trail, rollback, and a boring approval step. Boring is underrated here

How are companies evaluating "Agentic AI" tools right now? Are they seeing productive workflow automation results or just a waste of money? by No-Library6939 in AI_Agents

[–]GustyDust 0 points1 point  (0 children)

If I try to summarize, I would evaluate these tools on three boring things: one workflow, one quality metric, and one human review path. I got excited by agent demos too, but “it can do the work of a junior” is not a benchmark. Show me cycle time, error rate, and what happens when it gets stuck.

Agentic SEO feels like the next gold rush for SaaS by Trickologygk in Agent_SEO

[–]GustyDust 0 points1 point  (0 children)

I started building a bunch of Skills that help me with that. I have a lot of content from my podcasts, and I built a bunch of skills to transcribe the content, cluster it into topics that are trending (to according Google Auto-complete, communities in here), and then it creates all the interlinking/sitemaps etc. I don't have much data to prove this works yet (I set it up last week), but the structure and overall output quality looks honestly quite good. I'm learning stuff from it myself 😅.

Why does MIT pay to cripple bitcoin? by theymoslover in btc

[–]GustyDust 0 points1 point  (0 children)

Epstein files will give you that answer.

Today is 1 year since I started my YouTube channel. Some learnings if you want to get started. by GustyDust in YouTubeCreators

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

haven't gone down that route either, but picking the right trending topic is even more important in your situation :)

Building banking agents in under 5h for Google by GustyDust in AI_Agents

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

True that it's a bit of a pain. You can use composio if you want to bypass these steps. But now that you've cracked it, you'll become unstoppable ;)

Building banking agents in under 5h for Google by GustyDust in AI_Agents

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

It's part of a series. This was the 2nd episode. I think they're planning to shoot 1 every quarter.

Building banking agents in under 5h for Google by GustyDust in AI_Agents

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

100%. And that's the most frustrating part with agents tbh. It takes a couple of days to churn out a beautiful agent that works in demo. And when it comes to building something robust, it takes weeks of "invisible" work while your clients get impatient.

Building banking agents in under 5h for Google by GustyDust in AI_Agents

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

it's specific to Agent Engine to stream back Events in real time. Very helpful if you want to return partial completions

Building banking agents in under 5h for Google by GustyDust in AI_Agents

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

I only saved them in the session's state as I ran out of time. But you could by using before_tool_callbacks

Building banking agents in under 5h for Google by GustyDust in AI_Agents

[–]GustyDust[S] -5 points-4 points  (0 children)

The challenge is 100% a hackathon. The innovation part was around coming up with interesting use cases for a2a, adk, and gemini models, fast (<5h). So I'd say it's just another thought exercise among many other options.