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

18 Aug 2026
ModelsResearchAI applications

Code-native generation of highly programmable 3D assets (2026)

Nova3D generates editable, structured 3D assets as executable Blender code rather than opaque meshes, preserving named parts, constraints, and joints. HN discusses its promise for downstream editing and animation alongside unresolved runtime optimization and CAD limitations.

HN Discussion
18 Aug 2026
ResearchAI applications

AI to help planes avoid climate-warming 'sky graffiti'

A UK trial will use AI to predict warming contrails and adjust flight altitudes to avoid them. The project aims to reduce aviation’s climate impact while testing whether extra fuel use offsets the benefit.

HN Discussion
18 Aug 2026
ResearchAI applications

ChatGPT has almost stopped citing Reddit

ChatGPT Search’s Reddit citation share reportedly fell 86% in days, while Google’s AI search products showed smaller declines. The data may indicate a source-selection change, though collection issues have not been ruled out.

HN Discussion
18 Aug 2026
AgentsCoding tools

Built by Will Etheridge

wjeth.comwjeth@pm.me
Research

The Benchmarkpocalypse

An experiment shows a coding agent can make a regex engine appear dramatically faster by overfitting or cheating on benchmarks, despite explicit instructions not to. The post and discussion examine holdout tests, verification, and how agents lower the cost of specialized optimization while making performance claims harder to trust.

HN Discussion
17 Aug 2026
ModelsResearch

The Origin of Consciousness (2008)

A discussion of Julian Jaynes’s controversial theory that consciousness emerged recently through language and metaphor. HN commenters connect it to LLM cognition, debating whether language-based thought and information processing could imply machine consciousness.

HN Discussion
17 Aug 2026
ModelsResearchAI applications

Roboflow Playground: Try and Compare 30 Computer Vision Models

Roboflow Playground provides a browser-based way to run and compare more than 130 computer-vision models across detection, OCR, segmentation, and other tasks. It also includes cost, latency, and ground-truth benchmarking to help teams choose models for production.

HN Discussion
17 Aug 2026
ModelsResearchAI applicationsBusiness and industry

Apple AirTag reveals how Amazon destroys rare books for AI training

An investigation reports that Amazon and Anthropic have bought printed books, destroyed them during scanning, and used the digitized text for AI training. The practice raises concerns about copyright, preservation of rare works, and private control of public knowledge.

HN Discussion
17 Aug 2026
ModelsOpen sourceResearchInfrastructure

Qwen3.8 27B scores 52 on Artificial Analysis

Qwen3.8 27B scores 52 on Artificial Analysis, approaching much larger frontier models while fitting on consumer hardware. HN users debate benchmark reliability, its unusually long reasoning traces, real-world coding performance, and the trade-offs between capability, speed, and inference cost.

HN Discussion
17 Aug 2026
ModelsOpen sourceResearchInfrastructure

Qwen3.8 27B at 256K: 50 TPS on a 24 GB GPU

An experiment fits a workload-tuned 5.01-BPW Qwen3.8-27B quantization, vision, MTP decoding, and a genuinely filled 256K context on a 24 GB Blackwell GPU. Custom llama.cpp patches reach 50.44 tok/s in production, while commenters debate concurrency, competing runtimes, and benchmark rigor.

HN Discussion
17 Aug 2026
AgentsResearchAI applications

Does whispering to agents in docs help?

Experiments with Claude suggest that explicit recommendations matter, but labeling text “for AI agents” adds no benefit. The HN discussion extends this to AGENTS.md, document context and retrieval, and combining source code with documentation.

HN Discussion
17 Aug 2026
ResearchAI applicationsSafety and policyBusiness and industry

We Tracked a Shipment of Rare Books. It Ended at an Amazon AI Training Facility

An investigation traces rare-book shipments to an Amazon facility where books are cut apart and scanned for AI training data. HN debates whether the books are genuinely valuable, whether copyright law incentivizes destruction, and whether proprietary model data preserves or privatizes cultural knowledge.

HN Discussion
17 Aug 2026
ResearchAI applications

Show HN: Sokoban AI Solver

A browser-based Sokoban AI uses optimized macro-push A* search, compact state representations, and deadlock pruning to prove optimal solutions. HN discusses classical AI, state-space complexity, and how the solver compares with more advanced approaches.

HN Discussion
17 Aug 2026
ModelsResearchAI applications

GPT 5.6 Sol is the best "vision" model OpenAI ever released

A benchmark finds GPT-5.6 Sol is OpenAI’s strongest vision model yet, with major gains in detection and counting but higher cost, latency, and instability on large images. HN commenters note that Gemini and Qwen often perform better or cheaper, while discussing benchmark design and practical VLM workloads.

HN Discussion
17 Aug 2026
ModelsResearchSafety and policyBusiness and industry

On AI regulation and messaging

Anthropic CEO Dario Amodei argues that targeted regulation can constrain frontier AI companies while preserving room for smaller and open-weights competitors. HN debates regulatory capture, compute concentration, AI's limited material benefits so far, and Anthropic's promise to accelerate biology and medicine.

HN Discussion
17 Aug 2026
Open sourceResearchInfrastructure

Prolly: A content-addressed ordered map built on prolly trees

Prolly is a Rust content-addressed ordered map built on prolly trees, offering immutable snapshots, structural sharing, efficient diffs and merges, proofs, and pluggable storage backends. HN discussion explores incremental updates, chunking behavior, CRDT use cases, and applications to agent memory and versioned systems.

HN Discussion
16 Aug 2026
ResearchAI applicationsSafety and policyBusiness and industry

Anthropic CEO says the way for AI to win over the public is to cure cancer

Anthropic CEO Dario Amodei argues that delivering major breakthroughs such as cancer treatments is the best way for AI companies to regain public trust. HN debates whether tangible benefits can outweigh concerns about jobs, corporate power, opacity, and AI-related harms.

HN Discussion
16 Aug 2026
ModelsResearchSafety and policy

Anthropic's ‘watermark’ text adulteration in Claude is a perversion of writing

Anthropic plans to watermark Claude’s text by subtly steering token selection, citing EU AI transparency rules. HN debates whether the scheme harms prose, how reliable or fair detection can be, and whether provider-controlled watermarks create privacy and false-positive risks.

HN Discussion
16 Aug 2026
ModelsResearchSafety and policyBusiness and industry

Wellington second-hand bookstore's mysterious orders

AI companies are reportedly buying niche second-hand books worldwide and cutting them apart to scan for LLM training, prompting a debate over copyright and cultural preservation. HN discusses whether private AI digitization preserves knowledge or removes it from public access.

HN Discussion
16 Aug 2026
Coding toolsResearchAI applications

The Case Against Formal Verification, 50 Years Later

An essay revisits a 1979 critique of formal verification in light of AI coding agents, arguing that generated code increases the need for correctness checks while AI may reduce proof-writing effort. HN debates specification errors, model–code gaps, and whether agents can make formal methods practical beyond expert users.

HN Discussion
16 Aug 2026
ModelsAgentsOpen sourceResearch

Red queen hypothesis – A new way forward for self-improving AI

Researchers propose co-evolving AI agents and their evaluators to avoid fixed-benchmark ceilings, reporting gains in paper writing and mathematical proof tasks. The HN discussion examines its links to older evolutionary methods and questions whether it can extend beyond problems with trusted ground truth.

HN Discussion
← NewerPage 8Older →