HackerTrans
TopNewTrendsCommentsPastAskShowJobs

nkko

no profile record

Submissions

Public company deep research demo on Atlas SDK

github.com
1 points·by nkko·9 дней назад·0 comments

Atlas: Open-source deep research harness

steel.dev
2 points·by nkko·15 дней назад·0 comments

Atlas – open-source deep research you own

github.com
7 points·by nkko·16 дней назад·1 comments

Building a Deep Research Agent That Survives

steel.dev
2 points·by nkko·25 дней назад·0 comments

Building a Deep Research Agent That Survives Its Own Failures

steel.dev
2 points·by nkko·30 дней назад·0 comments

An autopsy of Claude Code's deep research

steel.dev
3 points·by nkko·в прошлом месяце·0 comments

Do Better Research with NotebookLM

blog.google
2 points·by nkko·в прошлом месяце·0 comments

Errors are the last interface agents read

steel.dev
2 points·by nkko·в прошлом месяце·0 comments

Coding agent can read your .env file

bitwarden.com
2 points·by nkko·в прошлом месяце·0 comments

Agent Traces: every browser session as a prompt

steel.dev
2 points·by nkko·2 месяца назад·0 comments

Agent-Native Extensibility

nibzard.com
2 points·by nkko·2 месяца назад·0 comments

Trained Qwen to Write Clojure Better Than GPT-5.4 (Kinda)

nibzard.com
2 points·by nkko·3 месяца назад·0 comments

Durable Researcher

github.com
1 points·by nkko·3 месяца назад·0 comments

The Hard Problems Nobody Has Solved

nibzard.com
2 points·by nkko·3 месяца назад·0 comments

Absurd: Simplest durable execution workflow system

github.com
3 points·by nkko·3 месяца назад·0 comments

Give Claude Code a real browser

steel.dev
2 points·by nkko·3 месяца назад·0 comments

Startup Is Probably Dead on Arrival

steveblank.com
3 points·by nkko·4 месяца назад·0 comments

GitHub explains six February outages and fixes

github.blog
4 points·by nkko·4 месяца назад·2 comments

The Post-Copyright Era of Software

nibzard.com
5 points·by nkko·4 месяца назад·0 comments

BullshitBench v2: LLMs answering nonsense questions

github.com
2 points·by nkko·4 месяца назад·0 comments

comments

nkko
·9 дней назад·discuss
[flagged]
nkko
·16 дней назад·discuss
[dead]
nkko
·3 месяца назад·discuss
Yes, this is frustrating, but it doesn’t occur in CC. I run the conversation logs through an agent and opencode source, and it identified an issue in the reasoning implementation of opencode for Zai models. Consequently, I ceased my research and opted to use CC instead.
nkko
·3 месяца назад·discuss
What happened in 2022?
nkko
·4 месяца назад·discuss
This wqw an interesting postmortem for me. As a regular user, February definitely felt a bit shakier than usual.

I ran into the unicorn error page a few times and had intermittent issues with PR pages and bunch of weirdness. Nothing long-lived, but enough transient failures that my overall feel was it is degrading in general.
nkko
·4 месяца назад·discuss
was listening to music while coming with groceries and simultaneously juggling stuff to open the doors and change the track with Siri (the only use for Siri I have)
nkko
·4 месяца назад·discuss
FWIW I work at Steel (not the OP). While we’ve been iterating on the “right shape” for agent tooling, I’ve been building a benchmark harness to measure how different surfaces affect real web task completion: raw API context, CLI-only, opinionated “skills” (structured outputs + artifact capture), and combinations.

If you’ve run agents on the open web, I’d love suggestions for nasty-but-representative workflows to include in the benchmark.
nkko
·4 месяца назад·discuss
This rings true, as I’ve noticed that with every new model update, I’m leaving behind full workflows I’ve built. The article is really great, and I do admire the system, even if it is overengineered in places, but it already reads like last quarter’s workflow. Now letting Codex 5.3 xhigh chug for 30 minutes on my super long dictated prompt seems to do the trick. And I’m hearing 5.4 is meaningfully better model. Also for fully autonomous scaffolding of new projects towards the first prototype I have my own version of a very simple Ralph loop that gets feed gpt-pro super spec file.
nkko
·5 месяцев назад·discuss
For no special reason, beside I could, I’ve slop coded this AI agents ephemeral VM orchestrator which I use inside any agent to manipulate and maintain my coding VMs on Proxmox. Probably it could make sense to simplify it further and move from Proxmox to something like this. Link: https://github.com/nibzard/agentlab
nkko
·5 месяцев назад·discuss
This is exciting. But I had to read and check everything twice to figure it out, as some already commented. Strong Feedback loop is an ultimate unlock for AI agents and having twins is exactly the right approach.
nkko
·6 месяцев назад·discuss
For sure! Just ask enough times "why" and you will find the root. The main issue here it is, how many people do that for real, and how this is becoming even more critical now.
nkko
·6 месяцев назад·discuss
That magic now moved to ESP32.
nkko
·6 месяцев назад·discuss
Reproducibility is a fascinating topic for me, and today with AI coding agents we could have automated reproducibility at least in some fields. The concept they touch on in the paper, of post publication verification could replace or add onto existing research valorization.
nkko
·6 месяцев назад·discuss
Annual full body MRI has become a trend. Not sure who first started promoting it, probably Peter Attia.
nkko
·6 месяцев назад·discuss
That’s a good idea, will have to think a bit on how to implement it.
nkko
·6 месяцев назад·discuss
Fast reading was always my Achilles heel ;)
nkko
·6 месяцев назад·discuss
Yep—many of these predate LLMs.
nkko
·6 месяцев назад·discuss
Strong point. I’m considering to tag patterns better and add stuff like “model/toolchain-specific,” and something like “last validated (month/year)” field. Things change fast and for example “Context anxiety” is likely less relevant and should be reframed that way (or retired).
nkko
·6 месяцев назад·discuss
Author here (nibzard). I started this back in May as a personal learning log. I agree with the skepticism about jargon and novelty. However, if something reads like overly complex common sense, that’s a bug, and I’d like to fix it. If you can point out 1–2 specific pages that feel sloppy or unactionable, I’ll rewrite them (or remove them). I’m also happy to add flags or improve the structure. Also, contributing new patterns would be grand. Of course, some or even all patterns are explicitly “emerging.”
nkko
·6 месяцев назад·discuss
At some point, we need to begin. My initial thought was that this is a growing and evolving resource, primarily for my own use. We are slowly but steadily learning what makes sense annd patterns emerge. Also, if others find it interesting and contribute, that would be even better.