New best story on News: Show HN: ChatGPT UI for rabbit holes

Show HN: ChatGPT UI for rabbit holes
537 by maxkrieger | 131 comments on News.
I was inspired by the way ChatGPT writes bullet lists, then invites you to "delve" deeper. This is an interface that reifies that rabbit-holing process into a tiling layout. The model is instructed to output hyperlink-prompts when it mentions something you might want to delve into. Lots of features to add (sessions, sharing, navigation, highlight-to-delve, images, ...). Would love to hear other usecases and ideas!

New best story on Hacker News: Show HN: ChatGPT UI for rabbit holes

Show HN: ChatGPT UI for rabbit holes
537 by maxkrieger | 131 comments on
I was inspired by the way ChatGPT writes bullet lists, then invites you to "delve" deeper. This is an interface that reifies that rabbit-holing process into a tiling layout. The model is instructed to output hyperlink-prompts when it mentions something you might want to delve into. Lots of features to add (sessions, sharing, navigation, highlight-to-delve, images, ...). Would love to hear other usecases and ideas!

New best story on News: Show HN: ChatGPT UI for rabbit holes

Show HN: ChatGPT UI for rabbit holes
533 by maxkrieger | 130 comments .
I was inspired by the way ChatGPT writes bullet lists, then invites you to "delve" deeper. This is an interface that reifies that rabbit-holing process into a tiling layout. The model is instructed to output hyperlink-prompts when it mentions something you might want to delve into. Lots of features to add (sessions, sharing, navigation, highlight-to-delve, images, ...). Would love to hear other usecases and ideas!

New best story on News: Llama 3-V: Matching GPT4-V with a 100x smaller model and 500 dollars

Llama 3-V: Matching GPT4-V with a 100x smaller model and 500 dollars
454 by minimaxir | 74 comments on News.


New best story on Hacker News: Ex-OpenAI board member reveals what led to Sam Altman's brief ousting

Ex-OpenAI board member reveals what led to Sam Altman's brief ousting
505 by blackmanta | 360 comments on


New best story on News: Ex-OpenAI board member reveals what led to Sam Altman's brief ousting

Ex-OpenAI board member reveals what led to Sam Altman's brief ousting
499 by blackmanta | 357 comments .


New best story on Hacker News: Resume Tip: Hacking "AI" screening of resumes

Resume Tip: Hacking "AI" screening of resumes
393 by ColinWright | 190 comments on


New best story on News: Should I use JWTs for authentication tokens?

Should I use JWTs for authentication tokens?
408 by pantalaimon | 295 comments on News.


New best story on Hacker News: Should I use JWTs for authentication tokens?

Should I use JWTs for authentication tokens?
407 by pantalaimon | 293 comments on


New best story on News: Should I use JWTs for authentication tokens?

Should I use JWTs for authentication tokens?
405 by pantalaimon | 293 comments .


New best story on Hacker News: Ex-OpenAI staff must sign lifetime no-criticism contract or forfeit all equity

Ex-OpenAI staff must sign lifetime no-criticism contract or forfeit all equity
387 by apsec112 | 195 comments on


New best story on News: Non-Euclidean Doom: what happens to a game when pi is not 3.14159 (2022) [video]

Non-Euclidean Doom: what happens to a game when pi is not 3.14159 (2022) [video]
384 by robin_reala | 107 comments .


New best story on News: Slack AI Training with Customer Data

Slack AI Training with Customer Data
508 by mlhpdx | 258 comments .


New best story on News: A forged Apple employee badge

A forged Apple employee badge
521 by ecliptik | 180 comments on News.


New best story on Hacker News: A forged Apple employee badge

A forged Apple employee badge
520 by ecliptik | 179 comments on


New best story on News: A forged Apple employee badge

A forged Apple employee badge
513 by ecliptik | 174 comments .


New best story on News: The USDA's gardening zones shifted, this map shows you what's changed

The USDA's gardening zones shifted, this map shows you what's changed
412 by geox | 195 comments on News.


New best story on Hacker News: The USDA's gardening zones shifted, this map shows you what's changed

The USDA's gardening zones shifted, this map shows you what's changed
412 by geox | 195 comments on


New best story on News: The USDA's gardening zones shifted, this map shows you what's changed

The USDA's gardening zones shifted, this map shows you what's changed
411 by geox | 195 comments .


