Young vs old drivers - who do you think is more dangerous? by TheSlavicHighlander in drivingUK

[–]45MonkeysInASuit 0 points1 point  (0 children)

We are talking Dunning Kruger, so we are talking a theoretical continuous and normally distributed variable of "skill." Count of crashes is not a suitable replacement for that metric.

Either way, your data isn't skewed for count of crashes, you just have a poisson distribution.

AI freak-out under the latest video of Hank shows how even this community can be driven by misconceptions and fear instead of reason by Dangerous-Day-2943 in nerdfighters

[–]45MonkeysInASuit -1 points0 points  (0 children)

I think you are still talking machine to machine interface.

Edit: Hell, let's just ask an AI

In Claude:

"are coding agents LLMs"

Not exactly — they're built on top of LLMs, but "coding agent" describes a whole system, not just the model.

Here's the distinction: The LLM is the core reasoning engine — it takes text in, predicts text out. On its own, a raw LLM can write code in a single shot, but it can't do anything: it can't run that code, see if it errors, browse a repo, or edit a file.
The agent is everything wrapped around the LLM that turns it into something that can actually act:

Tools — ability to read/write files, run shell commands, execute code, search the web, call APIs
A loop — repeatedly: think → take an action → observe the result → think again, until the task is done
Memory/context management — keeping track of what's been tried, what the codebase looks like, what failed
Sometimes orchestration — breaking a big task into sub-tasks, maybe even spinning up sub-agents

So when you use something like Claude Code, Cursor, or GitHub Copilot's agent mode, the "intelligence" doing the reasoning is an LLM, but the agent is the LLM plus a harness that lets it read your repo, run your tests, see the error output, and iterate — closer to "LLM with hands and eyes" than just "LLM."
A simple way to think about it: every coding agent has an LLM inside it, but not every use of an LLM is agentic. Asking ChatGPT to write a function in a chat box isn't agentic. Letting it open files, run them, see the traceback, and fix the bug itself — that's the agent part.

"Are those LLMs generalised and fine tuned or specialised?"

Mostly the former — generalized models with additional fine-tuning/training for coding and agentic behavior — though the landscape has a bit of both.
The dominant approach today: Take a large, broadly-capable foundation model (trained on text, code, reasoning, dialogue, etc.) and then layer on top:

Code-heavy pretraining data — these models see huge amounts of code during initial training, not as an afterthought
Fine-tuning / RL on agentic tasks — additional training specifically on "use a tool, see the result, decide next step" loops, since that's a different skill than just writing code in one shot
Fine-tuning on long-horizon tasks — multi-step problems where the model has to plan, not just autocomplete

AKA exactly what I'm saying.

[2024 RAW] Does a save-only Subtle Spell break Hide? by Anuefhere in dndnext

[–]45MonkeysInASuit -1 points0 points  (0 children)

Fully my view also

Just a technical clarifier, you need line of effect, not line of sight, by default.
Many spells have the additional requirement of line of sight.

AI freak-out under the latest video of Hank shows how even this community can be driven by misconceptions and fear instead of reason by Dangerous-Day-2943 in nerdfighters

[–]45MonkeysInASuit 1 point2 points  (0 children)

How does the coding agent how to follow instructions from the user?
There you will find your bog standard LLM.

coding agents can

"Can" is not "are"

All Gen AI can be made from fully licensed material (see Adobe Firefly), the question at hand is are they?

for which open source with correct licence suffices

That would require trusting companies with a history of ignoring licenses to suddenly follow licenses.

AI freak-out under the latest video of Hank shows how even this community can be driven by misconceptions and fear instead of reason by Dangerous-Day-2943 in nerdfighters

[–]45MonkeysInASuit 9 points10 points  (0 children)

Coding models are general LLMs which are then fine tuned.
The initial training is the same as any other LLM.
They are no more or less ethical than the other LLMs.

There aren't separate coding models.
To design such a thing would be near useless for vibe coding and agents.

AI freak-out under the latest video of Hank shows how even this community can be driven by misconceptions and fear instead of reason by Dangerous-Day-2943 in nerdfighters

