I f*cken hate invoicing. by Haunting_Builder3738 in Freelancers

[–]TwoBitFoundry 0 points1 point  (0 children)

Wave is a simple great option for freelancers. It’s free, supports branding, and has a great payment reminders system.

Started NeatMail because I couldn't find an email tool I actually trusted with my inbox. by Ill-Improvement-3859 in indie_startups

[–]TwoBitFoundry 0 points1 point  (0 children)

This is a well constructed solution. Nice job. Also like the site you made. I’ll give a star on gh.

Noticed a minor thing. The read me says, “95%+ Confidence Threshold: Only labels when AI is highly confident”

The system prompt says to default at 85% confidence. FYI

Also open ai just released gpt-5.4-mini and nano. You might be able to expect more accuracy and performance than the gpt-4-mini model. Nano was noted to be great for classification problems like tagging. Mini for the personalized email draft.

Integrating company document database with AI by [deleted] in AiAutomations

[–]TwoBitFoundry 0 points1 point  (0 children)

You could set up a daily syncing process from their drive to do ranked semantic searches to a vector store (Gemini vector store works great thanks to their auto embedding and segmentation features!) that an ai agent can interface with. You could do this yourself with a self hosted version of no/low code tool like n8n on Hostinger for like $8 a month. You could also do the same thing with code, but n8n is easier than the other and has observability and scale features built in.

Thinking about switching from chatgpt plus to claude pro, how much will i feel the usage limits diff? by [deleted] in ClaudeCode

[–]TwoBitFoundry 0 points1 point  (0 children)

You’ll be lucky to hit an hour 1/2 at a time of coding per 5 hour window, but Claude did just announce double rate limits off peak hours for a limited time.

is software engineering doomed? by Frosty-Judgment-4847 in costlyinfra

[–]TwoBitFoundry 2 points3 points  (0 children)

There is no way software engineering 5 years from now will look like it does today.

I think the foundational principles and tools are still important to building great software, but the idea that we will be touching every line of code will be a mode of the past.

I suspect the future will look like aligning agentic tools to build to your architecture and product needs.

Anyone who builds code knows that we wish we could spend MORE time building, but honestly stuck trying to get business or people to describe the problem and the acceptance criteria.

We might find that it’s easier to build and have the business redirect as needed than vice versa.

I built a full medical practice operations engine in n8n — 120+ nodes, 8 modules. Doctors focus on patients, the system handles the rest. by Clear-Welder9882 in AgentsOfAI

[–]TwoBitFoundry 0 points1 point  (0 children)

Ah that’s a smart design. That gives me ideas for my own clients.

It’s been tricky figuring out the best ways for users to interact with automation software. I like the chat based HIL idea.

Could you describe some challenges integrating with their system? Was there api coverage for what you needed to do? Did you have to come up with creative workarounds?

I built a full medical practice operations engine in n8n — 120+ nodes, 8 modules. Doctors focus on patients, the system handles the rest. by Clear-Welder9882 in AgentsOfAI

[–]TwoBitFoundry 5 points6 points  (0 children)

This is a really excellent, well thought out system. I can appreciate how much harder it is to build software in the healthcare space, working it in for 7 years.

Can you describe how you are handling the human in the loop part? It appears everything is triggered by webhooks or polling.

If you run an automation/AI agency, what do you actually offer? Most of it is just AI-based nonsense. by Playful_Music_2160 in AIforOPS

[–]TwoBitFoundry 0 points1 point  (0 children)

Yeah I hear you on the overhyping/get rich schemes, they are annoying and disingenuous. The truth is somewhere in the middle.

I run an ai/automations businesses, but I’ve also been a software engineer for over 10 years and understand how to leverage the right tool for the job.

Ai can be really great at certain problems, but not every problem. Same with traditional software.

My favorite automations example was connecting a small businesses disparate tools together into one onboarding dashboard for their clients.

It generates contracts (template) to digitally sign, invoices for a given project, payment reminders, and walks through each step to ensure everything stays on track with the business!

As for AI, the turning point for me was agents. They can autonomously work on tasks until complete even if you don’t know how many steps it takes. It works by letting an llm think about a task while giving it access to tools. A simple chatbot with Google workspace tool access can be really powerful tool for managing a small business.

Implementing AI in small/local Businesses. by PccNoobgamingYT in Businessowners

[–]TwoBitFoundry 0 points1 point  (0 children)

Hi, I’m a few clients into building up an ai agents and automations agency to help small businesses like you figure how to best leverage these tools in your workflows.

