Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. I'm Begging You: Never Write with A.I (nytimes.com)
    —discuss
  2. Lateline: A Mind of Their Own (1996) [video] (youtube.com)
    —discuss
  3. Privacy: The Sequel (2015) (theawl.com)
    —discuss
  4. Haversine Law (johndcook.com)
    —discuss
  5. Nathaniel Bowditch (johndcook.com)
    —discuss
  6. GLiNER2.5-Decide (huggingface.co)
    —discuss
  7. ChatGPT is my (new) GTD interface (raywu.org)
    —discuss
  8. Show HN: Denizlihub (denizlihub.com)
    —discuss
  9. Show HN: Inkdom – Draw loops on the real world map to claim territory (inkdom.io)
    —discuss
  10. Show HN: Lini – one language for diagrams, charts, schematics and drawings (lini.rs)
    —discuss
  11. Claude can't stop itself from writing code comments (bayes.net)
    —discuss
  12. Show HN: Fine-tuned 110M encoder beat 7B LLMs and hybrid search for NIST mapping (github.com/applied-inference-lab)
    —discuss
  13. Show HN: Little Memory 2.0, one-line-a-day journal, offline-first (apps.apple.com)
    —discuss
  14. Why No One Wants to Date Tech Bros (wired.com)
    —discuss
  15. File notification side channel leakage on Linux, Android, Windows, and macOS (inoti.fyi)
    1comments
  16. AlloyDB's Agentic Database Architecture (cloud.google.com)
    —discuss
  17. GTA 6 $400 Collector's Edition Comes with Everything Except the Game (gamespot.com)
    —discuss
  18. Show HN: FluxCast – Stream Linux Desktop to a Smart TV via Miracast (github.com/ilyap358)
    —discuss
  19. Can Java's Adjoint Automatic Differentiation Compete with C++? (nablatensor.com)
    —discuss
  20. A24 making an SCP movie without anybody from The SCP Foundation involved (avclub.com)
    —discuss
  21. Is there word or term for $Trillion valued companies not having perfect UI?
    2comments
  22. AI labs need to start funding historical research (resobscura.substack.com)
    —discuss
  23. Ask HN: Folks familiar with infections after TKA
    —discuss
  24. As HN: How do you coach new grads in AI Native dev environments?
    —discuss
  25. When AI writes almost all code, what happens to software engineering? (pragmaticengineer.com)
    1comments
  26. Flip Fluid Simulation on Flip Dot Display [video] (youtube.com)
    —discuss
  27. Waymo safety impact after 270M miles: 841 fewer injury-causing crashes (electrek.co)
    1comments
  28. After multiple deaths and injuries, NHTSA is investigating comma.ai (arstechnica.com)
    —discuss
  29. Geometric Type Theory, Done Two Ways (topos.institute)
    —discuss
  30. Doors Open 2026: Go Behind–The-Scenes at the Physical Archive (eventbrite.com)
    —discuss

Show HN: IttyBittyAI – Qwen2.5:0.5B running on a 2017 Asus smartphone

2 pointsby 54m ago
0 comments
Rummaging through some boxes of old stuff, I found one of my old smart phones. It's an Asus Zenfone 4 Max (ZC554KL, Snapdragon 430, 8x Cortex-A53, 3 GB RAM, 32 GB storage) that I bought back in 2017 and so it's been sitting in a box for ~8 or 9 years. Still works! So I thought I'd give it a chance to avoid the garbage by turning it into a tiny AI chatbot server that can connect to any wifi network and immediately make itself available to chat via a web UI on the local network.

The phone now boots into postmarketOS, with a small touch screen UI for picking a Wi-Fi network. Once connected, the web UI is started and a chat URL provided (the app sets its hostname to ittybitty so the standard chat URL will be http://ittybitty.local or just the IP address) and a QR code that will take you to the chat UI.

llama.cpp was compiled on the phone itself (the first full build took over an hour). The model is Qwen2.5-0.5B-Instruct at 4-bit (403 MB).

It can't really do a whole lot other than chat and answer questions using it's training data, which is tiny so not super-intelligent on its own, but I added a few helpers to the web page (a calculator, the date/time, Wikipedia lookups). This project was mostly just to see if it would work at all, the results were relatively impressive.

What I'm seeing:

- ~4.5 tokens/sec generating (generally faster than you can read the output being generated), ~13 tokens/sec reading the prompt - llama-server uses about 570 MB of RAM with the model loaded - two people can chat at once, users wait their turn - I tried SmolLM2-360M first. It was faster (6 tok/s) but it looped and refused to answer things. The 0.5B model is noticeably better at holding a conversation.

The coolest thing is it's portability. Anywhere you go that has a wifi to connect to you can just turn the phone on, connect it to the wifi, and now that network has a little AI chat bot to talk to. If this old crappy smart phone does this well I can only imagine how newer, better, faster, bigger phones would do.

If anybody has this same smart phone and is interested in doing the same thing just let me know and I can give you the custom OS and llamacpp builds to start from.

Not a whole lot to 'show' since it runs inside my local network but here are some screenshots of the mobile app/server and the web UI:

https://spottedmarley.com/ittybitty-home.png

https://spottedmarley.com/ittybitty-ui.jpg

A quiet thread, for now.Start the conversation on HN ↗