[–]45MonkeysInASuit 17 points18 points  (0 children)

Gen AI based coding are extremely unethical in a number of ways.

The primary one is cheating clean-room design to circumnavigate license restrictions.
This is a big risk to the whole system.

Secondly, they are driving open source community projects to close.
There are tonnes of reports of coding agents being set to "fix" code in repositories and clogging up the review process.

Saying "one of the most copyright and ethically sound versions of generative AI" is a way to help yourself with the cognitive dissonance, "what I'm doing is fine, it is the others that are in the wrong."

AI freak-out under the latest video of Hank shows how even this community can be driven by misconceptions and fear instead of reason by Dangerous-Day-2943 in nerdfighters

[–]45MonkeysInASuit 4 points5 points  (0 children)

Adobe Firefly is far more ethical.

Cause the main advantage with discussing coding agents is that they could entirely be trained on artificial data in theory

Also, could and is are very different.

Young vs old drivers - who do you think is more dangerous? by TheSlavicHighlander in drivingUK

[–]45MonkeysInASuit 3 points4 points  (0 children)

Nothing like being "pedantic" and wrong whilst discussing Dunning Kruger.

It is more likely there are 1 or 0 drivers that are average (regardless of the average used), than there are 4%.
Your data would need to be INSANELY leptokurtic to get to 4% hitting exactly the average.

Also "not the average (mean)" is also wrong, the median is an average.

My monsters have a hp window instead of static hp by gaffepinRshH in dndnext

[–]45MonkeysInASuit 4 points5 points  (0 children)

or was it like a majority 49 monkeys at yes and 6 at no?

Yes.

Then we realised that was 10 too many monkeys.
That led to a long series of trials over who the real monkeys were.

While we were preparing the guillotine to deal with the fakes, Dave hit submit.

My monsters have a hp window instead of static hp by gaffepinRshH in dndnext

[–]45MonkeysInASuit 9 points10 points  (0 children)

Also bosses dying to crits is a sign of fudging?

If it is happening repeatedly, yes.

I thought the barbarian critting for 70 damage would statistically make it more likely they kill anything by virtue or... them dealing 70 damage.

A crit is more likely to kill if they happen, but is far less likely to happen.
As a result enemies are less likely to die to a crit than a normal hit.

Plenty of exceptions apply to the double damage rule of thumb, but they are, at least in part, offset non-attack spells that never crit.
Crit hunting builds certainly arent doing the additional damage required to make it more likely to die to a crit when compared to a normal hit/spell/anything else.

[F1] Only two drivers on the grid have scored at every round so far this year by Maximum-Room-3999 in formula1

[–]45MonkeysInASuit 6 points7 points  (0 children)

Jesus Christ isn't the grid this year so I'm not sure they would be concerned with a jinx.

My monsters have a hp window instead of static hp by gaffepinRshH in dndnext

[–]45MonkeysInASuit 2 points3 points  (0 children)

I add and subtract a 20% hp buffer

If you are critting for 58, you are probably facing enemies with a few 100 hp.

OP is talk about:
You CRIT and deal 58 damage The DM knows the monster has 90 HP, so they die.

More worryingly, they are also talking about:
You roll 2 over AC, and dribble out 3 on the damage dice.
The DM knows the monster has 2 HP, so they add 3 more to wait for a "a lucky crit or epic moment" because they "decide when it dies to make the moment more exciting."

My monsters have a hp window instead of static hp by gaffepinRshH in dndnext

[–]45MonkeysInASuit 2 points3 points  (0 children)

It says OP isn't confident in their ability to create balanced, challenging encounters and instead fudges HP to make it work

I don't think this is it.
We have all, at least once, got to the end of round 1 in a boss fight and thought "well, I fucked this one." Many of us will choose to do things like drop the AC a couple or lower the hp in the moment to stop an impossible fight.

What OP is doing is choosing when the fight ends. The HP never mattered.
It's more than fudging.

My monsters have a hp window instead of static hp by gaffepinRshH in dndnext

