frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

China just missed the income cutoff to become a high-income country this year

https://ourworldindata.org/data-insights/china-only-just-missed-the-income-cutoff-to-become-a-hig...
1•alphabetatango•59s ago•0 comments

On-Demand Compute: Instant compute for your most intensive workloads

https://clickhouse.com/blog/on-demand-compute
1•kvruizrogelj•2m ago•0 comments

Bending Spoons Acquires Miro for $1.355B in All-Cash Deal

https://twitter.com/fedesimio/status/2098024435815203094
1•eyehurtsme•5m ago•0 comments

Show HN: Helmly – Solo agency management tool

https://helmly.eu/
2•Eso_oLDo•6m ago•0 comments

Ayar Labs, backed by chip giants, extends funding round by $150M

https://www.reuters.com/world/asia-pacific/ayar-labs-backed-by-chip-giants-extends-funding-round-...
2•tartoran•7m ago•0 comments

Ask HN: What fun and interesting project(s) are you working on?

2•ludovicianul•7m ago•0 comments

The Battle over Dyslexia

https://www.theguardian.com/news/2020/sep/17/battle-over-dyslexia-warwickshire-staffordshire
2•lalaland1125•8m ago•0 comments

Show HN: OptiPress – Client-side batch image compression

https://optipress.cdrusu.com/
2•cosminrusu•8m ago•0 comments

Prompts Aren't Real

https://evaluation.club
1•mcfunley•9m ago•0 comments

OpenAI agents reached the open internet without the frontier lab's knowledge

https://techcrunch.com/2026/09/04/another-swarm-of-openai-agents-reached-the-open-internet-withou...
3•deepmem•9m ago•0 comments

The rise of agent-driven heterogeneity at the edge

https://www.efficient.computer/resources/the-rise-of-agent-driven-heterogeneity
1•samuell•10m ago•0 comments

Show HN: I built a place to hang out while waiting for your AI to respond

https://waiting.club
2•billychasen•10m ago•0 comments

Using a 1930 Teletype as a Linux Terminal (2020) [video]

https://www.youtube.com/watch?v=2XLZ4Z8LpEE
1•Phileosopher•13m ago•1 comments

Paul Riechers – The shape of beliefs and abstraction – UCLA [video]

https://www.youtube.com/watch?v=WUnCb0TyHVA
1•binyu•13m ago•0 comments

Bending Spoons to buy Miro in $1.36B cash deal

https://www.reuters.com/legal/transactional/bending-spoons-buy-miro-136-billion-cash-deal-2026-09...
3•matthieu_bl•13m ago•1 comments

Show HN: Orchestrator, spawn and manage Claude Code instances remotely

https://github.com/markusbug/Orchestrator
2•mhaaseth•14m ago•0 comments

Ryze Wave Smart Watch Hacked wide open

https://github.com/davidbuzz/RyzeWaveWatch
1•davidbuzz•15m ago•1 comments

Agon, Alea, Mimicry and Ilinx

1•boxesnlines•16m ago•0 comments

I build Garmin watch faces with AI agents

https://myday24.com/blog/how-i-build-garmin-watch-faces-with-ai-agents/
1•tomasslavicek•17m ago•0 comments

Ask HN: Did you ever worship your career or identity?

1•general_reveal•17m ago•1 comments

Population ethics is a big deal, which is why I made this population ethics quiz

https://mdickens.me/2026/08/31/population_ethics_quiz/
1•surprisetalk•18m ago•0 comments

Your Agent Speaks MCP. Give It a Computer.

https://fly.io/blog/sprites-mcp/
2•torutofu•18m ago•0 comments

Kagi Translate Is Back

https://blog.kagi.com/translate-is-back
2•twapi•19m ago•0 comments

Opinion: We have started losing control of AI. It's time to shut it down

https://www.theguardian.com/commentisfree/2026/sep/10/ai-control-sci-fi
2•drayfield•19m ago•1 comments

Tell HN: OpenAI keeps re-enabling the 'allow training' setting

23•jacquesm•20m ago•3 comments

Rust Is Tier-1 Language at Microsoft

https://rustfoundation.org/media/guest-post-rust-is-tier-1-language-at-microsoft/
3•mmastrac•21m ago•0 comments

Go 1.27 Release Notes

https://go.dev/doc/go1.27
2•nkjoep•21m ago•0 comments

LRU is harder to beat than the KV-cache papers suggest

https://github.com/gauravapiscean/agentic-kv-cache
2•gauravapiscean•21m ago•0 comments

Hiring Staff Machine Learning Engineer

https://careers.elcompanies.com/careers/job/1168273194779
1•jfeola•21m ago•0 comments

The Same Crypto Exchange Matching Engine Measured 130,000/s and 106/s

https://www.ovasylenko.com/blog/matching-engine-performance-benchmarking
1•_alphageek•23m ago•1 comments
Open in hackernews

Guiding AI writing to make technical text easier to review

https://a11.to/blog/claudisms
1•helenapankov•41m ago

Comments

davidoduk•32m ago
The problem is that a lot of people who use agents to code nowadays, or Vibe coders, did not start from traditional engineering organizations, so they have no idea what best practices are in DevOps. Personally, I have a rule in every one of my tickets to update documentation when done. Ever so often, I would ask an agent to audit all the changes that have happened since the last audit, compare with the technical documentation and update whatever is stale. And occasionally, I would just have an agent do a pass and tighten the language, remove redundancies, and fine-tune it for human reading or agent reading.
helenapankov•25m ago
Yeah, this is true—insufficient engineering experience to even recognise these issues is part of the problem. +1 to "fine-tuning" specifically the language or a workflow, too. I did it in the article and many people around are doing the same, apparently.

But still, in my experience, even in places with good engineering expertise and culture, there is also pressure to ship really fast, so systematic approaches to these things get overlooked, and gradual slopification happens. No perfect answer as to what to do with this, but I think it's important to name the problem and offer at least some easy solutions.