Need guidance from AI-native builders

Posted by Disastrous-Bee7598@reddit | LocalLLaMA | View on Reddit | 12 comments

Hey all,

I’m building a full automation pipeline for my procurement business and want to sanity-check my architecture before I go too deep.

Stack I’m considering:

•   n8n (orchestration)

•   Ollama + Gemma (local AI)

•   OCR (Tesseract / Google Vision if needed)

•   Python scripts where required

Workflows I want to automate:

  1. Email Classification

    • Gmail + Yahoo (2 companies)

    • Auto-classify into PO / Quotation / Tender / Invoice / Misc

  2. Govt Tender Scraping (Daily 7 AM)

    • eProc + GeM + Newspaper (uploaded online)

    • Filter by category/ deadline/ relevance/ budget

    • Biggest blocker: captchas / anti-bot

  3. L1 Price Comparer

    • Compare GeM live listings vs internal Excel of our prices

    • Output missing uploads, category gaps, stock mapping

  4. Quotation Generator

    • Input: scanned PDFs

    • Output: structured DOCX (with letterhead)

    • Auto-fill product + price from given price lists

  5. Tender Parser

    • Extract annexures/tables from tender PDFs

    • Convert into structured submission-ready docs

  6. Geo CRM

    • Offline-first

    • Map-based client tracking + leads + visit history + Institutions / departments / client details + pending supplies

Questions:

•   Is n8n + local LLM (gemma 4) a good backbone, or will this become messy fast?

•   Where should I avoid AI and stick to deterministic pipelines?

•   Best reliable OCR + table extraction combo you’ve used?

•   How are people handling captcha-heavy sites in production?

•   Would you modularize this or centralize everything? Also can you suggest a tool which lets me do/ keep track of all these tasks in a single dashboard or maybe 2 dashboards that i will check daily?

Looking for people who’ve actually built similar pipelines not theoretical suggestions as I’ve listed these tools entirely with the suggestion of various AI’s as I’m a non-tech person. Any and all suggestions welcome :)