Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dave1010uk
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
dave1010uk
1mo ago
Here's the alert: https://www.gov.uk/alerts/14-aug-2026-2 What's interesting is that it doesn't seem to meet the normal requirements of an urgent action. Previous alerts, for context: https://
2.
▲
by
dave1010uk
1mo ago
I hope this doesn't come to BCI.
3.
▲
by
dave1010uk
1mo ago
I'm surprised there's not more discussion about potential inflection points here. When technology gets faster, it opens up whole new classes of UX that were hard to predict For example, faster internet didn't mean being able
4.
▲
by
dave1010uk
3mo ago
Wardley's original post on this [0] is worth a read. OP adds cowboys and city folk, and makes it a bit more personal. 5 interesting things that are worth making explicit: 1. These teams/roles are as much about appetite and attitud
5.
▲
by
dave1010uk
4mo ago
> Explores what AI cannot In other words, gradient descent isn't good at combinatorial optimisation. I'm sure the research is better but the hype in the blog post leaves a bad taste. There must be a version of Rich Sutton’s Bit
6.
▲
by
dave1010uk
4mo ago
1. Solve reinforcement learning. 2. solve unsupervised learning. 3. gradually tackle more complicated things. > what was the "real reason" they couldn't achieve their original goals? I assume this is referring to why they
7.
▲
by
dave1010uk
4mo ago
It looks a lot like a CvRDT (i.e. a state-based CRDT). They describe it as a commutative monoid, which means it has associativity and commutativity. CvRDTs also need idempotence, so they can handle duplicate data. Either they are idempotent
8.
▲
Biological Weapons Convention
(en.wikipedia.org)
3 points
by
dave1010uk
5mo ago
|
0 comments
9.
▲
by
dave1010uk
7mo ago
You could also parse prompts into an AST, run inference, run evals, then optimise the prompts with something like a genetic algorithm.
10.
▲
by
dave1010uk
8mo ago
> Heck, there's others who were wealthy in scripture, even kings are they all doomed? This is a great question. In the next verses, the disciples ask pretty much the same thing: "Who then can be saved?" and then Jesus expl
11.
▲
by
dave1010uk
8mo ago
Genesis is a theological narrative, which is very different to most things we read these days, especially as a software engineer. 1. The general consensus is that there were more people. This is assumed in Genesis and it (annoyingly!) doesn
12.
▲
by
dave1010uk
8mo ago
The install is very opaque. It's not clear where these skills are installed, how to upgrade them or remove them. Here's the `skills` package on NPM: https://www.npmjs.com/package/skills - it's MIT licens
13.
▲
by
dave1010uk
8mo ago
https://dave.engineer/
14.
▲
Giving coding agents situational awareness (from shell prompts to agent prompts)
(dave.engineer)
2 points
by
dave1010uk
8mo ago
|
1 comments
15.
▲
by
dave1010uk
8mo ago
tl;dr: like Starship's PS1 combined with Claude Code's skills.
16.
▲
by
dave1010uk
8mo ago
Impressive! Here's an agent in 24 lines of PHP, written in 2023. But it relies on `llm` to do HTTP and JSON. https://github.com/dave1010/hubcap
17.
▲
by
dave1010uk
9mo ago
Langton Matravers is about 2km north of the coast. The 3 norths will have met land at a place called Dancing Ledge, at about SZ 00000 76833 (50.59121, -2.00000). https://en.wikipedia.org/wiki/Dancing_Ledge The quarry c
18.
▲
by
dave1010uk
9mo ago
I know what you're thinking: these restrictions are easy to work around. But don't worry, we can just layer more restrictions on top. Eventually the children will be safe! The government just needs to... - require proof of age (ID
19.
▲
by
dave1010uk
9mo ago
Thanks Simon! My tool collection [0] is inspired by yours, with a handful of differences. I'm only at 53 tools at the moment. What I did differently: Hosted on Cloudflare Pages. This gives you preview URLs for pull requests out the box
20.
▲
The Poison Pill in Anthropic's 'Soul Document' for Claude Opus 4.5
(schrodingerschatbot.substack.com)
5 points
by
dave1010uk
10mo ago
|
2 comments
21.
▲
by
dave1010uk
10mo ago
Perhaps. Though if that were feasible, I'd expect it would have been exploited already. I think this is more about the cost and time saving of being able to use cheaper models. Sub-agents are effectively the same as parallelization and
22.
▲
by
dave1010uk
10mo ago
The Claude Opus 4.5 system card [0] is much more revealing than the marketing blog post. It's a 150 page PDF, with all sorts of info, not just the usual benchmarks. There's a big section on deception. One example is Opus is fed ne
23.
▲
by
dave1010uk
10mo ago
Thanks Simon! It only worked because of your LLM tool. Standing on the shoulders of giants.
24.
▲
by
dave1010uk
10mo ago
Two years ago I wrote an agent in 25 lines of PHP [0]. It was surprisingly effective, even back then before tool calling was a thing and you had to coax the LLM into returning structured output. I think it even worked with GPT-3.5 for trivi
25.
▲
by
dave1010uk
11mo ago
Looks awesome! This isn't so clear though: https://docs.innate.bot/main/software/basic/connecting-to-ba... > BASIC is accessible for free to all users of Innate robots for 300 cumulative hours - and p
26.
▲
by
dave1010uk
1y ago
That was an example of a social media company changing, with users not being able to migrate their data. Scroll a bit further and you'll see X.
27.
▲
by
dave1010uk
1y ago
Thanks for submitting this! Author here. (If you can call me that. GPT-4 and Gemini did the bulk of the work) This is a (slightly tongue in cheek) benchmark to test some LLMs. All open source and all the data is in the repo. It makes use of
28.
▲
by
dave1010uk
1y ago
https://tixy.land/?code=%28%28x%2Bt%29%5E%28t%7Cy*t%29%29%25... Strobe warning, especially after about 20 seconds.
29.
▲
Absolute Zero: Reinforced Self-Play Reasoning with Zero Data
(andrewzh112.github.io)
7 points
by
dave1010uk
1y ago
|
2 comments
30.
▲
by
dave1010uk
1y ago
Paper: https://arxiv.org/abs/2505.03335 Code: https://github.com/LeapLabTHU/Absolute-Zero-Reasoner Thread: https://xcancel.com/AndrewZ45732491/status/19199204597489092...
More ›