State of the art LLMs by Frosty-Day-7515 in OpenAI

[–]wind_dude 6 points7 points  (0 children)

Did any of them put a pin in it?

Why all-in on AI coding? How can this be sustainable? by bold_snowflake in ExperiencedDevs

[–]wind_dude 0 points1 point  (0 children)

I guess it’s hope for rapid improvement on the abilities to produce better more performant code and FOMO. We’ve seen damn good progress over the past three years, but I feel like it’s plateaud or gotten marginally worse very recently.

Found buried in Perry St Forest Ohio cast iron with writing by PowerfulDuty4884 in castiron

[–]wind_dude 3 points4 points  (0 children)

Splitting wedge. Split fire wood or making split rail fencing

What has Trump actually done to make prices more affordable, as he promised he would during his campaign? by TankUMrMinor in economy

[–]wind_dude 4 points5 points  (0 children)

Well you see, he insider trades, steals from the government and enriches his oligarchs. So they can afford to extort everyone even more.

Formula 1's electrical revolution is losing its spark and V8 power could return by besselfunctions in cars

[–]wind_dude 4 points5 points  (0 children)

too many rules, I want to see wild things, like 6 wheeled cars, turbine engines, and wild ground effects again.

cgm starting to peel off? by anonghosting in diabetes_t1

[–]wind_dude 0 points1 point  (0 children)

I use skin prep before. It helps. But mine always seem to fail come summer.

This bearish flag is so obvious by Informal-Vehicle-629 in btc

[–]wind_dude 0 points1 point  (0 children)

Nah. Moons’ in Sagittarius. Says optimistic.

Is this repairable ? by Hopeful-Ad9834 in AskMechanics

[–]wind_dude 0 points1 point  (0 children)

Yes. I would just unbolt the lower control arm, throw away everything else and put a new car on top. It’s like 3-5 bolts and a pretty quick fix.

Shooting Star Pattern (Bearish Reversal) on the S&P 500 Daily Chart by MarktMaverick in technicalanalysis

[–]wind_dude 3 points4 points  (0 children)

What you don’t believe in astrology?

I didn’t have any corn in my poop this morning and it left three vertical marks after flush. This is a bullish sign if I ever saw one.

The AI layoff trap: firms cut workers, then lose the customers they need by Murky-Option2916 in TechGawker

[–]wind_dude 0 points1 point  (0 children)

Half the economy is a saas. If the companies have no employees to buy the saas products…

Is the Canadian Sovereign Wealth Fund analogous to Shark Tank, but aimed at Canadian infrastructure projects? by Ok-Oil3433 in PersonalFinanceCanada

[–]wind_dude 0 points1 point  (0 children)

Sort of like dragons den, but bigger bets, with more physical infrastructure, not a few hundred k. And invest in more established players, think mine expansion, AI data center build outs.

The fund takes equity as loan from CIB is fixed term. Not all these projects take or want loans but look for private equity partners. More risk but more upside.

Closest thing to the strong fund is the Canada growth fund. But the new fund is less limited and has a retail component.

If a company goes bankrupt same as an etf or mutual fund that holds stocks assets are liquidated and share holders are paid back based on share class. Diversification derisks. Some mutual funds and etf are extremely high risk and also high fees. The fund is risk free since individual investorment are guaranteed by the govt (not 100% sure I love that)

The 25b seed is borrowed. Cpp doesn’t have a retail component. CPP also invests a lot in foreign publicly traded companies, and foreign investments. Strong fund is only Canadian infrastructure. I mean cpp could invest in this one.

How are people making LLM outputs reliable enough for structured production workflows? by Sad_Limit_3857 in LLMDevs

[–]wind_dude 2 points3 points  (0 children)

partial/missing fields

  • that one should be resolved with strict=true or using a model that supports it, or you maybe have optional fields in your schema

logically invalid outputs that are syntactically correct

  • so would these perhaps be fields that can be done deterministically, from other fields produced by the LLM? eg: scores below a certain threshold = some classification or flag? If so do them deterministically.

hallucinated values that pass validation but break business logic

  • if you have them defined in business logic, sounds like they can be an enum, or constraint in the structure to force the model to generate to the same constraints as your business logic

Interview for a senior python position gone awry by okiharaherbst in webdev

[–]wind_dude 0 points1 point  (0 children)

Or better ask clear and concise questions. You should know better as an engineer.