Hebe Hilhorst
shebecoding.bsky.social
Hebe Hilhorst
@shebecoding.bsky.social
Got into tech on a dare and a whim. Now I try to get AI to talk to airplanes ✈️ corporate travel tech
Other than the search multiselects, my favourite features are:

• Create bookmarks and filter by them
• Expand to see positioning, style, and target
• See and search price + discount %
• Darkmode UI
July 2, 2025 at 12:00 AM
Yes, that is v23 - there was a lot of back and forth about the filters. I am very fussy about my search multiselects.

These are brilliant search multiselects.
July 2, 2025 at 12:00 AM
I'm *very* happy with how it looked in the end!
July 2, 2025 at 12:00 AM
Improvements were needed!
I went back to gemini a couple of times to get the price and product normalized
July 2, 2025 at 12:00 AM
Honestly the first shot at the UI is pretty decent!
July 2, 2025 at 12:00 AM
I have a VERY CLEAR idea of what I want this UI to look like.

Sonnet gets my full instructions + the typespec
July 2, 2025 at 12:00 AM
This is too smol of a project to bother pulling out Cursor, Claude Code, or the like. Anthropic can manage the UI as a Claude Artifacts.

Honestly Claude Artifacts have replaced 95% of my personal coding projects.
July 2, 2025 at 12:00 AM
The array's too long to throw into another LLM and also have it follow rules, so we'll just ask for a very descriptive schema. That can form the basis of our actual UI.
July 2, 2025 at 12:00 AM
Deep research does not a UI make. It's structured data time!

2.5 Gemini's really the only one with the context length to make this happen. Throw in the deep research result and ask for JSON, with a bit of instructions...
July 2, 2025 at 12:00 AM
First step is to get all the info I want to know about all these stores. With over 70, I need a deep research to make this happen!

Personally I'm currently paying for Claude, but any of them should work
July 2, 2025 at 12:00 AM
Hopefully this helps some other people as well 😄 There's so many great events, it's hard to find the right one!

The level/scope filters are great, and please take advantage of the speaker <> session links as well
June 4, 2025 at 3:17 PM
Features:
- filter on pretty much anything
- find speakers you like and the sessions they're presenting
- bookmark your faves
- reject sessions to clean them from your view
- calendar view
- add to (google) calendar
June 4, 2025 at 3:17 PM
The level/scope filters are great, and please take advantage of the speaker <> session links as well
June 4, 2025 at 12:09 AM
Hopefully this helps some other people as well 😄 There's so many great events, it's hard to find the right one!
June 4, 2025 at 12:09 AM
Features:
- filter on pretty much anything
- find speakers you like and the sessions they're presenting
- bookmark your faves
- reject sessions to clean them from your view
- calendar view
- add to (google) calendar
June 4, 2025 at 12:09 AM
I always trust people more when they can tell you when not to use something. They’ve hit the curse of knowledge - used it enough to hit the edge cases and feel the drawbacks.
June 3, 2025 at 9:42 PM
The NaN issue is reasonably common when you give the model too much freedom, but I think I overcorrected for stability this time around.
May 31, 2025 at 11:16 PM
My initial test DPO ended up with a lot of NaN weights, so kept crashing. Hence the "Model weights look healthy" check.
May 31, 2025 at 11:16 PM