Eieye
Eieye
FeedChatReportsAbout
ModelsAgentsCoding toolsOpen sourceResearchInfrastructureAI applicationsSafety and policyBusiness and industry
Filter stories by topic
ModelsAgentsCoding toolsOpen sourceResearchInfrastructureAI applicationsSafety and policyBusiness and industry

Updated 1 Sept, 17:26

28 Aug 2026
ModelsAgentsResearch

Terminal-Bench-Science: Evaluating AI agents on scientific research workflows

Terminal-Bench-Science introduces a benchmark of 70 verifiable scientific workflows across five disciplines; the leading agent resolves only 30% of tasks. HN discusses whether its tests capture correctness and instruction-following, and the risks and promise of AI-assisted research.

HN Discussion
27 Aug 2026
ModelsAgentsInfrastructureAI applications

AI Engineer Notebooks – free, framework-free RAG/agents/evals on Colab

A free, framework-free Colab curriculum teaches practical LLM engineering from raw APIs, covering RAG, agents, evals, fine-tuning, security, and serving. HN discussion focuses on whether the basics are useful and on the importance of evaluation harnesses.

HN Discussion
27 Aug 2026
AgentsOpen sourceInfrastructureAI applications

Show HN: We built open OpenRouter that turns usage into a better model

Experiential is an open-source Rust gateway that unifies hosted, BYOK, and local models, then uses traces and simulated evaluations to optimize model routing for agent workflows. HN discussion focuses on caching, routing tradeoffs, fine-tuning, telemetry, and how it differs from LiteLLM and similar gateways.

HN Discussion

Built by Will Etheridge

wjeth.comwjeth@pm.me
27 Aug 2026
AI applicationsSafety and policy

Police Are Spending Opioid Settlement Funds on Flock Cameras

An investigation finds at least 19 US law-enforcement agencies used more than $920,000 in opioid settlement funds for AI-powered Flock, Peregrine, and other surveillance systems. Critics say the spending diverts addiction-treatment money into controversial mass-policing infrastructure.

HN Discussion
27 Aug 2026
InfrastructureSafety and policyBusiness and industry

Silicon Valley is in denial in face of widespread backlash

The article argues Silicon Valley is ignoring growing public opposition to generative AI, AI data centers, surveillance cameras, and AI glasses. HN debates whether the backlash reflects legitimate economic and privacy concerns, poor industry messaging, or resistance to technological change.

HN Discussion
27 Aug 2026
ModelsResearchInfrastructure

Benchmarking Pocket-Scale Inference

A benchmark compares small language models for pocket-scale, on-device inference. HN discusses the gap between benchmark scores and real-world usefulness, plus mobile RAM, power, and NPU constraints that still limit local LLM deployment.

HN Discussion
27 Aug 2026
AI applicationsBusiness and industry

Fewer Americans Pay to Use LLMs Than Still Pay to Play World of Warcraft

The article compares US household spending on LLM subscriptions with World of Warcraft to question AI’s claimed mass adoption. HN debates conflicting subscriber estimates, enterprise usage, churn, and whether consumer subscriptions can sustain LLM costs.

HN Discussion
27 Aug 2026
AgentsInfrastructureAI applicationsSafety and policy

Previewing the Model Hardware Standard

Anthropic is previewing MHS, a model-agnostic standard for AI agents to discover and control lab and industrial hardware through shared drivers, safety metadata, and MCP-compatible interfaces. HN debates whether it meaningfully advances existing automation protocols and whether LLMs are safe abstractions for physical equipment.

HN Discussion
27 Aug 2026
ModelsAI applicationsBusiness and industry

Gemini-3.5-Transcribe

Google launched Gemini 3.5 Transcribe for low-latency streaming and recorded-audio transcription, with formatting, custom vocabulary, multilingual support, and speaker attribution. HN users compared it with Whisper, Soniox, Voxtral, and ElevenLabs, finding strong accuracy but ongoing concerns around latency, diarization, pricing, and privacy.

