Skip to main content
Automation 2026

Private Household Dinner Assistant

An on-premise AI agent that helps make dinner time a breeze by organizing your grocery list for you.

Role System Architect
Client Personal Project
Full width cover image for Private Household Dinner Assistant

Services

Local LLM n8n Inventory Tracking

Key Results

$0/mo

Cloud API Cost

0 KB

Data Shared

The Challenge

Meal planning while respecting pantry ingredients, budget constraints, and dietary rules without sending personal grocery or health data to third parties.

Strategy & Vision

Split execution between local reasoning on DeepSeek and cloud task triggers in n8n.

Design Approach

Minimalist webhooks triggering structured JSON schemas for recipes and grocery deltas.

Engineering & Implementation

Self-hosted n8n workflow communicating with local Mac LLM endpoint via secure tunnel.

The Outcome

Instant meal recommendations and automated grocery lists generated completely offline.

Architecture

The Dinner Assistant lives in two places — its brain on the local Mac and its body in the cloud. n8n coordinates incoming requests (text, voice, or webhook) and routes them to the local ds4 inference engine via an encrypted tunnel. The model reasons about the pantry state, dietary rules, and budget, then returns a structured meal plan that n8n converts into a grocery list.

The key insight: the model never leaves the laptop. No API keys, no subscription, no third-party access to your eating habits or family health data.

Download n8n Workflow JSON
Finally, dinner planning that doesn't harvest our family routines.
Jeremy Lloyd Creator