HackerTrans
TopNewTrendsCommentsPastAskShowJobs

baetylus

no profile record

Submissions

[untitled]

1 points·by baetylus·पिछला माह·0 comments

Building Software Is Learning

registerspill.thorstenball.com
3 points·by baetylus·पिछला माह·0 comments

Ask HN: Where are you getting your AI news from?

10 points·by baetylus·2 माह पहले·16 comments

HN Signal (Last 24 hours) | Curated top stories from HN in the last 24 hrs

heydebrief.com
1 points·by baetylus·2 माह पहले·2 comments

[untitled]

1 points·by baetylus·3 माह पहले·0 comments

[untitled]

1 points·by baetylus·3 माह पहले·0 comments

[untitled]

1 points·by baetylus·4 माह पहले·0 comments

Show HN: Focus mode, browser ext to block distracting websites

github.com
1 points·by baetylus·4 माह पहले·0 comments

Show HN: open source, local CLI that turns your commits into product updates

github.com
1 points·by baetylus·4 माह पहले·0 comments

[untitled]

1 points·by baetylus·4 माह पहले·0 comments

[untitled]

1 points·by baetylus·5 माह पहले·0 comments

[untitled]

1 points·by baetylus·5 माह पहले·0 comments

[untitled]

1 points·by baetylus·6 माह पहले·0 comments

[untitled]

1 points·by baetylus·7 माह पहले·0 comments

Show HN: Debrief, an AI tracker for every work thread

trydebrief.com
2 points·by baetylus·7 माह पहले·0 comments

comments

baetylus
·पिछला माह·discuss
First, I love this concept and I think your demo is great! Collaboration with existing harnesses makes a ton of sense. Just had a conversation with some folks in the non-tech world raving about using Claude.

A few questions:

- How do you think about competing with ChatGPT Canvas or Anthropic's artifacts, when these are shareable, native experiences in their products where users already work?

- Is a "dashboard" limited to analytics or are you trying to expand it to include written reports?

Since teams are connecting MCPs like Granola, Slack, I imagine BitBoard would facilitate sharing demos, PRDs/briefs, or customer reports. This seems like a natural expansion and trivial functionally, so I'm wondering if that's part of the sell now or something you're looking at expanding into as you grow.
baetylus
·2 माह पहले·discuss
I think this is cool! Maybe not your focus, but is there a place for using AI to help figure out who to send photos to / which pockets to send to?
baetylus
·2 माह पहले·discuss
Done!
baetylus
·3 माह पहले·discuss
Threw together some of these skills that'll just plug and play with your AI agent. You can download the skill to use them or just copy and paste the ones you like/want to edit.

Lmk if you'd like any added or modified. :-)

It's free btw! Works with any agent that supports skills.
baetylus
·3 माह पहले·discuss
Hey HN,

I built a skill to help you turn your preferred AI tool into a Chief of Staff. It'll work with any connectors you have.

Some pre-packaged commands:

`/debrief gm`: your morning briefing `/debrief triage`: your priority list today.

It's out-of-the-box private: all data stays between you and your agent.

If you want to use it cross-device or keep command history across agents, then you can create a free account.

Working on making the local version much better. It's free to start using!

LMK if you have any feedback, thanks! -Will
baetylus
·4 माह पहले·discuss
Hey HN,

This tool creates non-technical summaries of git pushes for engineers to share with their team.

Hopefully that makes status updates less cumbersome when you get pinged.

Usage — just run this in a repo you want to track (you'll need to login):

  npx @trydebrief/cli@latest init
Features:

- Local git hook (no GitHub auth)

- Option to run fully local (run your own AI script and send us results)

- ZDR: we discard code once summarized; only using models with ZDR policy

- Open source CLI

Would love your thoughts. Thanks!