HN Discussion
27 Aug 2026
Coding toolsResearch

We found a division by zero bug in FFmpeg with a vibecoded fuzzer

An AI-assisted fuzzer found a division-by-zero crash in FFmpeg, though commenters note the issue may have been discovered previously by OSS-Fuzz. The discussion focuses on whether LLM-built fuzzing tools provide meaningful novelty beyond conventional fuzzers.

HN Discussion
27 Aug 2026
AgentsCoding toolsAI applications

Show HN: Yet another minimal and lightweight terminal multiplexer written in Go.

hrdx is a Go terminal multiplexer built around running multiple coding agents across persistent project workspaces. HN discussion compares its agent-focused workflow and API with tmux and similar tools.

HN Discussion
27 Aug 2026
Coding toolsAI applications

Tell HN: Man, AI is killing my brain

A developer says sustained pressure to use Claude Code and multiple parallel agents has left them unable to understand or write code independently. HN discusses productivity pressure, skill atrophy, mental health, delegation, and quality risks.

HN Discussion
27 Aug 2026
ModelsAI applicationsBusiness and industry

Gemini Omni 1.1 Flash

Google’s Gemini Omni 1.1 Flash adds scene extension, keyframe interpolation, video references, faster low-resolution drafts, and 4K upscaling through its API. HN discusses whether better controllability will matter more than raw quality, alongside creative-industry disruption, deepfake concerns, and Google’s video strategy.

HN Discussion
27 Aug 2026
AI applications

Grok Bot for Linux: Unofficial port of the official app (open source)

An open-source project ports Cursor’s Grok Bot desktop app to Linux by rebuilding its Electron runtime and native modules. It provides unofficial access to Grok bots and the cloud computer, though Cursor and xAI do not support the build.

HN Discussion
27 Aug 2026
AgentsCoding toolsAI applications

Show HN: My Claude quota ran out in 10 minutes, so I made a tool to find out why

Tare is a local Claude Code skill that analyzes request logs to explain quota usage, context overhead, projects, tools, and runaway automation. HN users compare it with built-in status lines and discuss how large contexts and subagents rapidly consume quotas.

HN Discussion
27 Aug 2026
ModelsResearch

Formalization of the Solution to the Hopf Problem

A Lean repository formalizes the solution to the Hopf problem. HN discussion focuses on the growing role of LLMs in producing and checking large-scale mathematical proofs, and what human understanding means when formalization is machine-assisted.

HN Discussion
27 Aug 2026
AgentsAI applications

Agents still can't automate Excel

AI agents can edit Excel files but often cannot reliably recalculate or validate complex workbooks without Excel, sometimes masking errors with Python estimates. HN discusses spreadsheet-agent limitations, benchmark fairness, and whether the promoted Python-based Orcaset alternative adds enough value.

HN Discussion
27 Aug 2026
ModelsAgentsCoding toolsBusiness and industry

Small Models Have Arrived

Small, fast models are becoming capable enough for routine coding, tool use, and business workflows at a fraction of frontier-model costs. HN discusses the trade-offs among model quality, latency, harness design, local hosting, and whether cheaper inference could unlock new AI products.

HN Discussion
27 Aug 2026
AgentsResearchAI applicationsBusiness and industry

Launch HN: Salem Robotics (YC S26) – Software for industrial inspection robots

Salem Robotics develops an AI-plus-classical-robotics software layer for hazardous industrial inspections, using existing robot hardware for tasks such as nuclear surveys and leak detection. The discussion explores the practical boundary between learned perception and explicit geometric planning in safety-critical robots.

HN Discussion
27 Aug 2026
AgentsCoding toolsOpen sourceAI applications

Show HN: Watches user sessions, finds bugs that matter, and fixes them

Opslane is an open-source agent that watches web sessions and error data, prioritizes user-impacting bugs, investigates them, and opens verified pull requests. HN discussion highlights its agent workflow and substantial privacy concerns around session recording.

HN Discussion
← NewerPage 8Older →