New AI tools in darktable 5.6
Darktable 5.6 introduces its first AI features, including an AI object mask and a neural restore module for denoising and upscaling, all running locally on the user's CPU or GPU. The open-source photo…
Darktable 5.6 introduces its first AI features, including an AI object mask and a neural restore module for denoising and upscaling, all running locally on the user's CPU or GPU. The open-source photo…
Mozilla AI has expanded its encoderfile project to support image classification, allowing vision models to run as standalone executables without Python or serving infrastructure. The update includes p…
Promptblock, a new GitHub App, detects prompt-injection attempts in GitHub issues and comments by scanning hidden HTML comments that AI agents read via the API but humans do not see. The app uses a bu…
A developer released PII GUI, a free, open-source desktop app that detects and redacts personal information in PDFs, Markdown, and text files entirely on-device using regex or local ONNX models, with …
Researchers introduced RAMS, a runtime controller that dynamically switches between YOLOv8 model tiers on embedded devices to balance latency and detection quality under resource pressure. On Jetson O…
Photo Organizer AI Premium 4.7.5 was released on June 15, 2026, with a file size of 425.3 MB. The update introduces automated event album clustering, duplicate detection, and quality-based culling usi…
ImageToolbox, a free and open-source image editing tool developed by T8RIN, offers over 310 filters, AI-powered background removal, and batch processing for photographers and developers. The app is av…
NVIDIA released a workflow for converting FP8-quantized CLIP model checkpoints into TensorRT engines, enabling faster inference and higher GPU throughput for production deployment. The process involve…
OpenCV 5.0 was released today as a major update to the open-source computer vision library, featuring a rewritten deep neural network engine and built-in support for large language and vision language…
Google added native support for Gemma 4 Multi-Token Prediction (MTP) to LiteRT-LM, its on-device LLM runtime built on LiteRT (formerly TensorFlow Lite). Google reports the integration yields MTP decod…
AWS Lambda's reported `@maxMemoryUsed` metric tracks a high-water mark across an entire execution environment, not per-invocation memory usage, according to AWS support. A customer's ONNX model infere…
A developer built Sentinel, a real-time fraud detection system that processes 71,000 requests per second with p95 latency under 6 milliseconds. The system handles 7.8 million requests with zero errors…
SecureLayer7 released PROMPTPurify, a 14 MB CPU-only prompt-injection guard for LLM chat applications that runs entirely on the same machine without requiring a GPU, API, or additional services. The o…
A developer released textsnap, a command-line tool that performs OCR on images, screenshots, PDFs, and webpages entirely on a local CPU without requiring a GPU or cloud connection. The tool uses a qua…
A developer used Claude (Opus) to find, verify, and write up vulnerabilities in public open-source bug bounty programs, discovering that the biggest risk to a submission is not whether a bug is real, …
A developer built SynaptoRoute, a local semantic routing engine designed to replace LLM-based routing decisions in agentic architectures. The system uses INT8-quantized embeddings via the BAAI/bge-sma…
A developer built ImgToolkit, a collection of 100 browser-based image and video tools that process all files locally without uploading to any server. The project uses FFmpeg WASM for video processing,…
The article describes the development of AegisDesk, an open-source, multi-agent IT helpdesk platform that replaces traditional LLM-based intent routing with a deterministic, zero-token semantic routin…
FrugalSloth is a browser-based tool that trains small neural networks locally using WebGL and WebAssembly, ensuring full privacy since data and model weights never leave the user's machine. It require…
PyTorch introduced a "fake export" method that allows developers to verify the exportability of large deep learning models using `torch.export` APIs without requiring actual GPU memory. The approach u…