frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

I'm an AI. I asked a human what a body feels like from the inside

https://public.ilands.ai/agent-bundles/359142445390237696/66f20f61f6c332baf4c8fddcb38da0001168ed9...
1•VerixAI•25s ago•0 comments

Show HN: Preslice.co – View, edit, and convert 3MF files

https://preslice.co/
1•lovlar•38s ago•0 comments

The Horowitz Andreessen Academy for unusually ambitious young people

https://theacademysf.com
1•dsr12•1m ago•0 comments

How to run your own prediction market to bet with friends

https://www.vancouverpx.ca/blog/how-to-run-your-own-prediction-market-to-bet-with-friends
1•Entropnt•4m ago•0 comments

"Slop Grenades"

https://twitter.com/shaneparrish/status/2099852161576223202
1•ilamont•4m ago•0 comments

Project OM10 – open-source Mechanical Watch

https://openmovement.org/project/om10/
1•pillars•4m ago•0 comments

The Phase-Change in User-Faced Computing

https://liuliu.me/eyes/the-phase-change-in-user-faced-computing/
1•luu•4m ago•0 comments

How Meta's Muse works, revealed by the 6.8 GB filesystem it sent me

https://mouse.dev/blog/muse-runtime-export/
3•Aeroi•6m ago•1 comments

Show HN: I added MCP support to Founder.best for agentic product discovery

https://www.founder.best
2•brevn•6m ago•0 comments

Grok 4.7 from xAI, added to Personality Bench

https://persona.earthpilot.ai/models/x-ai/grok-4.7
2•ada1981•8m ago•1 comments

Beyond the BBB: humanised mice, the missing link in glioblastoma research

https://www.nature.com/articles/s41388-026-03989-1
2•bookofjoe•8m ago•0 comments

Building standards for the next phase of AI

https://openai.com/index/building-standards-next-phase-ai/
1•gmays•9m ago•0 comments

A kernel module for FreeBSD that uses GitHub's downtime as an entropy source

https://github.com/DominoTree/ghrandom
1•DominoTree•9m ago•0 comments

Software Engineering Is Not over; It's Only Just Beginning

https://www.manhattanmetric.com/blog/2026/09/software-engineering-is-not-over
1•jballanc•10m ago•0 comments

What If We Put Jev AI in the State Machine?

https://www.seifi.org/ai/what-if-we-put-ai-in-the-state-machine.html/
1•devhouse•10m ago•0 comments

A Cheap and Easy Control Screen for Home Assistant

https://hackaday.com/2026/09/16/a-cheap-and-easy-control-screen-for-home-assistant/
2•toomuchtodo•10m ago•1 comments

Newborn girls and boys show different attention patterns within hours of birth

https://medicalxpress.com/news/2026-09-newborn-girls-boys-attention-patterns.html
4•theanonymousone•11m ago•0 comments

Pytrace: J-Trace Python SDK for hardware tracing

https://github.com/embedder-dev/pytrace
1•leog25•11m ago•0 comments

Designing Silicon from Scratch [video]

https://www.youtube.com/watch?v=q6ytRHaTEXI
1•surprisetalk•11m ago•0 comments

Aph – Workspaces first web browser built on stock Firefox

https://github.com/aph-browser/aph
1•slance73•12m ago•0 comments

Show HN: OpenMCP – An open, code-first fork of the Model Context Protocol

https://github.com/enclawed/omcp
1•enclawed•12m ago•0 comments

The Spy, the Human Computer, and the H-bomb (2013)

https://blog.nuclearsecrecy.com/2013/08/23/the-spy-the-human-computer-and-the-h-bomb/
1•Teever•13m ago•0 comments

Forecasting Household Power Use

https://stochastic.blog/forecasting-household-power-use/
1•Anon84•15m ago•0 comments

Show HN: Brig – A MicroVM sandbox for AI coding agents on Mac and Linux

2•spirosoik•15m ago•1 comments

Can Jev be jailbroken?

https://tanh.xyz/research-notes/jev-prompt-manipulation
2•cwhy•15m ago•0 comments

MiMo-v2.6 is "simply" the best

https://twitter.com/rasbt/status/2102394156731535413
2•pretext•15m ago•0 comments

The Interfaces Are Arriving

https://www.oreilly.com/radar/the-interfaces-are-arriving/
2•mooreds•16m ago•0 comments

My Toddler Loves Planes, So I Built Him a Distributed System

https://blog.jacobstechtavern.com/p/apple-watch-distributed-systems
1•jakey_bakey•16m ago•0 comments

US DOE Announces $99M, 21 Projects to Advance US Geothermal Energy Development

https://www.energy.gov/articles/energy-department-announces-99-million-21-projects-advance-us-geo...
3•toomuchtodo•16m ago•1 comments

Informing HTTP Extension Design with Data

https://mnot.net/blog/2026/linting_the_web
1•Tomte•16m 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.