Launch HN: Bullet (YC S26) – A Faster Coding Agent

(codewithbullet.com)

10 points | by adi1 8 hours ago

4 comments

  • hmokiguess 2 minutes ago
    > P.S: we hid a code on the website, see if you can unlock the secret page at the footer, all built with Bullet

    Is it even hidden when your AI ends up tagging it with `aria-label="Hidden secret code"`? Lol. Fun mini game.

  • myshapeprotocol 46 minutes ago
    Focusing on execution speed for coding agents is the right bottleneck to tackle. Exciting launch.
    • adi1 44 minutes ago
      Thank you!
  • apimade 6 hours ago
    Skip signup:

    Cmd+Option+I > Console > 'allow pasting'

    const onboarding = document.querySelector('#onboarding'); const app = document.querySelector('#app'); onboarding.style.setProperty('display', 'none', 'important'); app.inert = false; app.removeAttribute('aria-hidden'); document.querySelector('#prompt')?.focus();

    Also, warning:

    # Share chats with Bullet — helps us improve model routing and answer quality

    Enabled by default.

    • alsima 5 hours ago
      Thanks for bringing this up and trying it out! We've disabled Cmd+Option+I in the new version and also have a message during signup about sharing chats with Bullet, let us know if you run into any other issues!