Hacker News

New stories

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

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

2 pointsby 57m 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 ↗