u/Additional_Lobster12

Experimented with Claude Code + NVIDIA APIs today

Tried using Claude Code with NVIDIA APIs today and honestly it was way more fun than I expected.

The workflow felt surprisingly smooth for testing AI stuff quickly without overcomplicating everything. Still experimenting, but seeing ideas turn into working outputs this fast feels kinda crazy.

Anyone else combining Claude Code with NVIDIA tools lately?

reddit.com
u/Additional_Lobster12 — 4 days ago

AI sounds fancy, but small businesses usually just need one annoying task fixed

Maybe I’m overthinking this, but I’ve been noticing something lately.

I’ve been learning and building around AI automation for a while. At first I thought the exciting part was the tech side.

Agents, workflows, dashboards, CRMs, API stuff, chatbots, all that.

But when I actually talk to small business owners, most of them don’t talk like that.

They usually say things like:

I keep forgetting to follow up with people

I’m copying the same info into 3 different places.

I don’t know which leads are serious.

My messages, orders, and invoices are all over the place.

I waste too much time on small admin work.

So I’m starting to feel like “AI automation” is not really what people are buying.

They’re buying one less headache.

I used to think the pitch should be:

“I can build AI workflows for your business.”

But now I feel like it should just be:

“What’s the most annoying task you do every week?”

Then build around that.

For people running small businesses here, does that sound right?

What’s one boring task you’d happily never touch again?

Everyone please report and mods please ban any tool mentioned in response to this post

reddit.com
u/Additional_Lobster12 — 6 days ago
▲ 1 r/smallbusinessUS+1 crossposts

I have a question for people running a business website.

What’s the part of SEO that annoys you the most?

For me, I feel like most SEO tools / reports show a lot of data, but they don’t clearly say what to fix first or how it connects to getting more leads.

Curious what others struggle with:

Is it keywords, content, competitors, technical SEO, or just knowing where to start?

reddit.com
u/Additional_Lobster12 — 7 days ago

I’ve been working on a small email trust checker and noticed something that seems pretty common.

A lot of small businesses spend money on websites, logos, ads, and outreach, but their emails can still land in spam or look untrusted because the basic domain email setup is incomplete.

Most small business owners don’t really know what SPF, DKIM, DMARC, or MX records are until something breaks.

So I built a small tool that checks a business domain and turns the technical email/DNS setup into a plain-English report.

It looks at things like:

  • whether SPF exists
  • whether DKIM seems configured
  • whether DMARC exists and how strong it is
  • MX records
  • basic email trust signals
  • what should be fixed first

The goal isn’t to make a complicated enterprise security platform. It’s more like a quick checkup for business owners before they start sending outreach, invoices, newsletters, or client emails.

I’m curious because I’m trying to understand whether this is actually a common business problem or just something technical people notice more.

Have you ever had emails from your business domain land in spam?

If yes, what ended up being the issue?

reddit.com
u/Additional_Lobster12 — 9 days ago

I’m trying to understand how small businesses currently handle invoices, bills, payment reminders, and monthly reports.

From what I’ve seen, a lot of this still happens across Gmail, WhatsApp, Google Drive, spreadsheets, and manual follow-ups.

I’ve been experimenting with a simple workflow idea that could collect invoices, extract key details, log them into a spreadsheet, send reminders for unpaid bills, and create monthly summaries. It’s not meant to replace an accountant — more like reducing repetitive admin work before the accountant reviews everything.

For small business owners/operators here:

How do you currently manage this?

Do you use accounting software, spreadsheets, WhatsApp/email folders, or just handle it manually?

And what’s the most annoying part — collecting invoices, tracking due dates, preparing reports, or finding missing documents?

reddit.com
u/Additional_Lobster12 — 10 days ago
▲ 13 r/n8n

I’ve been building a personal n8n workflow to learn more about document processing and accounting-style automation.

The current MVP flow is:

Google Drive/Gmail invoice upload
→ AI/OCR extraction
→ JSON parsing and validation
→ Google Sheets logging
→ Telegram success/failure alerts
→ payment reminder checks
→ monthly GST-style summary
→ basic bank CSV reconciliation
→ monthly report summary

It’s still a prototype, not a finished product. I’m mainly trying to improve the workflow design and make it more reliable before using it with real data.

A few things I’m still testing:

  • better error handling when OCR/AI returns bad JSON
  • duplicate invoice detection
  • handling different bank CSV formats
  • safer validation before writing to Sheets
  • whether Gmail ingestion should directly trigger the main invoice workflow or just upload files to Drive first
  • better logging/debugging for failed runs

For people who build n8n workflows regularly: does this architecture make sense?

What would you improve in the flow before trusting it with real invoice data?

reddit.com
u/Additional_Lobster12 — 10 days ago

I’ve been experimenting with small AI tools that are simple enough to run directly in the browser, and I built a tiny prototype this week.

The idea: upload a PDF, DOCX, or TXT career document, optionally paste a job description, and the tool generates a structured review.