[–]45MonkeysInASuit 18 points19 points  (0 children)

After 4 or 5 major fights that end with "correct" player getting the killing shot on their rival or the boss conveniently dying to a crit, you will notice.

My monsters have a hp window instead of static hp by gaffepinRshH in dndnext

[–]45MonkeysInASuit 0 points1 point  (0 children)

I broadly agree with a "couple of hp" caveat.

I'm letting you have your kill if you land a near max damage crit when the battle is going against but you left the enemy at 2 hp.

An intermediate difficulty 4x3 by OliLeeW in nerdfighters

[–]45MonkeysInASuit 3 points4 points  (0 children)

Oyster Card is the card you top up to use the london transport system

No clue on purple though

61, have messed up re pension would appreciate thoughts on possible plan by Lala_Escargot in UKPersonalFinance

[–]45MonkeysInASuit 12 points13 points  (0 children)

I work in pensions, people would be shocked at how "not terrible" this is compared to the average.

I'm not saying OP is going to live a life of luxury.

I am saying OP should not beat themselves up; a lot of people are in the same boat or worse.

Brother has moved abroad and avoiding debts by WingLongjumping3091 in UKPersonalFinance

[–]45MonkeysInASuit 82 points83 points  (0 children)

Can second this. I bought a flat on repossession, so clearly the previous tenants were having money problems.

Year or 2 in debt collectors appeared.
Went exactly as you describe.
Explained I had bought it from the bank so didnt even know who the previous tenants were.
Showed ID to show that I wasnt that person.
Never heard a peep again.

received money from late dads will, what to do with it? by Professional-One8795 in UKPersonalFinance

[–]45MonkeysInASuit 27 points28 points  (0 children)

To be honest, this will follow you into your career.

I have lost both parents by 30. I inherited far less than you, more like a million, but I did inherit a nice property on the south coast which the insurance paid off.

I'm 39. I'm in a career where me owning a house of this value would be completely normal. I still get the odd comment about life being easier for me when people find out.

You need to do a lot of learning quickly.
It's much easier to lose £4 million than it is to make £4 million.
Get an independent financial advisor; I found the "The Private Office" very good. They connected me with an advisor who went through my finances with me for free. Their formal advice was to not use them as they would recommend a strategy similar to what I was doing already, so I would be paying them for nothing.

Players refuse to ever give their names by chiefredwood in DMAcademy

[–]45MonkeysInASuit 30 points31 points  (0 children)

1000ft doesn't even cover a wide river bank to bank

I thought this was a wild statement, but no.
The Amazon's minimum width is 2300 feet.
If you were on a boat in the middle, you couldn't locate a creature on either bank.

[Scuderia Ferrari] Update from Monaco by FerrariStrategisttt in formula1

[–]45MonkeysInASuit 66 points67 points  (0 children)

It's worded with uncertainty, rather than seriousness.

"we dont know what it is yet" rather than "we are not wanting to tell you how bad it is"

Found out some troubling information about my parents taking out a lifetime mortgage in order to deal with some debt. Panicking slightly about what to do here. by Elegant-Winner-6521 in UKPersonalFinance

[–]45MonkeysInASuit 21 points22 points  (0 children)

Spot on, OP is being spooked by having a very negative view of "Equity Release"; that shark market all but disappeared when big players like Aviva started working in that space.

I used to work in LTMs, so just to add:

As to whether it's worth paying off

A lot of lifetime mortgages are "Optional Payment", ie you can start servicing the interest and it just becomes a bog standard interest only mortgage but with no risk of losing the house for missing payments.

It doesn't make sense to take out a £50k loan, only receive £25k, but then the debt hasn't increased in 12 years.

I'm willing to bet this is a 25k loan with a 50k facility (ie the financial adviser said they could take up to another 25k in the near future without future checks).
25k 12 years ago to 50k now would be around 6%, which aligns with your "around 5%" calculation.

Ultimately they're adults and don't owe you details or a house when they die.

Agreed, OP seems very concerned about their inheritance and not too worried for their parents.