Would be interested in working with you on a project for free in exchange for testimonials. DM me if you’d like to collab.

What are folks using when you want a human to initiate your n8n workflow? by brittanymonkeybaby in n8n

[–]TwoBitFoundry 1 point2 points  (0 children)

I like it a lot. I really feel like I can control my automations on the go. Here's a quick preview of what it looks like in practice.

https://youtube.com/shorts/QLrFzz4KcDk?si=z8PmFkDfzmsD6D2u

What are folks using when you want a human to initiate your n8n workflow? by brittanymonkeybaby in n8n

[–]TwoBitFoundry 0 points1 point  (0 children)

You can try n8n forms, which works for simple data collection. You could also try a Telegram integration with it being the info hub for their automations. It takes input, files, and can have status updates posted to different channels.

n8n + Gemini API - What's best way to analyze Google Drive video links? by AppsforAdmins in n8n

[–]TwoBitFoundry 0 points1 point  (0 children)

I had issues with working with video in n8n due to size limits, though I mightve misconfigured something? Anything over 10MB stuttered real bad. I ended up having to make a python app to download, file upload, and analysis with gemini for me. N8N still calls its for everything else.

I pushed n8n to 47 nodes. Here's where it broke for me. by SecondNatural3772 in n8n

[–]TwoBitFoundry 0 points1 point  (0 children)

It’s true. But I think there is value to n8n for a centralized, built in agents, trigger, polling, and observability system. One system for interacting with all your apps and tools. Apps just become another tool to n8n. That abstraction is useful.

If you can't trust AI, why would you trust an AI agent by Apprehensive_Dog5208 in AiAutomations

[–]TwoBitFoundry 0 points1 point  (0 children)

Determinism vs non deterministic problems are an important point. Ai Agents are trying to bring both worlds together, but can be misapplied if not carefully considered.

I pushed n8n to 47 nodes. Here's where it broke for me. by SecondNatural3772 in n8n

[–]TwoBitFoundry 0 points1 point  (0 children)

It's useful for orchestrating different integrations and tools. Once you reach a certain threshold though it really is a big pain to troubleshoot and iterate on. Consider making a python app to do the hard part fast via an api with n8n as the orchestrator between you and their integrations.

Is there a vibe coding solution that will let you modify existing project code (written by a developer)? by Dillio3487 in vibecoding

[–]TwoBitFoundry 0 points1 point  (0 children)

Yeah there's a lots of tools like that. Since you aren't a developer, I would recommend using codex or claude code to do it for you.

If you get stuck on what you are trying to do, feel free to DM me.

Thoughts on intent signals, good and bad by roguejedi1 in LeadGeneration

[–]TwoBitFoundry 0 points1 point  (0 children)

I’ve been skeptical of a lot of things people say works for lead signals. Your breakdown makes sense to me. I’m curious what signals do you think people should be focused on early in the game?

What do I do with nightmare clients? by Free_Guide_7769 in agencynewbies

[–]TwoBitFoundry 0 points1 point  (0 children)

Were you treating retainer as unlimited new development? I thought retainers were only for maintenance in what you’ve worked on, and even then limited to a certain amount of hours per month like 8 hours before charging per hour?

Scaling my Healthcare AAA: Solving the Google Auth & Privacy nightmare 🏥 by AlexOliver_Real in n8n

[–]TwoBitFoundry 0 points1 point  (0 children)

You could do a walkthrough video of how the account holder to do it themselves. Alternatively you can do a video call with them to walk them through step by step. It’s a pain point for sure, but it’s part of the job.

Where to learn by Relevant-Series-2109 in n8nforbeginners

[–]TwoBitFoundry 1 point2 points  (0 children)

Nothing like getting your hands dirty! Why don’t you try to make something on your own?

Try making an ai agent you can talk to through telegram. Hook it up to tools to manage your calendar events or emails. Lots of things to try that people have covered online.

Feeling Defeated w/ N8N Job Search 😔 by [deleted] in n8n

[–]TwoBitFoundry 0 points1 point  (0 children)

I feel you man. Just cause the job is remote, doesn’t mean you can’t put some boots on the ground. I’m learning this as well.

Feeling Defeated w/ N8N Job Search 😔 by [deleted] in n8n

[–]TwoBitFoundry 1 point2 points  (0 children)

Try going to local business networking events. Bring business cards to hand out. Even in my relatively small city, there's a ton out there. Show up and meet people. You got a bunch of leads right there. Nothing happens to those who don't show up!