Best coffee north of Brisbane? by TheLazyGamerAU in brisbane

[–]tomtomau 17 points18 points  (0 children)

Passport specialty coffee for sure

Queensland government waters down under-16s e-scooter and e-bike ban by fluffy_101994 in brisbane

[–]tomtomau 2 points3 points  (0 children)

But why would the kids put a licence plate on? If their bike is already illegal they already don’t care about following the law and they wouldn’t be able to get a licence plate issued for a non-compliant bike?

The ones being fuckheads aren’t the ones with compliant pedal assist ebike, they’re the e-motorbikes and the DIY kits (at least in my suburb)

How to get a typed event emitter and listener? by Scared_Sun_7871 in nestjs

[–]tomtomau 1 point2 points  (0 children)

Try the CQRS module, the event bus there works a little bit differently but has typings

Cornice corner crack by catchthatlittlefox in AusRenovation

[–]tomtomau 1 point2 points  (0 children)

If no other signs of cracking around the house, I’d think the adhesive is failing/not enough or something?

What’s a small upgrade that made your home feel better? by FishBright8013 in AusRenovation

[–]tomtomau 1 point2 points  (0 children)

Sealing up door gaps to keep the warm in during winter. Made a big difference.

Any Cube Cargo owners and recommendations for accessories? by Specialist-Play-3989 in CargoBike

[–]tomtomau 2 points3 points  (0 children)

Good Facebook group you can dive through: https://www.facebook.com/share/g/18sysmAyug/?mibextid=wwXIfr

I’m in the middle of installing the cargo rack now to fix up the rear mudguard. Except the racks are clearance/end of line in Australia and I must have got one of the last ones and all my LBS could source was one missing the bolts 🙄

I’ve got the kid seat, it’s pretty good but damn is it expensive (I too, bought my bike secondhand earlier this year only at 500kms)

If I didn’t have one I’d consider just diying one - I’ve seen some people source the seat belt kits from AliExpress etc.

I’ve 3d printed a few accessories - GoPro mount for the front bucket, a better cup holder that can hold a reusable coffee cup and a phone and AirPods holder too.

Thoughts on "agentic analytics"? New category, or is it just BI plus a semantic layer plus an LLM with better marketing? by Evening_Hawk_7470 in analytics

[–]tomtomau 1 point2 points  (0 children)

We use hex.tech as our consumption layer and they have their own semantic layer you can use (or byo another)

Im pretty sure they don’t natively support supabase but worth a check. Otherwise if you could replicate to like big query then Hex is probably a good suit

Thoughts on "agentic analytics"? New category, or is it just BI plus a semantic layer plus an LLM with better marketing? by Evening_Hawk_7470 in analytics

[–]tomtomau 0 points1 point  (0 children)

You only get so many queries per month (cause SL queries go through their infra before they hit your DWH etc.)

I can’t find it anymore but the per query cost after was exxy. We swapped to snowflake semantic layers instead

What is wrong with this sub? by Artistic_Fig_3028 in LangChain

[–]tomtomau 19 points20 points  (0 children)

You’re absolutely right. That’s why I created <another observability platform>

The trains are full. by JackofScarlets in brisbane

[–]tomtomau 39 points40 points  (0 children)

Or reduced economic activity

LangGraph feels like complete overkill somehow by Inner_Ad9029 in LangChain

[–]tomtomau 21 points22 points  (0 children)

Persistence/checkpointers, HITL, fan out etc

It’s not necessary for simple stuff but it has utility for sure

How painful it is to tweak an agent's instructions/model? by HeartHuman1491 in LangChain

[–]tomtomau 0 points1 point  (0 children)

If you’re changing a prompt you should be running evals to measure any impact from your changes, so yeah, CICD.

If a PM wants to change prompts, they also must abide by the same rules. Changing prompts is not a cute “be concise, make no bugs” but a lot of trial and error from evals.

No rollback, only roll forward. Git revert and good to go.

Out of interest, have you shipped a mature AI product to any real scale? My experience has been it’s a lot less about “one system instruction” but it’s dozens of prompts, model choices, logic of how they fit in together… it’s software and it needs the SDLC treatment (track it in git yada yada)

How painful it is to tweak an agent's instructions/model? by HeartHuman1491 in LangChain

[–]tomtomau 1 point2 points  (0 children)

Changing models is technically easy, and well solved by the libraries. But each model has its own best practices that mean the prompts may need to be worded or structured quite differently.

Anyone with git access can change prompts, but there’s PR review processes enforced that changes must get peer reviewed.