HN user

jmrobles

83 karma
Posts30
Comments11
View on HN
labs.montevive.ai 2mo ago

Show HN: OpenAI Privacy Filter running 100% locally in the browser WebGPU

jmrobles
1pts0
github.com 9mo ago

Show HN: Autocache – Cut Claude API costs 90% (for n8n, Flowise, etc.)

jmrobles
1pts1
github.com 1y ago

Show HN: Penpot MCP Server

jmrobles
2pts0
robleshermoso.com 1y ago

Pareto AI

jmrobles
1pts0
robleshermoso.com 1y ago

DIY Password Manager with Vim and Syncthing

jmrobles
2pts0
old.reddit.com 2y ago

Spanish justice sentence to block temporary Telegram in Spain

jmrobles
2pts1
digital-strategy.ec.europa.eu 2y ago

European AI Office

jmrobles
2pts0
www.theguardian.com 2y ago

AI-powered drone beats human champion pilots

jmrobles
1pts0
github.com 4y ago

Manfred Awesomic CV: Open source machine and human compatible CV standard

jmrobles
89pts34
jmrobles.medium.com 4y ago

LibreTranslate on Kubernetes, your own translation SaaS

jmrobles
2pts0
github.com 5y ago

Show HN: Apache H2 Database SQL Driver for Go

jmrobles
7pts0
www.osnews.com 5y ago

Facebook says it will stop operating in Europe if regulators don’t back down

jmrobles
13pts9
www.hetzner.com 5y ago

Hetzner Cloud adds Load Balancer SaaS from 4.99€ with K8s support

jmrobles
3pts1
blogs.apache.org 6y ago

The Apache Software Foundation Announces Apache Hudi as a Top-Level Projec

jmrobles
1pts0
www.huaweicloud.com 6y ago

Huawei SDK for AI Edge Computing

jmrobles
1pts0
en.wikipedia.org 6y ago

Spiking Neural Network

jmrobles
2pts0
medium.com 6y ago

Free SSL certificate for your Kubernetes cluster with Rancher

jmrobles
1pts0
itnext.io 6y ago

Practical guide to securing gRPC connections with Go and TLS – Part 1

jmrobles
1pts0
medium.com 6y ago

Why Should You Learn Rust? – Better Programming

jmrobles
2pts1
medium.com 6y ago

Cheap Kubernetes Cluster with Rancher and Hetzner

jmrobles
1pts0
bml.digitalilusion.com 7y ago

Show HN: Business Model Canvas tool with balance and funnel

jmrobles
3pts2
digitalilusion.com 7y ago

Cheat Sheets for Developers

jmrobles
19pts3
towardsdatascience.com 7y ago

Build Your Own Robust Deep Learning Environment in Minutes

jmrobles
1pts0
digitalilusion.com 7y ago

Embedded Web Server in Flutter

jmrobles
1pts0
towardsdatascience.com 7y ago

Detecting Personal Data Within API Communication Using Deep Learning

jmrobles
2pts0
www.youtube.com 7y ago

AI Training a Humanoid in Unity with Tensorflow and ML-Agents

jmrobles
1pts0
softskills.games 7y ago

Improve your soft skills while you are playing videogames

jmrobles
1pts0
medium.com 7y ago

Understanding “Keys” in Flutter

jmrobles
1pts0
towardsdatascience.com 7y ago

A High-Level Guide to NLP Techniques

jmrobles
1pts0
github.com 8y ago

TensorFlow upgrade to CUDA 9/CuDNN 7

jmrobles
3pts0

Hi HN! I built Autocache, an intelligent proxy for the Anthropic Claude API that automatically reduces costs by up to 90% and latency by up to 85%.

  **The Impact:**
  If you're spending $100/day on Claude API calls with system prompts and tools, Autocache can reduce that to ~$10/day with zero code changes. For a 1000-token system prompt reused across requests, you pay 1.25× once to cache it, then 0.1× on every
  subsequent request.

  **The Problem:**
  Anthropic's Prompt Caching requires manually placing cache breakpoints in your API requests. For applications like n8n workflows, Flowise chatbots, or any complex integration with system prompts, tools, and conversation history, you either can't
  access the request structure to optimize it, or doing so manually is extremely tedious.

  **How Autocache Works:**
  It's a transparent drop-in proxy. For each request, it:
  1. Analyzes token counts across system prompts, tools, and message content
  2. Calculates ROI scores for potential cache breakpoints (write costs vs. read savings)
  3. Automatically injects cache-control fields at optimal positions
  4. Returns X-Autocache-* headers showing projected savings and break-even points

  **Perfect for:**
  - n8n AI workflows (change base URL in Claude node)
  - Flowise chatbots (configure HTTP endpoint)
  - LangChain/LlamaIndex apps
  - Custom Claude integrations
  - Any app where you can't manually optimize prompts

  **Try it in 30 seconds:**
  ```bash
  docker run -d -p 8080:8080 -e ANTHROPIC_API_KEY=sk-ant-... ghcr.io/montevive/autocache:latest

  Point your app to http://localhost:8080/v1/messages – check response headers for actual savings metrics on your workload.

  GitHub: https://github.com/montevive/autocache

  I've tested this with n8n workflows and seen $200→$25/day cost reductions on production workloads. The ROI algorithm uses conservative estimates, but I'd love feedback on edge cases or strategies I haven't considered.

  Tech: Go, ~29MB Docker image, multi-arch, MIT licensed.

I think the same. It is important that you can consult quickly, both for juniors and seniors. More than a sheet or two, it looks like a small reference manual.