frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Internal documents show how US tech companies captured children's attention

https://www.nytimes.com/2026/06/04/us/social-media-schools.html
2•Dusrri•5m ago•0 comments

Generative design of bacteriophages with genome language models

https://www.science.org/doi/10.1126/science.aec2657
1•majkinetor•6m ago•0 comments

Meta CTO: employees should use AI productivity to do more work – not time off

https://www.businessinsider.com/meta-cto-andrew-bosworth-ai-gains-work-2026-8
1•vrganj•7m ago•0 comments

How LLMs accelerated Cloudy development? not by typing code for me

https://cloudywithachanceoflatency.net/blog_02-how-llm-accelerated-cloudy-dev.html
1•rixed•9m ago•1 comments

South Korea, Taiwan top Japan in exports for first time on AI boom

https://asia.nikkei.com/business/tech/semiconductors/south-korea-taiwan-top-japan-in-exports-for-...
1•newusertoday•10m ago•0 comments

Swarm-forge: A simple tool for coordinating several AI agents

https://github.com/unclebob/swarm-forge
1•tosh•13m ago•0 comments

Google's Westinghouse Bet

https://asimovaddendum.substack.com/p/googles-westinghouse-bet
1•ashurandi•14m ago•0 comments

Cloudflare OS is an architecture of distrust

https://lord.technology/2026/08/05/cloudflare-os-is-an-architecture-of-distrust.html
1•gsky•17m ago•0 comments

Show HN: Airy – Free, fast, and simple voice content creation

https://airy.so
1•login588•28m ago•0 comments

Show HN: A Minimal Python CLI Implementation of Quick Share for Linux

https://github.com/adityatelange/quickshare-cli-py
1•adityatelange•30m ago•0 comments

Before the Breakthrough: Why Research and Engineering Need Different Cultures

https://chrhenning.com/blog/2026/before-the-breakthrough-research-engineering-cultures/
1•chrhenning•32m ago•0 comments

Signified and Signifier

https://en.wikipedia.org/wiki/Signified_and_signifier
1•soupspaces•40m ago•0 comments

Show HN: Find. Fix. Verify. Zero Guesswork

https://kinetixseo.com
1•wowinter15•47m ago•0 comments

Rethinking do_action(): Events as objects, hooks as class names

https://developer.wordpress.org/news/2026/08/rethinking-do_action-events-as-objects-hooks-as-clas...
1•firasd•55m ago•0 comments

Runware Squeezes A 1MW AI Data Center Into A 20-Foot Shipping Container

https://www.forbes.com/sites/gabrielalinzainescu/2026/08/08/runware-squeezes-a-1mw-ai-data-center...
3•01-_-•55m ago•2 comments

Solve math calculations directly in your Firefox address bar

https://support.mozilla.org/en-US/kb/solve-math-calculations-directly-your-firefox-addr
2•internet_points•56m ago•1 comments

DeepSeek V4 Flash 0731: 82.7% on Terminal-Bench 2.1 with a public harness

https://antigma.ai/eval
4•ubermon•1h ago•1 comments

Shrinking Ruby Hashes

https://byroot.github.io/ruby/performance/2026/08/05/shrinking-ruby-hashes.html
1•fanf2•1h ago•0 comments

S3-Compatible Object Storage. A MinIO Fork Maintained by Pgsty

https://github.com/pgsty/silo
3•EXHades•1h ago•0 comments

Abracadabra: How does Shazam work? (2022)

https://www.cameronmacleod.com/blog/how-does-shazam-work
2•downbad_•1h ago•0 comments

Different meanings of p-value (and how my thinking has changed) (2023)

https://statmodeling.stat.columbia.edu/2023/04/14/4-different-meanings-of-p-value-and-how-my-thin...
2•Tomte•1h ago•0 comments

The Origin of Death (1970)

https://www.elijahwald.com/origin.html
1•downbad_•1h ago•0 comments

Systemd Dynamic Users (2020)

https://ethulhu.co.uk/systemd-dynamicuser
2•birdculture•1h ago•0 comments

Show HN: Open-source binaural-beats engine

https://github.com/txus/farfield
1•txus•1h ago•0 comments

Understanding std:counting_semaphore and std:binary_semaphore from C++20

https://www.cppstories.com/2026/semaphore/
2•ygritte•1h ago•0 comments

How to create electronic Japanese hanko seals for Excel

https://sealkit.app/blog/excel-denshi-inkan-tsukurikata
3•sealkit•1h ago•1 comments

Qwen 3.8 and Claude Opus 5 show why raw benchmark scores don't predict the bill

https://venturebeat.com/orchestration/qwen-3-8-max-and-claude-opus-5-show-why-raw-benchmark-score...
3•ashurandi•1h ago•0 comments

Tracking down a Zsh history data loss bug

https://michael.stapelberg.ch/posts/2026-08-09-zsh-history-truncation-bug/
2•secure•1h ago•0 comments

ByteDance Pretraining 10T Parameter Model

https://arstechnica.com/ai/2026/08/bytedance-trains-massive-ai-model-in-bid-to-rival-anthropic/
4•Gecko4072•1h ago•0 comments

Toxic Media

https://bstgrp.notion.site/Reconverting-Streamer-University-From-Spectacle-to-Education-624f0d565...
1•mohgalastpaidei•1h ago•0 comments
Open in hackernews

Ask HN: Is reasoning just some iterative context refinement?

2•sschmitt•1y ago
context = "you are a useful model. you evaluate your own output for N steps after the initial user input"

prompt = "here comes a prompt by the user"

context += prompt

for _ in range(N): context += evaluate_llm(context)

Comments

Reubend•1y ago
Are you asking in terms of how the current crop of "reasoning models" are implemented, or are you asking more philosophically about the nature of true reasoning?

Calling it "refinement" is dismissive. It's generating new information, which is in many cases well beyond the scope of the original prompt.

Reasoning models today are just a marketing spin on chain-of-thought techniques that benefit from reinforcement learning.