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

20 Aug 2026
AgentsCoding toolsInfrastructureSafety and policy

The Citizen Developer

AI coding agents are turning employees outside engineering into “citizen developers,” dramatically expanding who can ship software. The article and discussion focus on the resulting security, accountability, and platform-governance challenge: make the safe deployment path accessible through the agent itself.

HN Discussion
20 Aug 2026
Coding toolsInfrastructureBusiness and industry

The August 17 outage

GitHub details a 7-hour-47-minute outage caused by capacity exhaustion and cascading retry traffic, while moving more workload to Azure. HN extensively debates whether Copilot and AI coding agents drove the sharp traffic growth and whether GitHub is prioritizing that expansion over reliability.

HN Discussion
20 Aug 2026
AgentsOpen sourceInfrastructure

TrueForge – The open-source agent harness

TrueForge is an open-source runtime for deploying LLM agents with MCP tools, sandboxing, approvals, session state, and UI/API access. The discussion compares its production-oriented scope with CLI agent projects and highlights self-hosting and model-provider flexibility.

HN Discussion

Built by Will Etheridge

wjeth.comwjeth@pm.me
20 Aug 2026
ModelsCoding toolsResearchInfrastructure

AI at Home Part 2: Multi-GPU Drifting

A detailed experiment optimizes Gemma, DeepSeek, and Qwen inference across four inexpensive AMD GPUs. Fixing PCIe peer-to-peer transfers and using tensor or layer parallelism substantially improves local LLM performance, making agentic coding workloads practical.

HN Discussion
20 Aug 2026
ModelsResearchInfrastructureAI applications

A look under our trunk: what's in our compute

Waymo details the custom 5nm ASIC and heterogeneous, redundant onboard compute powering its autonomous Driver. The HN discussion examines the system’s hardware claims, safety and remote assistance, and the broader practicality of robotaxis.

HN Discussion
20 Aug 2026
ModelsResearchInfrastructure

DiffusionGemma Technical Report

DiffusionGemma fine-tunes Gemma 4 into a discrete-diffusion language model that generates roughly 1,500 tokens per second on an H100 by refining 256-token blocks in parallel. HN discusses its promising local-inference speed, implementation challenges, hardware tradeoffs, and quality gaps versus autoregressive models.

HN Discussion
20 Aug 2026
ModelsResearchInfrastructureAI applications

Show HN: I trained a 125M model to autocomplete piano on-device

An author trained a 125M-parameter transformer to continue live MIDI piano performances at about 108 notes per second on an iPhone. The write-up details compact note representations, data cleaning, DPO preference training, and Core ML deployment; HN discusses musical quality and extensions such as accompaniment and other instruments.

HN Discussion
20 Aug 2026
ModelsOpen sourceInfrastructureBusiness and industry

If this is true, the hyperscalers are toast

An article argues that increasingly capable, energy-efficient small language models could move much AI inference from hyperscaler data centers to desktops and phones. HN debates benchmark limitations, local-model quality, privacy, economies of scale, and whether this really threatens frontier labs or cloud infrastructure.

HN Discussion
19 Aug 2026
AgentsInfrastructureSafety and policy

Collaborative Human Agent Protocol (CHAP)

CHAP is an open protocol for structuring and auditing human decisions around AI-agent work, with integrations alongside MCP and A2A. It records overrides, rationales, handoffs, and signatures to support accountability and future agent supervision.

HN Discussion
19 Aug 2026
ModelsResearchInfrastructure

DFlash 2: Keep Drafting Parallel

DFlash 2 improves parallel speculative decoding with a lightweight path selector and local convolution, reporting roughly 16–25% longer acceptance and up to 3× throughput. HN commenters test integrations, troubleshoot quantization, and discuss lossless sampling and stochastic outputs.

HN Discussion
19 Aug 2026
InfrastructureAI applicationsBusiness and industry

Router by Ramp

Ramp launched Router, a single API endpoint that routes requests across AI models based on cost, quality, latency, and availability. HN discusses its model coverage, privacy defaults, competition with OpenRouter, and whether the service can deliver its claimed savings.

HN Discussion
19 Aug 2026
ModelsResearchInfrastructure

Unsloth Dynamic 3.0 GGUFs

Unsloth’s Dynamic v3.0 post-training quantization produces smaller Qwen3.8-27B GGUFs while aiming to preserve more model quality, including new held-out divergence tests. HN users discuss real-world coding results, looping failures at 1–2 bits, hardware tradeoffs, and missing benchmarks.

HN Discussion
19 Aug 2026
InfrastructureAI applicationsBusiness and industry

OpenRouter is joining Stripe

Stripe is acquiring OpenRouter, a major gateway that aggregates hundreds of AI models and providers behind one API, reportedly for more than $7B. HN debates its routing, reliability, data, and billing advantages—and whether Stripe is buying the infrastructure for a future agent-driven economy.

HN Discussion
19 Aug 2026
AgentsOpen sourceInfrastructureSafety and policy

Launch HN: OneCLI (YC S26) – OSS sandboxed agent harness for teams

OneCLI is an open-source team platform that gives each employee a sandboxed AI agent, with gateway-enforced permissions, credential injection, audit trails, and human approval for risky actions. HN focuses on whether endpoint-level controls can withstand prompt injection and confused-deputy attacks.

HN Discussion
19 Aug 2026
AgentsCoding toolsInfrastructureSafety and policy

Extensible Software in the age of LLMs

The article proposes web software that users can extend by prompting LLMs to generate narrowly scoped code, backed by capability-based security and sandboxed runtimes such as Cloudflare Dynamic Workers. HN debates whether this will broaden software customization beyond power users and highlights the difficult security and deployment tradeoffs.

HN Discussion
19 Aug 2026
Open sourceInfrastructure

The Mojo language (by Modular, now Qualcomm) is now open-source

Modular has open-sourced the Mojo 1.0 language and compiler under Apache 2.0, alongside broader accelerator support and a production Modular Cloud inference service. HN discusses Mojo’s prospects as a portable alternative for programming heterogeneous AI hardware.

HN Discussion
19 Aug 2026
ModelsInfrastructureBusiness and industry

Cerebras CS-4

Cerebras announced CS-4, a three-wafer rack-scale system claiming up to 30× faster inference than GPU systems and support for models exceeding 50T parameters. HN debates the opaque benchmarks, extreme 162 kW power draw, limited memory, scarcity, and whether the hardware can challenge Nvidia.

HN Discussion
19 Aug 2026
AgentsInfrastructure

Show HN: Maritime, a platform for running AI agents for $1 a month

Maritime offers isolated, stateful microVMs for deploying thousands of AI agents, priced from $1 per agent per month. HN discussion focuses on resource limits, backups, LLM hosting responsibility, and the platform’s free tier.

HN Discussion
18 Aug 2026
AgentsCoding toolsOpen sourceInfrastructure

fx :Tiny, open, native coding agent.

fx is an experimental, Apache-licensed coding-agent harness written in Zig, offering a roughly 6 MiB native binary, fast startup, low memory use, and WebAssembly support. HN discussion compares its minimalist design and embeddability with other agents while questioning its Vercel-only onboarding and differentiation.

HN Discussion
18 Aug 2026
ModelsResearchInfrastructureBusiness and industry

Mythic's analog compute-in-memory architecture

Mythic promotes flash-based analog compute-in-memory chips for dramatically more efficient AI inference. HN debates manufacturing variability, ADC/DAC and KV-cache bottlenecks, chiplet scaling, and whether the company’s ambitious LLM claims are credible.

HN Discussion
← NewerPage 6Older →