From Product Hunt

Gmail's AI overhaul leads today, plus context engineering tools and stealth automation.

Chirpz — Academic Paper Discovery AI-powered academic paper discovery. Searches 280M+ papers across PubMed, arXiv, and journals with natural language. Upload draft to detect citation gaps. Zero hallucinations - all results verified.
▲ 280 · chirpz.ai
Repo Prompt — Context Engineering for AI Native macOS context engineering tool for AI coding. Builds dense, relevant context from your codebase without wasting tokens. MCP server integration turns it into backend for Claude Code, Cursor, and Codex.
▲ 214 · repoprompt.com
Owl Browser — Stealth Automation Enterprise stealth browser automation. Passes 100% of bot detection tests (vs Puppeteer's 44%). Natural language commands, AI-powered element finding, automatic CAPTCHA solving. Per-context Tor IP isolation.
▲ 119 · owlbrowser.net
Sloggo — DuckDB Syslog Viewer Open source minimal syslog collector and viewer based on DuckDB. RFC 5424 compliant, runs as a single lightweight container. Great for small to medium scale self-hosted logging.
▲ 90 · github.com
From Reddit

AI solves a 50-year-old math problem. Atlas wins CES. Musk lawsuit proceeds.

NVFP4 Competition Winner Used AI for CUDA A top submitter in NVIDIA's Blackwell NVFP4 Kernel Hackathon had never hand-written GPU code before. Used AI to write CUDA kernels. Comments note "LLM is a talent amplifier" - good devs can now switch stacks rapidly.
Atlas Wins Best Robot at CES 2026 Hyundai-owned Boston Dynamics Atlas humanoid wins Best Robot at CES 2026 for demonstrating real-world autonomy rather than scripted demos. Factory-ready deployment planned for Hyundai plants starting 2028.
vLLM Quantization Deep Dive Comparing AWQ, GPTQ, Marlin, GGUF, BitsandBytes on Qwen2.5-32B using H200. Marlin hits 712 tok/s vs FP16's 461. Note: methodology issues flagged in comments.
Musk Lawsuit vs OpenAI Can Proceed US judge rules Elon Musk's lawsuit over OpenAI's for-profit conversion can proceed to trial. Major legal development in the ongoing dispute.
From Reddit

LTX-2 gets GGUF quantization, ComfyUI adds NVFP4 support, and turbo LoRAs speed up generation.

LTX-2 GGUF Quantized Models Available Kijai releases LTX-2 GGUF quantized models. Q6 quality reportedly better than FP8. Allows running LTX-2 video model on consumer GPUs with less VRAM. Requires specific ComfyUI-GGUF PR for compatibility.
ComfyUI Gets NVIDIA NVFP4 Support Official ComfyUI blog post on new NVIDIA GPU optimizations: NVFP4 quantization, async offload, and pinned memory. 3-4x throughput vs FP16/BF16 for linear layers. Models compressed up to 70% without losing quality.
Z-Image IMG2IMG Ultimate Photorealism Workflow Definitive Z-Image IMG2IMG workflow for character LoRAs achieving ultimate photorealism. Includes workflow, model links, LoRA, and exact training method.
Qwen-Image 20x Faster Turbo LoRA Wuli Art releases V3.0 of Qwen-Image-2512-Turbo-LoRA. 4 or 8-step turbo LoRA that's 20x faster than original while matching quality.
From Reddit

macOS clipboard managers, self-hosted Obsidian Publish, and Docker DNS automation.

Pesto — Open Source Clipboard Manager Open source clipboard manager for Mac inspired by Maccy and Copy 'Em. Keyboard-driven, fully local, no cloud sync. Free and installable via brew or DMG.
Coco Alemana — Data Editing for Scientists Professional data editing tool for scientists built with C++ for processing engine and Swift + AppKit for UI. All-in-one for data transformation and analysis.
Caddy auto_https prefer_wildcard Tip New Caddy directive auto_https prefer_wildcard makes wildcard cert configs much cleaner. Previously ugly and fragile, now just a global directive.
dumpsterr — Plex Trash for NFS/SMB Tool to safely empty Plex trash for NFS/SMB users. Solves pain point where Plex's native empty trash doesn't work with network storage.
Self-Hosted Obsidian Publish with Quartz Self-hosted Obsidian Publish alternative using Quartz static site generator. Custom fork with breadcrumbs generator based on frontmatter parent property.
Docker DNS Exporter — DNS from Labels Create DNS records from Docker container labels. Supports A, AAAA, CNAME, SRV, TXT record types. Auto-manages DNS based on container state.