jannniii

↗ HN profile [ 75.9 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Thought to try if I could chain multiple apfel calls to make the Apple LLM be more useful, enabling use of natural language to run many zsh commands or combinations of commands.

  2. I've been running coding agents heavily for the past year or so using frontier model APIs, open weight model APIs and, most recently, local models (Qwen family models on a Strix Halo). Starting to run local inference…

  3. vipune is a local CLI memory store for AI agents. You tell your LLM agents to run vipune add "..." and vipune search "..." — it stores embeddings locally in SQLite and retrieves by semantic meaning, reranking and…