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

推荐订阅源

D
Docker
V
V2EX
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
云风的 BLOG
云风的 BLOG
Blog — PlanetScale
Blog — PlanetScale
Recent Announcements
Recent Announcements
Last Week in AI
Last Week in AI
博客园 - Franky
Microsoft Security Blog
Microsoft Security Blog
Hugging Face - Blog
Hugging Face - Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Vercel News
Vercel News
MyScale Blog
MyScale Blog
大猫的无限游戏
大猫的无限游戏
罗磊的独立博客
H
Help Net Security
月光博客
月光博客
Martin Fowler
Martin Fowler
博客园 - 【当耐特】
宝玉的分享
宝玉的分享
P
Proofpoint News Feed
GbyAI
GbyAI
腾讯CDC
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

Show HN

GitHub - astefanutti/shaderbang: Shebang for Shaders Show HN: Generate Claude Code Workflows using Spec Driven Development approach Show HN: AI agents for UK GDAD PCF roles and their skills The Two Pillars: Mixer Mode and Meta-Software in the Reorganization of Software Work After AI GitHub - JaiCode08/teleport-env What 1,000+ Harness Experiments Taught Me About Self-Improving Agents Show HN: Liiists, a Markdown-first, iOS and CLI list app SwiperTab – Get this Extension for 🦊 Firefox (en-US) GitHub - kouhxp/fftext: Summarize, explain, fact-check, or translate any text, URL, or file. No GPU. No cloud. One command GitHub - sweetpad-dev/sweetpad: Develop Swift/iOS projects using VSCode GitHub - dogmaticdev/IRON: IRON a.k.a. Intermediate Representation Object Notation is a Interpreter/Database that is used to create Programming Languages. GitHub - sjhalani7/vaen: Package your AI coding harness into a portable .agent file, and share it across repos, teams, & the community without ever having to copy-paste instructions, skills, MCP config, or secrets. Show HN: Gandalf the Grader Show HN: Citadeld – replay any CI failure locally from a single file GitHub - tdortman/cuSBF: High-Performance GPU Super Bloom Filter coral-ai/claude-code-token-xray at main · Coral-Bricks-AI/coral-ai GitHub - ulyssestenn/funes: Funes is a Git-based framework for LLM-managed knowledge work: an AI Librarian ingests raw sources, builds an interlinked Markdown knowledge base, and uses it to produce cited reports, analyses, and other outputs. GitHub - ThatXliner/gah: Git Add Hunk, built for agents to use GitHub - harmont-dev/harmont-cli: Command-line client for the Harmont CI platform GitHub - brooksmcmillin/mcp-authflow: OAuth 2.0 Authorization Server framework for MCP servers GitHub - javaid-codes/audit-supply-chain-agents GitHub - amorey/gochan: A small library of common channel architectures for Go, inspired by Rust GitHub - arifozgun/OpenGem: Free, Open-Source AI API Gateway with Gemini, OpenAI & Anthropic Compatibility in 1 file GitHub - Pranesh950/BioPetals: 🌸 Run BIOxAI models at home, BitTorrent-style. Fine-tuning and inference up to 10x faster than offloading GitHub - cnguyen14/bounty-doctor: Diagnose a GitHub bounty issue before you waste hours: detects honeypot scam repos, AI-bot attempt swarms, and stale contests. Show HN: CoreMCP – MCP Server for On-Prem DBs Show HN: KittyHTML – Render HTML/CSS as an inline image in your terminal GitHub - bingud/filemat: Web-based file manager Show HN: TruthLens – Free multi-signal deepfake image detector GitHub - apexlocal-jz/claude-usage-tray: Windows system-tray app showing your Claude Code rate-limit usage at a glance. Zero deps, ~300 lines of PowerShell. Cross-IDE (works regardless of VS Code, Cursor, plain terminal).
Fluiq: The AI Ops Stack for LLM Applications
Fluiq · 2026-06-01 · via Show HN

AI Ops Stack · LLM Applications

Production AI,
without the
blind spots.

FluiqAI is the unified ops layer for LLM applications: security scanning, intelligent caching, deep observability, and automated evaluation on every request.

Observability tools tell you what broke.
Fluiq helps you prevent it.

Most platforms stop at tracing. Fluiq adds a security layer, a caching layer, and a quality gate, so you catch problems before your users do.

Full trace visibility across every LLM call

Every token, latency, and cost attributed to the exact agent node that spent it. Streaming traces, cost anomaly alerts, and per-model breakdowns, without changing how you write code.

  • Per-node token attribution
  • p50 / p95 / p99 latency tracking
  • Real-time trace streaming

fluiq.instrument(api_key="fl_...")

Block attacks before they reach your model

Pre-call scanning catches jailbreaks, prompt injections, and skeleton-key attacks before the LLM call is made. Post-call scanning redacts PII and secrets from stored traces.

  • Pre-call jailbreak + injection blocking
  • PII & secret redaction on traces
  • No false positives, fails open on errors

fluiq.secure(mode="block")

Stop paying for duplicate LLM calls

Fluiq analyses your actual trace history to find which prompts repeat, then provisions a dedicated cache instance for your account. Repeated calls are served from cache automatically.

Server-side caching, zero infra to manage

Profile built from your real traffic patterns

Configurable TTL and model scope

fluiq.optimize()   # "cache" | "observe"

Gate responses that fail quality thresholds

LLM-as-judge runs server-side after each call. Set per-metric thresholds. Warn mode logs quality scores to the dashboard; block mode raises FluiqEvalError before the response reaches your app.

  • hallucination, faithfulness, relevance, toxicity
  • Scores stored and visible in the dashboard
  • Block mode prevents bad responses reaching users

fluiq.eval(thresholds={'hallucination': 0.8})

Write, version, and deploy prompts like software

A dedicated IDE-style editor for your prompt templates, with {{variable}} injection, full version history, and per-environment deployment. Iterate directly on real production traces, compare model outputs side-by-side, and ship with confidence.

  • {{variable}} template syntax: define slots, fill at runtime via SDK
  • Version history: save, browse, and restore any past version instantly
  • One-click deployment to dev, staging, and production environments
  • Side-by-side model comparison with the same prompt across models
  • Pull directly from live traces and iterate on real-world prompts

fluiq.get_prompt("customer-support", env="production")

How it works

Four functions. Production-ready in minutes.

Framework-agnostic

Works with the stack you already use.

Fluiq patches at the function-call level, not the framework level. Any Python function that hits an LLM or vector database becomes a traced span with one decorator.

OpenAIAnthropicGoogle GeminiLangChainLangGraphCrewAIPineconeChromaWeaviateFAISSGoogle ADKQdrant

Free up to 50K traces a month.

Start with observability on the free tier. Add security, optimization, and evaluation as your pipeline grows. No code changes required.

No credit card required. pip install fluiq, instrument in 60 seconds.