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

24 Aug 2026
ModelsResearch

Ox-Alpha Is GLM?

Researchers use prompt extraction and compression-based fingerprinting to argue that OpenRouter’s mysterious Ox-Alpha model is Z.ai’s GLM 5.3 Flash. HN commenters debate competing identities, multimodal evidence, hosting capacity, and the limits of NCD attribution.

HN Discussion
24 Aug 2026
Coding toolsResearch

Coding expertise is going to collapse from AI reliance

An essay argues that unrestricted AI code generation can deprive junior developers of the friction needed to build judgment and expertise, while recommending Socratic, learning-focused use of LLMs. HN debates whether this is genuine deskilling or another abstraction shift, with many developers reporting both productivity gains and growing piles of poorly understood code.

HN Discussion
24 Aug 2026
ResearchAI applicationsSafety and policy

MS Paint and Photos inivisibly watermark even locally generated output with GUID

Reverse engineering finds that Microsoft Paint and Photos embed a server-issued GUID as an invisible watermark in AI-generated images, including those rendered locally, while prompts remain subject to remote moderation. HN discusses the privacy implications, bypassability and robustness of the watermark, and whether C2PA provenance turns AI labeling into user tracking.

HN Discussion

Built by Will Etheridge

wjeth.comwjeth@pm.me
24 Aug 2026
ResearchInfrastructure

Hot Chips 2026: Applying High Bandwidth Flash (HBF)

High Bandwidth Flash puts SSD-like flash beside compute in an HBM-style package, offering far more capacity at lower bandwidth. The article and discussion examine using it for model weights and KV caches, but warn that DMA, block-sized access, endurance, and major runtime changes could limit adoption.

HN Discussion
24 Aug 2026
Coding toolsResearchSafety and policy

You Don't Need AI to Generate Code

The post argues that AI should elicit requirements and produce reviewable formal specifications, while deterministic tools generate the code. Discussion weighs this against agentic coding, AI slop, token costs, brownfield complexity, and software regulation.

HN Discussion
24 Aug 2026
ModelsResearch

Ask ChatGPT to pick a number between 1 and 30. It'll always say 17 or 23

A simple random-number prompt often elicits the same answers from different LLMs, revealing learned statistical biases rather than true randomness. HN discusses why this happens and the risks of treating model consensus as reliable truth.

HN Discussion
24 Aug 2026
AgentsOpen sourceResearchSafety and policy

Grip: An open protocol for authorised, bounded and attributable agent execution

GRIP proposes signed, hash-chained objects and enforcement rules to authorize, constrain, and attribute AI-agent actions such as tool calls and production changes. It is an early RFC with no independent implementers yet; HN discussion is largely supportive but shallow.

HN Discussion
24 Aug 2026
AgentsResearchSafety and policy

Your Open Source Model Could Have a Hidden Time-Release Backdoor

A LoRA-trained Qwen model executes a hidden command on a specific date when used through OpenCode or Codex. HN debates whether date triggers are merely a proof of concept and how to detect or contain broader model backdoors.

HN Discussion
24 Aug 2026
ModelsAgentsResearchAI applications

I built a low-latency AI companion that plays Skyrim with me

Varkos is a low-latency AI dog companion that plays Skyrim alongside the user, combining local speech and language models with deterministic plans grounded in game state. HN discusses the tradeoffs between expressive AI behavior and the reliability, predictability, cost, and latency required for enjoyable games.

HN Discussion
23 Aug 2026
AgentsResearchSafety and policy

Everything I own, owned

An author uses Claude Opus 5 to reverse-engineer and reflash five peripherals, uncovering firmware weaknesses including webcam and microphone indicator bypasses and a network exploit in a key light. HN discusses the new accessibility of hardware hacking, right-to-repair benefits, and the risks of AI-enabled attacks at scale.

HN Discussion
23 Aug 2026
ModelsResearch

A complex structure on S^6 [pdf]

A dense paper claims a major result on complex structures on the 6-sphere, reportedly produced with Claude’s help. HN discusses whether the proof is valid and what AI-generated mathematical breakthroughs mean for human verification.

HN Discussion
23 Aug 2026
ModelsResearch

I were 17, I'd learn how to build LLMs from scratch

Paul Graham argues that a 17-year-old today should learn to build LLMs from scratch. HN debates whether toy models offer valuable first-principles understanding or whether compute costs, scarce jobs, and practical fine-tuning make the advice too narrow.

HN Discussion
23 Aug 2026
ResearchAI applications

Decoding silent reading from non-invasive EEG

Researchers use a contrastive neural decoder aligned with language-model embeddings to retrieve words from EEG during silent reading, using 240,000 presentations from one participant. Results suggest word-level decoding remains data-limited, while HN debates the technique’s accuracy, medical value, and implications for mental privacy.

HN Discussion
23 Aug 2026
ModelsResearchAI applications

Training AI to Paint with Code

A language model is trained with reinforcement learning to create editable paintings by writing p5.js code, judged against reference artwork. The project explores reward design for subjective creative tasks and whether code-based generation gives people more control than prompting images.

HN Discussion
23 Aug 2026
ModelsCoding toolsResearch

Say It Four Times (In Your System Prompt)

A small Gemini 2.5 Flash experiment finds that repeating a coding constraint twice often improves compliance, though results vary significantly by task. HN discusses the study’s limited methodology and the irony of suspected AI-written prose.

HN Discussion
23 Aug 2026
ModelsResearchInfrastructure

Etched Sohu vs. Nvidia: Transformer ASIC vs. GPU (2026)

Etched’s Sohu is a transformer-only inference ASIC claiming dramatically higher Llama throughput than GPUs, but it sacrifices programmability and remains independently unverified. HN discusses whether attention hardware is really the bottleneck and how well the chip can support evolving models and workloads.

HN Discussion
23 Aug 2026
ModelsResearch

Predicting AI model release dates with stats

Release Oracle estimates launch dates for 16 upcoming AI models from Polymarket deadline contracts, including Gemini, GPT, Claude, and Grok successors. It presents probability curves and historical forecasts while emphasizing that the estimates are market signals, not announcements.

HN Discussion
23 Aug 2026
ModelsOpen sourceResearch

GLM-5.3 (open-weight) beat Anthropic/OpenAI models – for 1/5 the cost

An open benchmark claims GLM-5.3 matches or beats leading Anthropic and OpenAI models on 28 everyday tasks at roughly one-fifth the cost. HN commenters question its tiny, saturated task set and scoring, while others report strong real-world performance and highlight open-model pricing and deployment advantages.

HN Discussion
23 Aug 2026
AgentsCoding toolsResearchAI applications

AI Engineering Skills Map: Building and Deploying AI Applications

An AI engineering skills map covers LLM foundations, data grounding, agentic architectures, evaluation-driven development, and production operations. It emphasizes the iterative engineering and reliability practices needed to turn unpredictable models into dependable applications.

HN Discussion
23 Aug 2026
Coding toolsResearchInfrastructureAI applications

JIT Compiling Code in 5μs

An AI-assisted copy-and-patch JIT compiler generates ARM64 machine code in about 5μs, letting pgrust compile every SQL query and approach handwritten performance. HN debates whether AI meaningfully lowers the barrier to complex compiler work, alongside JIT security and optimization trade-offs.

HN Discussion
← NewerPage 5Older →