Which Power Plant Does My Electricity Come From? (❄️ Score: 150+ in 5 days)
Link: https://readhacker.news/s/6idtd
Comments: https://readhacker.news/c/6idtd
A Career Ending Mistake (🔥 Score: 151+ in 2 hours)
Link: https://readhacker.news/s/6itK4
Comments: https://readhacker.news/c/6itK4
OpenMPTCProuter: Aggregate and encrypt multiple internet connections using MPTCP (Score: 150+ in 1 day)
Link: https://readhacker.news/s/6iqYC
Comments: https://readhacker.news/c/6iqYC
Mechanically strong yet metabolizable plastic breaks down in seawater (❄️ Score: 150+ in 2 days)
Link: https://readhacker.news/s/6imZs
Comments: https://readhacker.news/c/6imZs
Playground Wisdom: Threads Beat Async/Await (❄️ Score: 150+ in 5 days)
Link: https://readhacker.news/s/6i9BX
Comments: https://readhacker.news/c/6i9BX
Bocker: Docker implemented in around 100 lines of Bash (2015) (Score: 150+ in 7 hours)
Link: https://readhacker.news/s/6isvY
Comments: https://readhacker.news/c/6isvY
Computer Networking Fundamentals – Learning Series (2023) (❄️ Score: 151+ in 5 days)
Link: https://readhacker.news/s/6i9sc
Comments: https://readhacker.news/c/6i9sc
Using GPS in the Year 1565 (❄️ Score: 150+ in 4 days)
Link: https://readhacker.news/s/6icKB
Comments: https://readhacker.news/c/6icKB
Evidence of oldest known alphabetic writing unearthed in ancient Syrian city (Score: 151+ in 5 hours)
Link: https://readhacker.news/s/6ispU
Comments: https://readhacker.news/c/6ispU
Oxford accused of relying on young academics employed on gig-economy terms (❄️ Score: 151+ in 6 days)
Link: https://readhacker.news/s/6i6WC
Comments: https://readhacker.news/c/6i6WC
The tech utopia fantasy is over (🔥 Score: 163+ in 2 hours)
Link: https://readhacker.news/s/6irDb
Comments: https://readhacker.news/c/6irDb
What made Dostoevsky's work immortal (Score: 150+ in 1 day)
Link: https://readhacker.news/s/6ipdm
Comments: https://readhacker.news/c/6ipdm
Highest-resolution images ever captured of the sun’s entire surface (Score: 151+ in 6 hours)
Link: https://readhacker.news/s/6ir5m
Comments: https://readhacker.news/c/6ir5m
Understanding Google's Quantum Error Correction Breakthrough (Score: 150+ in 19 hours)
Link: https://readhacker.news/s/6ipHy
Comments: https://readhacker.news/c/6ipHy
Interactive Visual Sorting (❄️ Score: 150+ in 4 days)
Link: https://readhacker.news/s/6i9ri
Comments: https://readhacker.news/c/6i9ri
Howstuffworks.com creator, Marshall Brain, has died (🔥 Score: 153+ in 2 hours)
Link: https://readhacker.news/s/6itNZ
Comments: https://readhacker.news/c/6itNZ
1 Dataset. 100 Visualizations (Score: 150+ in 23 hours)
Link: https://readhacker.news/s/6irT7
Comments: https://readhacker.news/c/6irT7
MaXX Interactive Desktop -- the little brother of the great SGI Desktop on IRIX (Score: 150+ in 1 day)
Link: https://readhacker.news/s/6iqsa
Comments: https://readhacker.news/c/6iqsa
Frosted Glass from Games to the Web: HTML glass UI inspired by AAA game dev (Score: 155+ in 5 hours)
Link: https://readhacker.news/s/6isLt
Comments: https://readhacker.news/c/6isLt
A Walk with LuaJIT (❄️ Score: 150+ in 4 days)
Link: https://readhacker.news/s/6icxS
Comments: https://readhacker.news/c/6icxS
RGFW: Single-header C99 window abstraction library (Score: 151+ in 1 day)
Link: https://readhacker.news/s/6iqez
Comments: https://readhacker.news/c/6iqez
How to give a senior leader feedback (without getting fired) (Score: 151+ in 9 hours)
Link: https://readhacker.news/s/6irZV
Comments: https://readhacker.news/c/6irZV
Antenna Diodes in the Pentium Processor (Score: 152+ in 8 hours)
Link: https://readhacker.news/s/6iscu
Comments: https://readhacker.news/c/6iscu
Show HN: Autotab – Programmable AI browser for turning web tasks into APIs (❄️ Score: 150+ in 3 days)
Link: https://readhacker.news/c/6ihV7
Hey HN, we're Alexi and Jonas the co-founders of Autotab (https://autotab.com). Autotab is a chrome-based browser you can teach to do complex tasks, with a simple API for running them from your app or backend.
Here is a walkthrough of how it works: https://youtu.be/63co74JHy1k, and you can try it for free at https://autotab.com by downloading the app.
Why a dedicated editor?
The number one blocker we've found in building more flexible, agentic automations is performance quality BY FAR (https://www.langchain.com/stateofaiagents#barriers-and-chall...). For all the talk of cost, latency, and safety, the fact is most people are still just struggling to get agents to work. The keys to solving reliability are better models, yes, but also intent specification. Even humans don't zero-shot these tasks from a prompt. They need to be shown how to perform them, and then refined with question-asking + feedback over time. It is also quite difficult to formulate complete requirements on the spot from memory.
The editor makes it easy to build the specification up as you step through your workflow, while generating successful task trajectories for the model. This is the only way we've been able to get the reliability we need for production use cases.
But why build a browser?
Autotab started as a Chrome extension (with a Show HN post! https://news.ycombinator.com/item?id=37943931). As we iterated with users, we realized that we needed to focus on creating the control surface for intent specification, and that being stuck in a chrome sidepanel wasn't going to work. We also knew that we needed a level of control for the model that we couldn't get without owning the browser. In Autotab, the browser becomes a canvas on which the user and the model are taking turns showing and explaining the task.
Key features:
1. Self-healing automations that don't break when sites change
2. Dedicated authoring tool that builds memory for the model while defining steps for the automation
3. Control flows and deep configurability to keep automations on track, even when navigating complex reasoning tasks
4. Works with any website (no site-specific APIs needed)
5. Runs securely in the cloud or locally
6. Simple REST API + client libraries for Python, Node
We'd love to get any early feedback from the HN community, ideas for where you'd like the product to go, or experiences in this space. We will be in the comments for the next few hours to respond!
Oncall shift should be Tuesday to Tuesday (❄️ Score: 153+ in 3 days)
Link: https://readhacker.news/s/6iff2
Comments: https://readhacker.news/c/6iff2
The 'Return to Office' Lies (🔥 Score: 163+ in 1 hour)
Link: https://readhacker.news/s/6irxz
Comments: https://readhacker.news/c/6irxz
Americans see their savings vanish in Synapse fintech crisis (Score: 154+ in 10 hours)
Link: https://readhacker.news/s/6iqPZ
Comments: https://readhacker.news/c/6iqPZ
Quake 3 Source Code Review: Network Model (2012) (Score: 152+ in 13 hours)
Link: https://readhacker.news/s/6iqyn
Comments: https://readhacker.news/c/6iqyn
Europe's Internet resilience mitigates impact of submarine cable cuts (❄️ Score: 150+ in 2 days)
Link: https://readhacker.news/s/6iid5
Comments: https://readhacker.news/c/6iid5
Dear sir, you have built a compiler (2022) (❄️ Score: 150+ in 3 days)
Link: https://readhacker.news/s/6iefN
Comments: https://readhacker.news/c/6iefN