Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Europe's e‑waste is a valuable resource – let's not throw it away(theconversation.com ↗)
    discuss
  2. Software Engineer: I'm Tired of Pretending [video](youtube.com ↗)
    discuss
  3. Show HN: S-Roll – local AI video understanding and clipping for Mac(saliency.dev ↗)
    discuss
  4. Show HN: Built a Simulation of Autonomous Agents(agents.london ↗)
    discuss
  5. Noam Brown – Agent swarms, alignment, & recursive self-improvement(dwarkesh.com ↗)
    discuss
  6. Show HN: Custom Relevance – Describe what matters and let Jev rank it(foglight.co ↗)
    discuss
  7. Feeling overwhelmed by the AI doom loop? Here's the essential reading list(theguardian.com ↗)
    discuss
  8. Google Noto 3D Emoji Design Process(design.google ↗)
    1comments
  9. Becoming a Benchmark(terrytao.wordpress.com ↗)
    discuss
  10. Sourcerer: Fast Git client written in C++ version 1.0.24 released(sourcererapp.com ↗)
    discuss
  11. The Download: mice with part-human brains and climate tech innovators(technologyreview.com ↗)
    discuss
  12. Should OpenAlex publish a novelty score? A vibe check(openalex.org ↗)
    discuss
  13. Show HN: Smart Crosshair – A lightweight C++/Win32 adaptive contrast crosshair(steampowered.com ↗)
    discuss
  14. I didn't sign the Fields medallists' letter(terrytao.wordpress.com ↗)
    discuss
  15. Towards Self-Driving Codebases(detail.dev ↗)
    discuss
  16. 4-Bit Rotational Quantization: -45% RAM, <1% recall drop vs. TurboQuant(weaviate.io ↗)
    discuss
  17. Show HN: Repodify: Make Podcasts Out of Podcasts(repodify.app ↗)
    1comments
  18. Palantir's Karp: AI needs to have 'reasonable guidelines,'(cnbc.com ↗)
    1comments
  19. Aegis: Zero-GC 64-byte cache-aligned memory arena in C++20 (1B ops in 0.649s)(github.com/markbgilbert ↗)
    discuss
  20. Ask HN: Co-Founder(s). Do I need any? How would I even find them?
    discuss
  21. From Stonemasons to Carpenters(thelastsoftwareengineer.substack.com ↗)
    discuss
  22. I Made Turn-Based Combat into a Database(louisxu3.substack.com ↗)
    discuss
  23. Infinite-Parameter LLMs: Generating and Adapting Weights from Live Data(arxiv.org ↗)
    discuss
  24. Show HN: Pappice live demo in browser via WASM(pappice.eu ↗)
    discuss
  25. Show HN: AutoBot – live voice control for long-running AI work(github.com/demeyer1 ↗)
    discuss
  26. Show HN: Craigslist for agent skills, curated by a human(skillbay.sh ↗)
    discuss
  27. The Bicycle and the Algorithm: Amber Case on Why AI Has It Backwards(designwhine.com ↗)
    discuss
  28. Royal Enfield's Flying Flea C6 Touches Down in Europe(irishnews.com ↗)
    discuss
  29. Show HN: Dishlist – my favorite things on the menu(testflight.apple.com ↗)
    discuss
  30. Show HN: Content-aware PII redaction with Jev in Postgres(pg-redact.vercel.app ↗)
    discuss

Launch HN: Skillsync (YC W26) – AI chat sessions made portable across agents

4 pointsby 51m agoskillsync.com
0 comments
Hey HN, we're Nars & Nishant, founders of Skillsync (https://skillsync.com)

Skillsync lets you move your AI chats across every coding agent. Most of our work exists as conversations, which are currently scattered across our agents. Though stored locally, these conversations use different formats. This is annoying because you cannot simply switch between agents without starting over. We get locked into a single provider and their agent as we invest in skills and memories over time. Skillsync acts as a universal converter. It moves the entire session, including all the messages, reasoning and tool calls so you can pick up right where you left off.

Skillsync collects all your sessions in one place and makes them searchable. It breaks down what each session is carrying, including which loaded skills the agent is actually using, making stale context easy to spot. You can also create shared workspaces to sync sessions across your team. You can build your own closed loop systems. Everything runs locally except when you share to workspaces.

The core is an open-source Rust engine called txcript (https://github.com/skillsynchq/txcript). It translates a session from one agent's on-disk format into another's, mapping conversation, reasoning, and tool history. Think ffmpeg or pandoc, but for agent sessions.

On top of that engine is a local-first desktop app. Your agent sessions are normally scattered across different tools' folders in formats you'd never read by hand; the app surfaces them in one place with a UI that makes them actually readable, the conversation, the reasoning, and the tool calls, so you can revisit what happened, move a session into another agent, or share it with a teammate.

Skills and memory are stored as portable, human-readable markdown you own, and exposed to any agent over MCP for search and selective retrieval.

Sessions and translation run locally on your machine. The one thing that leaves is what you explicitly share into a team workspace.

It’s been surprising to us to see how locked-in people already are without realizing it. You don't notice you're trapped in one agent or harness until you try to leave, and by then you've got months of sessions stuck in a format only that tool can read. The lock-in is invisible right up until it's expensive.

Once sessions are portable, they stop being disposable logs and become something you can actually build on, spotting patterns in how you work, handing a session off to someone else, letting a non-technical teammate pick up where an engineer left off. The session turns out to be the unit of collaboration, and right now it's being thrown away.

Before Skillsync, Nars and I built an open-source payment orchestrator that let merchants route across many processors instead of getting locked into one (30k+ GitHub stars). Fighting vendor lock-in by making incompatible systems interoperate was the whole job. We came into YC with a different idea, but the more we lived inside coding agents the more we saw the same problem from the other side: your context is locked into whatever agent you start with, because every agent stores sessions differently and none of it moves.

Some of the things we’re seeing people do with Skillsync are:

- Moving a session between Claude Code, Codex, and Cursor mid-task, including when you hit a usage limit on one and want to keep going on another.

- Thinking through a problem in a browser Claude chat, then handing the whole thread to Claude Code or Codex to build.

- Sharing research sessions with a team. Everyone uploads their sessions, so teammates and their agents can build on each other's work instead of repeating it.

It's available as a Mac app, CLI and MCP. Here's the demo: https://youtu.be/7hVhSnSKGl8. Would love to hear your feedback and answer questions!

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