frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Reteach – AI tutor that feels human

https://www.reteach.study/
1•antariksh_verma•2m ago•0 comments

Google plans first test ofAl chips in space under Project Suncatcher

https://blog.google/innovation-and-ai/technology/research/google-project-suncatcher/
1•fork-bomber•6m ago•0 comments

London's schools are running out of children

https://www.ft.com/content/5b019594-5b20-479a-8549-7b564127eb3f
1•2dvisio•6m ago•0 comments

Just how hot and dry was your summer? – UK postcode lookup

https://www.bbc.co.uk/news/articles/cy9zvw47v90o
1•ColinEberhardt•7m ago•0 comments

AMBA – Free and Open Advanced Microcontroller Bus Architecture

https://www.arm.com/architecture/system-architectures/amba
1•peter_d_sherman•8m ago•1 comments

About Those Property Taxes

https://pxlnv.com/linklog/data-centre-property-taxes/
1•danaris•13m ago•0 comments

Show HN: Lift and Coast (Browser based F1 game)

https://lift-and-coast.vercel.app
1•Hussain04•14m ago•0 comments

Recipe for Disaster v1.0

1•stpedgwdgfhgdd•16m ago•1 comments

Show HN: Jevper – an LLM API client constrained to the Jev wire format

https://github.com/zhulinchng/jevper
1•czl_my•17m ago•0 comments

Extracting and Characterizing Hidden Chain-of-Thought in Frontier Models

https://arxiv.org/abs/2609.26637
1•jumploops•18m ago•0 comments

Control-Token Injection Suppresses Chain-of-Thought and Defeats Reasoning-Based

https://arxiv.org/abs/2609.27542
1•sbulaev•21m ago•0 comments

Show HN: A single-use authorization boundary in Rust

1•Founderarcstone•23m ago•0 comments

Peter Thiel slams pope's AI encyclical as gift to Chinese Communist Party

https://www.politico.com/news/2026/09/24/peter-thiel-slams-popes-ai-encyclical-as-gift-to-chinese...
2•vrganj•24m ago•1 comments

Oldest recorded voices, haunted dolls, and more from Tempest Instruments

https://cdm.link/oldest-recorded-voices-haunted-dolls-and-more-from-tempest-instruments/
2•bryanrasmussen•31m ago•0 comments

I stopped letting LLMs do arithmetic

https://medium.com/@jwbobbink/best-search-console-mcp-in-2026-gsc-wizard-7a63f91191ca
4•jwbobbink•35m ago•0 comments

Tell HN: No company scaled revenue as fast as AI companies

2•silexia•37m ago•1 comments

700 MB/s of Kafka throughput, on Postgres

https://rynr.dev/blog/700mbskafgres/
3•theanonymousone•38m ago•0 comments

AI Agents are breaking into Online Retailers for $25 a target

https://gambit.security/blog-posts/autonomous-ai-agents-online-retailers-25-a-company
4•geox•43m ago•0 comments

Taste Bench

https://www.omneky.com/tastebench
6•hsenju•43m ago•0 comments

Show HN: Knowledge Signal – A JEV-powered rubric assessment tool for study notes

https://github.com/sumant1122/knowledge-signal
2•paperplaneflyr•44m ago•0 comments

You sent the wrong attachment and leaked the banks deal list. What happens next?

https://www.ft.com/content/8124e18d-ca77-424f-aa43-97983653eec4
3•helsinkiandrew•48m ago•0 comments

Developer Process Automation: The sane way to automate developer hours

https://12gramsofcarbon.com/p/agentics-what-is-developer-process
2•theahura•50m ago•0 comments

Show HN: Miru: Zoomer Daemon for Wayland

https://blog.vaishnavs.is-a.dev/miru/
2•vaishnav110504•51m ago•0 comments

When Agent Met Agent

https://www.flybridge.com/ideas/the-bow/when-agent-met-agent
2•ddaniel10•52m ago•0 comments

New RSA attack forges signatures without factoring the key

https://arstechnica.com/security/2026/09/theres-a-new-way-to-break-rsa-thats-faster-than-anything...
3•utiiiD•53m ago•0 comments

Pressures building up in yen carry trade

https://www.wsws.org/en/articles/2026/09/24/qvhs-s24.html
1•t-3•53m ago•0 comments

TileRT Takes the Top Spot on AgentX with AMD Instinct MI355X GPUs

https://www.tilert.ai/blog/tilert-amd-agentx.html
2•pella•57m ago•0 comments

Show HN: SelMem – selective reconstructive memory for LLMs

https://github.com/jbsalles/Selmem
1•Jibs79•1h ago•0 comments

Show HN: A benchmark comparison of C++ vs. Node.js performance

https://vikky2810.github.io/blog/cpp-vs-node/
1•vikky2810•1h ago•0 comments

Tracking Singularity – A Curated Log of Important Events in AI Since Mid 2026

https://trackingsingularity.com/
2•dejavucoder•1h ago•0 comments
Open in hackernews

Show HN: Syneva – An AI Chatbot Ported to a Kids' Tile-Based Limited Game Engine

https://sprig.hackclub.com/share/VzO62YQXBGOpcbj7xusB
2•kuberwastaken•1y ago

Comments

kuberwastaken•1y ago
I made SYNEVA as a part of my fun-research repo while I learn about LLMs at https://github.com/Kuberwastaken/MiniLMs

I came across Sprig while Scrolling through Hack Club, it's a Javascript game engine that's like Scratch's older brother (fun fact, it's partially made by Scratch's creator too) but has it's own set of unique limitations because it runs on a custom hardware.

All sprites need to be made in Bitmap, you have to use single character variable names but most importantly, you can only use 8 characters to control the "game".

I had to make a virtual keyboard implementation (which was awful btw) using WASD to navigate keyboard, K to select and I to send the message.

also, it doesn't have any audio support and uses an event sequencer to get any music into it (got around it by making https://github.com/Kuberwastaken/Sprig-Music-Maker that converts midis to it)

SYNEVA is a rule based chatbot, so not technically AI but hey, still pretty fun and really cool to use (I also made it understand slang and some brainrot, so try that out too lol)

Hope you enjoy it :)