klotz: n8n*

0 bookmark(s) - Sort by: Date ↓ / Title / - Bookmarks from other users for this tag

  1. Anurag Singh replaced his home lab cron scripts with Qwen3.5 9B using an agent harness with shell access. He expected contextual reasoning to be superior to rigid automation. The local model succeeded in identifying ballooned directories or judging if a container restart was needed, but it failed more often, sometimes stalling or silently skipping checks.He concluded that deterministic scripts remain the more dependable choice for routine tasks and pointed to n8n as a sensible middle ground when the friction is writing and maintaining code rather than the logic itself.
    - A 9-billion-parameter local model needs several GB of RAM just to load weights, which is painful on a home server already running Docker, DNS, and other services.
    - Singh's specific hardware ceiling: roughly 14B parameters on a 16 GB MacBook, maybe 32B on an M5 Pro, beyond which you need a dedicated rig.
    - His suggested hybrid: let the local model read an error log and draft a short explanation, then have n8n relay that summary without granting the model permission to restart or modify anything.
    The model's failure mode was not wrong commands but an inconsistent process—the same prompt and the same system state, yet different execution paths on successive runs.
  2. Jay writes about a curated collection of over 200 ready-to-import n8n workflows that combine standard automation with modern LLM stacks, including vector databases and embeddings. These templates are designed to facilitate rapid prototyping or production deployment across various sectors such as finance, healthcare, and DevOps through simple JSON imports.

    - Supported tech stacks include Pinecone, Weaviate, Supabase Vector, Redis, OpenAI, Anthropic Claude 3, and Hugging Face.
    - Workflows can incorporate Slack alerts, Google Sheets logs, OCR, and HTTP polling.
    - The repository invites community contributions to complete any unfinished templates.
    2026-08-05 Tags: , , , by klotz
  3. This article details how to build powerful, local AI automations using n8n, the Model Context Protocol (MCP), and Ollama, aiming to replace fragile scripts and expensive cloud-based APIs. These tools work together to automate tasks like log triage, data quality monitoring, dataset labeling, research brief updates, incident postmortems, contract review, and code review – all while keeping data and processing local for enhanced control and efficiency.

    **Key Points:**

    * **Local Focus:** The system prioritizes running LLMs locally for speed, cost-effectiveness, and data privacy.
    * **Component Roles:** n8n orchestrates workflows, MCP constrains tool usage, and Ollama provides reasoning capabilities.
    * **Automation Examples:** The article showcases several practical automation examples across various domains, from DevOps to legal compliance.
    * **Controlled Access:** MCP limits the model's access to only necessary tools and data, enhancing security and reliability.
    * **Closed-Loop Systems:** Many automations incorporate feedback loops for continuous improvement and reduced human intervention.
    2026-01-09 Tags: , , , , by klotz
  4. This article details seven pre-built n8n workflows designed to streamline common data science tasks, including data extraction, cleaning, model training, and deployment.

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: Tags: n8n

About - Propulsed by SemanticScuttle