LLMSlim
Tool-aware context, contract-safe.
What it does
v0.4.0 adds contract-safe tooling for MCP, OpenAI function, Anthropic, and generic tool schemas: provider-aware adapters, deterministic canonical JSON, SHA-256 fingerprints, exact-equivalence checks, and schema inspection. Raw execution schemas remain authoritative. Tool retrieval is research-only and is never used for authorization or execution.
Open-source Python library for extractive, rewrite, and hybrid LLM context compression with provenance-aware priority handling.
LLMSlim makes long prompts, documents, retrieval, and chat history easier to reason about—with local extractive compression, provider-aware strategies, and provenance-aware priorities. 24 curated samples stay visible in the methodology; the release story also includes categories, languages, schema contracts, security regression, and machine-readable artifacts. LLMSlim gives context a smaller, more intentional shape—without hiding the role, strategy, or boundary that produced it. Illustrative motion only. The released library exposes results—not hidden model reasoning. Local sentence selection. Deterministic, inspectable, and available without a provider. RAG text cannot gain protected…from llmslim.app
Does the same job
all alternatives →
- PAPact – a safe smart contract language (web editor)2016 · kadena.io · ▲18
- OOOpenLLMetry – OpenTelemetry-based observability for LLMs2023 · github.com · ▲154
Hey HN, Nir, Gal and Tomer here. We’re open-sourcing a set of extensions we’ve built on top of OpenTelemetry that provide visibility into LLM applications - whether it be prompts, vector DBs and more. Here’s the repo: https://github.com/traceloop/openllmetry. There’s already a decent number of tools for LLM observability, some open-source and some not. But what we found was missing for all of them is that they were closed-protocol by design, vendor-locking you to use their observability platform or their proprietary framework for running your LLMs. It’s still early in the…



More dev tools this month
the category →



Open-source GTM skills for technical founders
Dev tools · 29d ago · gtmcofounder.com


OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 1d ago · opentrailpaper.com
Launched alongside, August 2026
the whole month →- TL
Life & fun · 9d ago · louisabraham.github.io


- SA
Hello HN! I found that picking out plausible but diverse skin tones for my digital art and game development projects was kind of difficult, and I got curious about if there was a way to define a color space that made it easy. I've built a color picker and procedural generation algorithm based on the space as well as a bunch of other fun js features and demos throughout the page that use the equations. If you find it interesting, I have lots of explanations of how I built it and what properties the space has. The methodology might be a bit shaky, but hopefully the result is as helpful for…
Life & fun · Aug 2026 · toneyalexander.github.io


I trained a 125M-parameter transformer to autocomplete piano performances in real time (~108 notes/sec on an iPhone 15). The idea is basically GitHub Copilot or Tabnine, except instead of prompting it with code, you prompt it by playing a few notes on a MIDI piano. The model then continues what you played, entirely on-device. The app is free if anyone wants to try it. Happy to answer questions about the model, training, Core ML, or the many things that didn't work.
AI · 16d ago · simedw.com