New best story on Hacker News: Coronal mass ejection impact imminent, two more earth-directed CMEs

Coronal mass ejection impact imminent, two more earth-directed CMEs
516 by gnabgib | 398 comments on


New best story on News: GPUs Go Brrr

GPUs Go Brrr
852 by nmstoker | 159 comments on News.


New best story on Hacker News: GPUs Go Brrr

GPUs Go Brrr
847 by nmstoker | 159 comments on


New best story on News: GPUs Go Brrr

GPUs Go Brrr
840 by nmstoker | 156 comments .


New best story on News: Show HN: A web debugger an ex-Cloudflare team has been working on for 4 years

Show HN: A web debugger an ex-Cloudflare team has been working on for 4 years
746 by thedg | 183 comments .
Hey HN, I wanted to show you a product a small team and I have been working on for 4 years. https://jam.dev It’s called Jam and it prevents product managers (like I used to be) from being able to create vague and un-reproducible bug tickets (like I used to create). It’s actually really hard as a non-engineer to file useful bug tickets for engineers. Like, sometimes I thought I included a screenshot, but the important information the engineer needed was what was actually right outside the boundary of the screenshot I took. Or I'd write that something "didn't work" but the engineer wasn't sure if I meant that it returned an error or if it was unresponsive. So the engineer would be frustrated, I would be frustrated, and fixing stuff would slow to a halt while we went back and forth to clarify how to repro the issue over async Jira comments. It’s actually pretty crazy that while so much has changed in how we develop software (heck, we have types in javascript now*), the way we capture and report bugs is just as manual and lossy as it was in the 1990’s. We can run assembly in the browser but there’s still no tooling to help a non-engineer show a bug to an engineer productively. So that’s what Jam is. Dev tools + video in a link. It’s like a shareable HAR file synced to a video recording of the session. And besides video, you can use it to share an instant replay of a bug that just happened — basically a 30 second playback of the DOM as a video. We’ve spent a lot of time adding in a ton of niceties, like Jam writes automatic repro steps for you, and Jam’s dev tools use the same keyboard shortcuts you’re used to in Chrome dev tools, and our team’s personal favorite: Jam parses GraphQL responses and pulls out mutation names and errors (which is important because GraphQL uses one endpoint for all requests and always returns a 200, meaning you usually have to sift through every GraphQL request when debugging to find the one you’re looking for) We’re now 2 years in to the product being live and people have used Jam to fix more than 2 million bugs - which makes me so happy - but there’s still a ton to do. I wanted to open up for discussion here and get your feedback and opinions how can we make it even more valuable for you debugging? The worst part of the engineering job is debugging and not even being able to repro the issue, it’s not even really engineering, it’s just a communication gap, one that we should be able to solve with tools. So yeah excited to get your feedback and hear your thoughts how we can make debugging just a little less frustrating. (Jam is free to use forever — there is a paid tier for features real companies would need, but we’re keeping a large free plan forever. We learned to build products at Cloudflare and free tier is in our ethos, both my co-founder and I and about half the team is ex-Cloudflare) and what we loved there is how much great feedback we’d get because the product was mostly free to use. We definitely want to keep that going at Jam.) By the way, we’re hiring engineers and if this is a problem that excites you, we’d love to chat: jam.dev/careers

New best story on News: Deaf girl is cured in world first gene therapy trial

Deaf girl is cured in world first gene therapy trial
525 by belter | 257 comments on News.


New best story on Hacker News: Deaf girl is cured in world first gene therapy trial

Deaf girl is cured in world first gene therapy trial
525 by belter | 256 comments on


New best story on News: Deaf girl is cured in world first gene therapy trial

Deaf girl is cured in world first gene therapy trial
520 by belter | 256 comments .


New best story on News: Development Notes from xkcd's "Machine"

Development Notes from xkcd's "Machine"
516 by chromakode | 69 comments on News.


New best story on Hacker News: Development Notes from xkcd's "Machine"

Development Notes from xkcd's "Machine"
514 by chromakode | 69 comments on


New best story on News: Development Notes from xkcd's "Machine"

Development Notes from xkcd's "Machine"
511 by chromakode | 67 comments .


New best story on News: ChatControl: EU wants to scan all private messages, even in encrypted apps

ChatControl: EU wants to scan all private messages, even in encrypted apps 942 by Metalhearf | 515 comments on News.