frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

How to Work and Compound with AI

https://eugeneyan.com/writing/working-with-ai/
1•daureg•1m ago•0 comments

Trump spent nearly $2B of taxpayer money to undo wind projects underway

https://fortune.com/2026/04/29/trump-spent-nearly-2-billion-of-taxpayer-money-to-undo-wind-projec...
1•breve•1m ago•0 comments

Show HN: Octopus Code Review is now free for OSI-licensed repos

https://octopus-review.ai/login?callbackUrl=%2Fopen-source
1•redoh•2m ago•1 comments

Voluntary Retirement of the PHP License

https://lwn.net/ml/all/8FE97D51-963A-49D6-8302-C808108FC4C9@benramsey.com/
2•speckx•2m ago•0 comments

Can We Survive Technology? – John von Neumann (1955)

https://www.privatdozent.co/p/can-we-survive-technology-john-von
2•jorgenveisdal•3m ago•0 comments

Human Operator

https://www.media.mit.edu/projects/human-operator/overview/
1•ceejayoz•3m ago•0 comments

Can your coding style predict whether your code is vulnerable?

https://www.helpnetsecurity.com/2026/05/05/research-code-stylometry-vulnerability-detection/
1•gsky•3m ago•0 comments

Light Phone is making its dumb phone more useful with third-party "tools"

https://www.wired.com/story/exclusive-light-phone-developer-kit/
1•notpachet•3m ago•0 comments

Will A.I. Make College Obsolete?

https://www.newyorker.com/news/fault-lines/will-ai-make-college-obsolete
1•pseudolus•3m ago•1 comments

Deltδx – Structured reasoning for complex claims

https://chatgpt.com/g/g-69f11b6a1bdc8191ab1100acf60f40cc-deltdx-free
1•DELTAX-Editions•4m ago•0 comments

The KLF: Return to Trancentral

https://www.discopogo.co/posts/the-klf-return-to-trancentral
1•ilamont•5m ago•0 comments

₹2 Lakh Personal Loan – Apply Online Easily – SMFG India Credit

https://www.smfgindiacredit.com/2-lakh-personal-loan.aspx
1•saumyaraut11•6m ago•0 comments

Show HN: Probus, AI vuln scanner (PRs merged in Vercel AI SDK, n8n, LangGraph)

1•etairl•6m ago•0 comments

Unity AI Open Beta

https://unity.com/features/ai
1•3371•7m ago•0 comments

Show HN: A self upgrading agent that learns from failure

https://github.com/grimm67123/grimmbot
1•grimm76321•8m ago•0 comments

Show HN: WatchLess – search inside a YouTube video and get timestamped answers

https://chromewebstore.google.com/detail/watchless-search-summariz/jnbbedhichmmnkonbjhglmjnobnpkoln
2•balkanBuilder•10m ago•0 comments

A Tiny Rock in the Outer Solar System Has an Atmosphere–But It Shouldn't

https://nautil.us/a-tiny-rock-in-the-outer-solar-system-has-an-atmosphere-but-it-shouldnt-1280444
2•Brajeshwar•12m ago•0 comments

Anyone else losing tokens to hallucinated MCP tool calls in production?

1•Mahjabinbm•13m ago•1 comments

The AI Hard Drive Shortage Is Making It Harder to Archive the Internet

https://www.404media.co/the-ai-hard-drive-shortage-is-making-it-more-expensive-and-harder-to-arch...
2•cdrnsf•14m ago•0 comments

Group and Cluster Keywords for $4

https://keyworduniverse.co.uk/tools/ai-keyword-grouping
2•bullmers•15m ago•0 comments

Show HN: Electrolite – Embeddable Electric-style sync for SQLite

https://github.com/russellromney/electrolite
1•russellthehippo•15m ago•1 comments

They Called It LISP For A Reason

https://gigamonkeys.com/book/they-called-it-lisp-for-a-reason-list-processing
4•optimalsolver•16m ago•1 comments

Connect Your App to Attention

https://docs.lovable.dev/integrations/attention
1•doener•17m ago•0 comments

Content automation system that ships 1B views per month

https://blog.bunnyhoneyclub.com/posts/content-automation-system-1-billion-views
1•shadowinbox•17m ago•0 comments

Richard Dawkins and the Claude Delusion

https://flux.community/matthew-sheffield/2026/05/richard-dawkins-and-the-claude-delusion/
4•coloneltcb•18m ago•0 comments

Peak lazy engineering: Let the code answer its own questions

https://dirac.run/posts/peak-lazy-engineering
1•GodelNumbering•19m ago•0 comments

Claude-meter: Monitor your Claude subscription usage in the macOS Menu

https://github.com/CrocSwap/claude-meter
1•dcolkitt•20m ago•1 comments

Show HN: ClankerView – AI agents browse your web app and give UX feedback

https://clankerview.com
3•hookey•21m ago•3 comments

AI Chatbots: Last Week Tonight with John Oliver (HBO) [video]

https://www.youtube.com/watch?v=Ykvf3MunGf8
1•atakan_gurkan•21m ago•0 comments

Rate Limiting with Nginx (2017)

https://blog.nginx.org/blog/rate-limiting-nginx
1•basilikum•21m ago•0 comments
Open in hackernews

Claude Plays Pokemon – Starter Version

https://github.com/davidhershey/ClaudePlaysPokemonStarter
8•minimaxir•1y ago
This is released by the Anthropic engineer who developed Claude Plays Pokemon.

Comments

minimaxir•1y ago
This is released by the Anthropic engineer who developed Claude Plays Pokemon.
CSMastermind•1y ago
It's interesting to me that they're extracting game state from memory instead of just passing the video into the LLM.
_--__--__•1y ago
Every agent step takes both a visual snapshot and a memory read, the memory gives more consistent tileset and location parsing and also has some stuff like party state/status conditions that isn't usually visible.
CSMastermind•1y ago
Shouldn't the goal be to compare it against a human player that would need to menu for that information?
_--__--__•1y ago
that's probably fair but I imagine that without memory access Claude would have been opening and searching the (completely unordered!) bag to check for progress critical items like the pokeflute every 5 minutes