It looks at things like:

- profile strengths

- weak areas

- keyword gaps

- role fit

- ATS-style improvement points

- better bullet point suggestions

- final recommendation

What I found interesting is that the first version is just a single HTML file.

No backend.

No complex setup.

Just a browser-based prototype using Puter.js for the AI call and Mammoth.js for DOCX text extraction.

I know this space is crowded, so I’m not trying to pretend this is some huge breakthrough.

But I do think there might be a useful angle for:

- recruiters

- job consultants

- HR agencies

- coaching businesses

- students applying for jobs

The next things I’m thinking of adding:

- branded downloadable reports

- side-by-side candidate comparison

- job-description match scoring

- recruiter dashboard

- client portal

- cleaner UI for agencies

My question:

Would you see this as a useful small product/lead magnet, or is this already too common to be worth building further?

Also, what would make a tool like this feel actually useful instead of just another AI wrapper?

reddit.com
u/Additional_Lobster12 — 11 days ago

Hey,

I’ve been running a small site on a VM and recently started digging into raw Apache logs.

Didn’t expect how noisy it is — constant hits for things like:
.env, .git, wp-admin, scanners, random endpoints, etc

The weird part is:
all of this just sits in logs and most people never look at it.

So I started putting together something mainly for myself that:
- watches logs in real time
-flags patterns that actually matter
-groups activity into “this looks like scanning / probing / brute attempts”
-and tries to explain it in plain English instead of raw logs

Not trying to replace WAFs or anything advanced — more like:
“make server activity understandable for a normal dev or small business owner”

Curious-
Do people actually look at their logs in practice?
Or do most just rely on hosting/WAF and ignore this layer?

Trying to figure out if this is a real problem or just something I personally got interested in.

reddit.com
u/Additional_Lobster12 — 12 days ago

I recently deployed a small server… and something unexpected happened.

Out of curiosity, I checked the logs after a few hours…

and saw multiple random IPs trying things like:

  • /.env
  • /.git/config
  • /login

At first I thought I was being specifically targeted.

Turns out this is just how the internet works — bots constantly scan for common vulnerabilities.

Nothing worked (all 404), but it made me realize how little visibility most setups have.

So I built a simple script that monitors logs in real-time and flags suspicious activity.

Right now it just reads Apache logs and prints alerts when it detects suspicious patterns like .env or scanner tools.

Curious — do you monitor your website/server traffic at all, or just assume everything is fine?

reddit.com
u/Additional_Lobster12 — 13 days ago

I recently deployed a small server… and something unexpected happened.

Out of curiosity, I checked the logs after a few hours…

and saw multiple random IPs trying things like:

  • /.env
  • /.git/config
  • /login

At first I thought I was being targeted.

Turns out this is just how the internet works — bots constantly scan for common vulnerabilities.

Nothing worked (all 404), but it made me realize how little visibility most setups have.

So I built a simple script that monitors logs in real-time and flags suspicious activity.

Curious — do you monitor your website/server traffic at all, or just assume everything is fine?

reddit.com
u/Additional_Lobster12 — 13 days ago

Over the past few weeks, I’ve been building a side project that combines security scanning + AI analysis + automation into one workflow.

The system can:

• Scan a website for common security issues
• Analyze the findings using AI
• Generate a clean, non-technical report
• Handle basic automation workflows (lead follow-ups, simple bots)

Under the hood I’m using tools like subfinder, httpx, nuclei, and a custom AI layer for analysis.

The idea came from noticing that most small businesses don’t really check their website security or automate workflows — either because it’s too technical or too fragmented.

So I tried to simplify everything into one flow:
scan → analyze → report → automate

I tested it end-to-end on my own site and it actually worked better than I expected.

Still very early, but I’m trying to figure out:
• Is this something people would actually use?
• Should I focus more on security or automation?
• What would make this genuinely useful?

Curious — if you run a website or product, how do you currently handle security checks or automation (if at all)?

reddit.com
u/Additional_Lobster12 — 14 days ago

I built an AI system that audits websites + automates workflows — tested it on my own site, looking for feedback.

I’ve been building an AI setup that can scan websites for security issues and also handle things like lead follow-ups and automation workflows.

Recently I tested it end-to-end on my own site, including:

  • Recon + vulnerability scanning
  • AI-based analysis of findings
  • Generating a clean, non-technical report
  • Basic automation workflows (bots, CRM-style follow-ups)

Right now I’m focusing on helping small businesses with:
• Website security audits (clear, simple reports)
• Vulnerability scanning + risk explanation
• Basic security fixes (headers, cookies, hardening)
• AI automation workflows (n8n, bots, lead handling)

I’m not trying to sell anything aggressively — just sharing what I’ve built and looking to improve it with real use cases.

If anyone’s open to me testing this on a real website or workflow, I’d genuinely appreciate it.

reddit.com
u/Additional_Lobster12 — 14 days ago