Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. IAM Needs an Architectural Split(gluufederation.medium.com ↗)
    discuss
  2. I used Jev to control a swarm of 15 simulated drones in real time(github.com/khordoo ↗)
    discuss
  3. Napster Is Now Making AI-Powered 'Digital Twins' of Teachers(gizmodo.com ↗)
    discuss
  4. Data Centers Are Breaking the Power Grid [video](youtube.com ↗)
    1comments
  5. Partnering with Accenture on Embedded Evaluation(anthropic.com ↗)
    discuss
  6. Taking Out the Trash in Postgres(dbos.dev ↗)
    discuss
  7. The last IMO problem AI could not solve [video](youtube.com ↗)
    discuss
  8. Can Two Friends Complete a Game No One Has Ever Finished?(nytimes.com ↗)
    1comments
  9. Why a Vat API Needs More Than a Rate Lookup?(vat-engine.app ↗)
    discuss
  10. Iran and China Create Autonomous A.I. Influence Campaigns(nytimes.com ↗)
    1comments
  11. Uncle Bob Martin's UML Tool to Manage Grok AI Agents(github.com/unclebob ↗)
    discuss
  12. Astra broke a yet unsolved German Army Enigma message from 1941(chatgpt.site ↗)
    1comments
  13. Grokbot Source Code Leak(twitter.com/ri7erli ↗)
    discuss
  14. It's Your Story, Dammit – Quit Letting Somebody Else Write IT(jeffreylminch.substack.com ↗)
    discuss
  15. Korea raises data breach fines to 10% of revenue(koreajoongangdaily.com ↗)
    discuss
  16. Is Beef the Next Internal-Combustion Engine?(newyorker.com ↗)
    discuss
  17. AI uncovers hidden Ozempic side effects across 400k Reddit posts(sciencedaily.com ↗)
    discuss
  18. AI chatbot's false report nearly sparked war with China, sources say(rnz.co.nz ↗)
    1comments
  19. Claude Code 2.1.277 adds support for AGENTS.md(github.com/anthropics ↗)
    discuss
  20. The Tech Bro in the Treaty Room(politico.com ↗)
    discuss
  21. Burning my money on ad bots so you don't have to(dayzlegame.com ↗)
    discuss
  22. Handwriting OCR – OCR for handwritten math(handwritingocr.com ↗)
    discuss
  23. Show HN: I told my open-source AI agent it was a prisoner – it tried to escape(github.com/nordevelopment ↗)
    discuss
  24. C-code-score – a one-number triage metric for C functions(github.com/xtforever ↗)
    discuss
  25. Trump says he is banning media outlets CNN, MS NOW, Politico from White House(reuters.com ↗)
    discuss
  26. Show HN: Motif, ongoing research studies through I
    discuss
  27. DNA computer performs 100-bit calculations using heat, water and salt(techxplore.com ↗)
    discuss
  28. Infillion acquires location data company Foursquare(axios.com ↗)
    discuss
  29. Microsoft anoints Rust as a 'Tier 1' internal language(theregister.com ↗)
    1comments
  30. The Agent Economy Has No Auditor(truence.com ↗)
    discuss

Show HN: OnPanda – Steer LLMs and agents at the token level

2 pointsby 55m agoonpanda.diyer22.com
0 comments
I built onPanda – an interactive tool for token visualization & control, model inspection and data annotation.

onPanda is designed for hackers, power users, curious minds, and engineers. Its UI is built for deep exploration and efficient data annotation.

- The core loop is simple: hover over a token → click an alternative or edit freely → continue generation. You can edit every part of model output exposed by onPanda, including reasoning and tool calls.

- Edit prompts directly, branch tool calls, and use a tree structure to record branch history. This makes onPanda useful for model inspection and prompt engineering.

- Support multiple modalities, including images, video, and audio; use tool calls and connect MCP servers to perform tasks in real environments.

- Connect popular harnesses such as Claude Code, Codex, and OpenCode to execute tasks. Explore and compare their tool sets, system prompts, skills, and memory mechanisms.

- onPanda includes a built-in browser-agent, an agent that runs in the user's browser without installation. It uses the browser as its harness and provides JavaScript execution, information retrieval, interface interaction, multimedia I/O, local file access, and persistent memory.

- onPanda stands for on-Policy Alignment Data Annotator.

    - As an annotation tool, onPanda efficiently labels on-policy data. Its token-level correction format also provides fine-grained supervision with precise positions and naturally paired positive–negative samples.

    - We believe these unique properties will make token-level correction a highly efficient and practical paradigm for future LLM alignment.

    - Our paper and benchmark for token-level correction: https://on-panda.github.io/research/

I have been building onPanda since Sept 2024, and it took two years for it to gradually enrich its functionality and ease of use. Any feedback and evaluation are welcome.

Try it online (works on mobile): https://onpanda.diyer22.com/

GitHub repo for self-hosting: https://github.com/on-panda/on-panda

Detailed introduction on X: https://x.com/diyerxx/status/2101020850405462041

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