HN user

ColinEberhardt

1,625 karma
Posts113
Comments87
View on HN
blog.scottlogic.com 13d ago

GLM5.2: Considerations for enterprise teams starting out with open-weight models

ColinEberhardt
2pts0
www.cronofy.com 13d ago

Why LLMs get dates and times wrong (and how to fix it)

ColinEberhardt
2pts0
noma.security 14d ago

GitLost: We Tricked GitHub's AI Agent into Leaking Private Repos

ColinEberhardt
541pts205
blog.scottlogic.com 1mo ago

Ponytail, Yagni, and the Problem with Prompt Benchmarks

ColinEberhardt
2pts0
jamiehurst.co.uk 1mo ago

Is this sustainable?

ColinEberhardt
93pts101
www.bbc.co.uk 1mo ago

Drones crash into Sydney harbour after light show glitch

ColinEberhardt
3pts0
third-bit.com 1mo ago

Twelve Ways to Be Wrong About AI-Assisted Coding

ColinEberhardt
2pts0
andrewmurphy.io 2mo ago

AI didn't kill your junior pipeline. You did

ColinEberhardt
12pts2
blog.scottlogic.com 2mo ago

Finding Your Voice: A Guide to Technical Communication

ColinEberhardt
2pts0
katedaviesdesigns.com 2mo ago

Knitting bullshit

ColinEberhardt
489pts207
sashankav.substack.com 2mo ago

Earning the Right to Have an Opinion on AI in the SDLC

ColinEberhardt
1pts0
willemvandenende.com 2mo ago

My local agentic dev setup today

ColinEberhardt
3pts0
www.youtube.com 2mo ago

Video: Software Fundamentals Matter More

ColinEberhardt
2pts0
www.bbc.co.uk 3mo ago

Dancer with MND performs on stage again through digital avatar

ColinEberhardt
2pts0
news.routley.io 4mo ago

Looms and Agents

ColinEberhardt
2pts0
blog.scottlogic.com 4mo ago

If AI Writes the Code, Who Builds the Next Open Source Project?

ColinEberhardt
1pts0
www.monperrus.net 4mo ago

The Coding Agent Bootstrap

ColinEberhardt
2pts0
blog.scottlogic.com 4mo ago

Analysis → Implementation → Reflection – a practical technique for agentic AI

ColinEberhardt
1pts0
martinfowler.com 4mo ago

AI Harness Engineering

ColinEberhardt
1pts0
newsletter.pragmaticengineer.com 4mo ago

AI Tooling for Software Engineers in 2026

ColinEberhardt
1pts0
martinfowler.com 4mo ago

Humans and Agents in Software Engineering Loops

ColinEberhardt
1pts0
martinfowler.com 5mo ago

Context Engineering for Coding Agents

ColinEberhardt
1pts1
addyo.substack.com 5mo ago

The 80% Problem in Agentic Coding

ColinEberhardt
1pts0
www.sonarsource.com 5mo ago

The State of (AI) Code Developer Survey

ColinEberhardt
1pts0
www.nobelprize.org 6mo ago

Statement from the Nobel Foundation

ColinEberhardt
5pts3
nolanlawson.com 6mo ago

An Experiment in Vibe Coding

ColinEberhardt
3pts1
blog.scottlogic.com 7mo ago

Putting Spec Kit Through Its Paces: Idea or Reinvented Waterfall?

ColinEberhardt
1pts0
blog.scottlogic.com 9mo ago

Rapid web app development with Devin – A Developer's Perspective

ColinEberhardt
3pts0
www.bbc.co.uk 9mo ago

'Deep' concerns as six students join esports course

ColinEberhardt
4pts0
blog.scottlogic.com 9mo ago

Delegating the Grunt Work: AI Agents for UI Test Development

ColinEberhardt
1pts0
Agent Skills 3 months ago

Agents Skills are built upon “Five design decisions [that] are the load-bearing ones”

And Open Design (HN front page yesterday) is supported by “Six load-bearing ideas”

The similarities in the way these prompt libraries are documented doesn’t feel coincidental.

Funny coincidence - I visited that valley for the first time just last week, on my way to the Isle of Skye.

And as a further coincidence, I met Jimmy Saville about 25 years ago. I was in Leeds hospital after a heart operation, and this old and somewhat scruffy track suited guy just walks in to the ward and starts talking to me. I had no idea who he was. After he left, a nurse asked “did you speak to Jimmy?”. It was creepy and unnerving seeing first hand how he just got to roam around.

I can confirm, the graffiti-covered Saville residence has almost completely been demolished.

Very true, with the right feedback loop AI would do a wonderful job of refactoring.

But if AI is the primary author and consumer of this code, that would be an unnecessary step. No need to clean it up for our feeble little human minds.

I was just interested in what this file actually does - and am finding it hard to grok, scrolling through on a mobile device!

I used to find Gary Marcus a good antidote to the AI hype, and followed his critique. But honestly, his more recent writings are clutching at straws. This article feels like desperation.

It’s a bit like saying that driving cars still requires human muscles to operate the controls, so human strength has ‘won’, when it is clearly the internal combustion engine that has created the speed advantage of the car.

Wow, that's an impressive amount of dedication, but I guess you need that if you want to set a world record

Dedication, mmm, dedication. Dedication, that’s what you need. If you want to be the best, and if you want to beat the rest. Dedication way you need.

Hopefully that means something to Brits of a certain age ;-)

Captive Wi-Fi 6 months ago

I know it’s a minor point, but it bugs me every time this form pops up…

Captive (noun): a person or animal whose ability to move or act freely is limited by being kept in a space; a prisoner, especially a person held by the enemy during a war.

Not an ideal term to use from a user perspective.

An important point here is that it isnt doing a 1-shot implementation, it is iteratively solving a problem over multiple iterations, with a closed feedback loop.

Create the right agentic feedback loop and a reasoning model can perform far better through iteration than its first 1-shot attempt.

This is very human. How much code can you reliable write without any feedback? Very little. We iterate, guided by feedback (compiler, linter, executing and exploring)

Nolan shares some interesting reflections at the end of this post. Here are a few direct quotes:

"I’m somewhat horrified by how easily this tool can reproduce what took me 20-odd years to learn"

"I’ve decided that my role is not to try to resist the overwhelming onslaught of this technology, but instead to just witness and document how it’s shaking up my worldview and my corner of the industry"

"I have no idea what coding will look like next year (2026), but I know how my wife will be planning our next vacation."

It’s still around, and tends to be adopted by big enterprises. It’s generally a decent product, but is facing a lot of equally powerful competition and is very expensive.

“When an LLM can generate a working high-quality implementation in a single try, that is called one-shotting. This is the most efficient form of LLM programming.”

This is a good article, but misses one of the most important advances this year - the agentic loop.

There are always going to be limits to how much code a model can one-shot. Give it the ability to verify its changes and iterate, massively increase its ability to write sizeable chunks of verified and working code.

Likewise. I have a nasty feeling that most AI agent deployments happen with nothing more than some cursory manual testing. Going with the ‘vibes’ (to coin an over used term in the industry).

We find testing and evals to be the hardest problem here …

I wonder what this means for the agents that people are deploying into production? Are they tested at all? Or just manual ad-hoc testing?

Sounds risky!

Neat! Really like this, and will be interesting to see how it tracks over time.

My only concern is the scale you have selected as we are already close to 100, are you going to have to allow it to be ‘turned up to 11’ at some point?