惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
腾讯CDC
Jina AI
Jina AI
博客园 - 司徒正美
博客园 - 三生石上(FineUI控件)
Apple Machine Learning Research
Apple Machine Learning Research
GbyAI
GbyAI
WordPress大学
WordPress大学
Hugging Face - Blog
Hugging Face - Blog
T
The Blog of Author Tim Ferriss
小众软件
小众软件
M
MIT News - Artificial intelligence
MyScale Blog
MyScale Blog
D
Docker
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Google DeepMind News
Google DeepMind News
月光博客
月光博客
L
LangChain Blog
F
Fortinet All Blogs
Microsoft Azure Blog
Microsoft Azure Blog
博客园 - Franky
C
Check Point Blog
U
Unit 42
人人都是产品经理
人人都是产品经理

Hacker News

GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis Bonsai 1-bit WebGPU - a Hugging Face Space by webml-community Moving a large-scale metrics pipeline from StatsD to OpenTelemetry / Prometheus GitHub - Nightmare-Eclipse/RedSun: The Red Sun vulnerability repository GitHub - SethPyle376/hiraeth: Local AWS emulator focused on fast integration testing, with SQS support, SQLite-backed state, and a debug-friendly web UI. GitHub - macOS26/Agent: Any AI, replaces Claude Code, Cursor, OpenClaw. Over 18 LLM providers (Claude, OpenAI, Gemini, Ollama, Zai, HF, Qwen) wired into a native Mac app that writes code, builds Xcode projects, bumps versions, manages git, automates Safari, use AppleScript, JS or Accessibility, extend Agent! w/ MCP Servers, run tasks from your iPhone via Messages. YouTube now lets you turn off Shorts I Made a Terminal Pager Burgers | マクドナルド公式 Commands — HackerNews CLI documentation ChatGPT for Excel PiCore - Raspberry Pi Port of Tiny Core Linux Live Nation illegally monopolized ticketing market, jury finds Google Broke Its Promise to Me. Now ICE Has My Data. Founding Engineer at Adaptional | Y Combinator CRISPR takes important step toward silencing Down syndrome’s extra chromosome GitHub - saffron-health/libretto: The AI toolkit for building reliable browser automations US v. Heppner (S.D.N.Y. 2026) no attorney-client privilege for AI chats [pdf] Retrofitting JIT Compilers into C Interpreters IPv6 – Google The Accursèd Alphabetical Clock Cybersecurity Looks Like Proof of Work Now Fragments: April 14 Cal.com Goes Closed Source: Why AI Security Is Forcing Our Decision | Cal.com - Scheduling Software for Online Bookings Laravel raised money and now injects ads directly into your agent When moving fast, talking is the first thing to break Too much Discussion of the XOR swap trick – Heather Cafe Introduction to Spherical Harmonics for Graphics Programmers The Grand Line
GitHub - Coherence-Daddy/use-ollama-to-enhance-claude: Pa...
2026-04-27 · via Hacker News

Use Ollama to Enhance Claude — Two-Engine Setup

Pair Claude Desktop on Anthropic with Claude Code routed through Ollama in your terminal. Strategy stays on Pro. Heavy footwork runs on a free open-source model. Cut your Claude Code bill ~90%.

Live Tutorial Made by Coherence Daddy


What this is

A 21-slide visual walkthrough that pairs your Anthropic Claude Desktop app with an Ollama-backed Claude Code terminal session — so the strategic work stays on Pro while the heavy lifting runs on a free open-source model (Gemma, Qwen, DeepSeek, your pick).

  • Auto-detects your OS — macOS, Windows + WSL2, Linux
  • Copy-paste prompt — drop one block into Claude and it does ~98% of the setup for you
  • Verifies both engines side-by-side at the end so you know it actually worked
  • Self-contained HTML — no build step, opens in any browser

Why this exists

Claude Pro on the Desktop app is great for thinking, planning, and architecture. Claude Code in the terminal eats quota fast — context-heavy tasks like lints, refactors, file batch ops, and grep-and-replace can burn through your monthly limit in days.

The fix: route Claude Code through Ollama (local or cloud-hosted free model). Two engines, same UX, one bill cut by an order of magnitude.

Quick start

1) Open the live tutorial (recommended)

The hosted version has the full visual deck, OS-aware steps, and the copy-paste prompt:

coherencedaddy.com/tutorials/use-ollama-to-enhance-claude

2) Or use the copy-paste prompt directly

If you want to skip the visuals and let Claude do it all for you:

  1. Open prompts/copy-paste-prompt.md
  2. Copy the entire file contents
  3. Paste into a fresh Claude Desktop / Claude.ai conversation
  4. Follow along — it auto-detects your OS, installs everything, configures the router, and verifies both engines

3) Or run the presentation locally

git clone https://github.com/Coherence-Daddy/use-ollama-to-enhance-claude.git
cd use-ollama-to-enhance-claude/presentation
open index.html   # macOS
# or just drag index.html into a browser

What you'll have when you're done

Engine Where it runs What it's for
Claude Desktop (Anthropic) Native app Strategy, architecture, code review, tricky bugs
Claude Code → Ollama Your terminal Lints, refactors, repetitive edits, file batch ops

Two side-by-side panes. Same UX. One of them is free.

What's in this repo

.
├── README.md                          ← this file
├── LICENSE                            ← MIT
├── prompts/
│   └── copy-paste-prompt.md           ← the canonical setup prompt
└── presentation/
    ├── index.html                     ← 21-slide visual walkthrough
    ├── cd-face-coral.png              ← brand asset
    └── copy-paste-prompt.md           ← (mirror of /prompts version, kept beside the deck)

The presentation is the same exact HTML served at coherencedaddy.com/tutorials/use-ollama-to-enhance-claude. Open it locally, host it yourself, or fork it for your own walkthroughs.

Topics

claude-code ollama gemma llm-tools cost-optimization agentic-coding anthropic open-source-llm

License

MIT — see LICENSE. Use it, fork it, ship a YouTube walkthrough of it. No attribution required, but if you do credit it, link to coherencedaddy.com.


Coherence Daddy is a 508(c)(1)(A) faith-driven technology organization on a mission to help humanity be more coherent. We build private, secure self-help tools — and the occasional tutorial that saves you a few hundred bucks on AI bills.

If this saved you a real chunk of money, the kindest thing you can do is ⭐ this repo and share the tutorial link.