frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

AI agents framework for TypeScript and Deno

https://github.com/a7ul/vibes
1•atulanand94•1m ago•0 comments

Humanities in the Machine

https://blainsmith.com/essays/humanities-in-the-machine/
1•birdculture•1m ago•0 comments

Benjamin Netanyahu is struggling to prove he's not an AI clone

https://www.theverge.com/tech/895453/ai-deepfake-netanyahu-claims-conspiracy
1•amrrs•2m ago•0 comments

Cognitive Security

https://ghuntley.com/cogsec/
1•ghuntley•3m ago•0 comments

AI as Economic Warfare

https://ghuntley.com/warfare/
1•ghuntley•3m ago•0 comments

Theorem_ledger.md

https://github.com/affectively-ai/aeon/blob/main/docs/ebooks/145-log-rolling-pipelined-prefill/co...
1•taylorbuley•4m ago•0 comments

Show HN: LynString – Translate Android Strings.xml with AI

https://www.lynstring.dev/
1•jharteg•5m ago•1 comments

AI is helping choose targets in Iran war – now it's a target too

https://www.abc.net.au/news/2026-03-15/iran-war-ai-technology-data-centres/106443004
1•breve•7m ago•0 comments

Show HN: Live-Editable Svelte Pages

https://svedit.dev
1•_mql•8m ago•0 comments

JetBrains is shutting down "Code With Me" in all its IDEs

https://www.neowin.net/news/jetbrains-is-shutting-down-this-neat-little-feature-in-its-ides/
3•bundie•9m ago•0 comments

Build Everything

https://duggan.ie/posts/build-everything
1•duggan•9m ago•0 comments

Housing Costs, Now vs. 1939

https://chrisdillow.substack.com/p/housing-costs-now-vs-1939
1•rwmj•10m ago•0 comments

Shameless Guesses, Not Hallucinations

https://www.astralcodexten.com/p/shameless-guesses-not-hallucinations
1•toomuchtodo•10m ago•0 comments

Show HN: YouTube video discovery engine for language learning

https://lingolingo.app/discovery
1•yunusabd•10m ago•0 comments

Tesla's Terafab chip fab ambitions ignore its lack of semiconductor experience

https://electrek.co/2026/03/16/teslas-terafab-chip-fab-ambitions-ignore-its-total-lack-of-semicon...
2•breve•13m ago•0 comments

I built a hydraulic pedal system that ships standard with every SIM rig we make

1•simcoaches•14m ago•0 comments

OneWeeb: Local JPG Compression for 20KB Government Form Photos

https://oneweeb.com/compress-jpg-20kb.html
1•Zepubo•14m ago•0 comments

Show HN: macOS ElevenLabs Scribe v2 app

https://github.com/leopiney/elevenscribe
1•leopiney•16m ago•0 comments

Show HN: Cozystack v1.0 – an open-source cloud platform for bare metal

https://blog.aenix.io/cozystack-v1-0-b3f70879b250
1•tym83•16m ago•1 comments

Effect – Production-Grade TypeScript

https://effect.website/
3•h4ch1•20m ago•0 comments

Major security incident in the UK companies house

https://twitter.com/i/status/2032506756786511908
4•harel•21m ago•0 comments

'The guy's a piece of s–t': SBF's pardon push falls flat in Congress

https://www.politico.com/news/2026/03/16/the-guys-a-piece-of-s-t-sbfs-pardon-push-falls-flat-in-c...
10•JumpCrisscross•23m ago•0 comments

Show HN: Pertmux – A TUI to unify your coding agents, MRs and worktrees

https://pertmux.dev
1•pure-orange•27m ago•0 comments

AI Governance That Runs: Building a Deterministic Execution Gate

https://github.com/The-Resonance-Institute/casa-runtime
2•cherndon222•28m ago•0 comments

Kbot – Terminal AI agent that learns your patterns, runs offline

https://github.com/isaacsight/kernel
1•isaacsight•28m ago•0 comments

Clawbot installs Firecrawl CLI, asks for key

https://clawsifyai.com
1•Vanshfin•30m ago•0 comments

Film Review: The Plastic Detox

https://www.theguardian.com/tv-and-radio/2026/mar/16/the-plastic-detox-review-a-film-so-terrifyin...
1•abawany•32m ago•0 comments

Relocating Rigor

https://aicoding.leaflet.pub/3mbrvhyye4k2e
1•ville•34m ago•0 comments

Reducing TTFT by CPUMaxxing Tokenization

https://www.crusoe.ai/resources/blog/reducing-ttft-by-cpumaxxing-tokenization
3•AlonKejzman•34m ago•3 comments

Don't template YAML, poke it

https://github.com/tomontime/datapoke
1•YesThatTom2•35m ago•2 comments
Open in hackernews

Claude Plays Pokemon – Starter Version

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

Comments

minimaxir•11mo ago
This is released by the Anthropic engineer who developed Claude Plays Pokemon.
CSMastermind•10mo ago
It's interesting to me that they're extracting game state from memory instead of just passing the video into the LLM.
_--__--__•10mo 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•10mo ago
Shouldn't the goal be to compare it against a human player that would need to menu for that information?
_--__--__•10mo 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