HackerTrans
TopNewTrendsCommentsPastAskShowJobs

JnBrymn

no profile record

Submissions

The Dark Factory: How Twin Sun Automated Their Dev Pipeline [video]

youtube.com
2 points·by JnBrymn·3 เดือนที่ผ่านมา·0 comments

Sachin1801/Claude-Code – DeepWiki

deepwiki.com
3 points·by JnBrymn·3 เดือนที่ผ่านมา·0 comments

Observers Are All You Need: How Observer-Synchronization Creates All of Physics

muellerberndt.medium.com
2 points·by JnBrymn·4 เดือนที่ผ่านมา·0 comments

Startups building Workflow products for other Software Startups – Beware

blog.southparkcommons.com
16 points·by JnBrymn·4 เดือนที่ผ่านมา·0 comments

[untitled]

1 points·by JnBrymn·4 เดือนที่ผ่านมา·0 comments

Stop Building AI "Teams." Start Building Software Factories. – Owen Zanzal

medium.com
5 points·by JnBrymn·4 เดือนที่ผ่านมา·0 comments

Harrison Chase: How Coding Agents Are Reshaping Engineering, Product and Design

twitter.com
1 points·by JnBrymn·4 เดือนที่ผ่านมา·0 comments

The rise of WORKIGN AI research agents: Andrej Karpathy

twitter.com
4 points·by JnBrymn·4 เดือนที่ผ่านมา·0 comments

Claude Code vs. Codex (Nate B Jones) [video]

youtube.com
1 points·by JnBrymn·4 เดือนที่ผ่านมา·0 comments

How do AI-forward teams review giant vibe-coded PRs – line by line?

twitter.com
1 points·by JnBrymn·5 เดือนที่ผ่านมา·0 comments

The Persona Selection Model: Why AI Assistants Might Behave Like Humans

alignment.anthropic.com
2 points·by JnBrymn·5 เดือนที่ผ่านมา·0 comments

Ivan Zhao on X: "On Universe, Life, and AI " / X

twitter.com
1 points·by JnBrymn·5 เดือนที่ผ่านมา·1 comments

Models.dev – An open-source database of AI models

models.dev
24 points·by JnBrymn·5 เดือนที่ผ่านมา·1 comments

Why Spec-Driven Development Breaks at Scale (and How to Fix It) – Arcturus Labs

arcturus-labs.com
2 points·by JnBrymn·5 เดือนที่ผ่านมา·0 comments

Incremental AI Adoption for E-Commerce – Arcturus Labs

arcturus-labs.com
1 points·by JnBrymn·6 เดือนที่ผ่านมา·0 comments

Ralph, too, needs a test train split

softwaredoug.com
3 points·by JnBrymn·6 เดือนที่ผ่านมา·0 comments

What is MLflow? (A good primer.)

pattersonconsultingtn.com
2 points·by JnBrymn·6 เดือนที่ผ่านมา·0 comments

Everything Is Context: Agentic File System Abstraction for Context Engineering

arxiv.org
1 points·by JnBrymn·6 เดือนที่ผ่านมา·0 comments

Language Models as One-Time Teacher for Hierarchical Planning in Text Environs

arxiv.org
2 points·by JnBrymn·6 เดือนที่ผ่านมา·0 comments

RAG Isn't a Vector Search Problem

softwaredoug.com
4 points·by JnBrymn·7 เดือนที่ผ่านมา·0 comments

comments

JnBrymn
·5 เดือนที่ผ่านมา·discuss
It was fun writing our book because I SAW you do that. And I had a different approach - I would outline obsessively and hold the whole chapter in my head at once before I started writing. Holding a whole chapter and cross referencing everything with everything else was O(N^2). You're approach for writing one instance of the chapter was linear O(N) but you did it M times... so O(M*N) ... maybe about the same :P
JnBrymn
·8 เดือนที่ผ่านมา·discuss
I'm very loosely tracking the state of the art of LLM spatial reasoning in this blog post - https://arcturus-labs.com/blog/2025/03/31/visual-reasoning-i...

Hint ... we've got a long way to go.
JnBrymn
·ปีที่แล้ว·discuss
classic post
JnBrymn
·ปีที่แล้ว·discuss
You're absolutely right. This was a post I tossed together quickly just to see what could be done without thinking too much. In retrospect, I think this would be better implemented using Elasticsearch sparse vector fields which allow you to specify the value of every token. Maybe I'l make an update post to try again.
JnBrymn
·ปีที่แล้ว·discuss
Practical advice! So many good products are lost by people that become fixated on unnecessary evals too early. You need to build your eval muscle AS you release product and get real feedback.
JnBrymn
·2 ปีที่แล้ว·discuss
RAG is a pain to set up, so I tried something different. Instead of dealing with vector DBs and all that complexity, just let the LLM navigate well-structured docs like a human—exploring outlines and diving into sections. It’s simple, and works great for stuff like technical manuals or llms.txt.
JnBrymn
·2 ปีที่แล้ว·discuss
Feels like it's a dopaminergic response to hearing a word but not knowing what it is. It's a novelty seeking thing. But once the work seems to be well understood, the novelty wears off and the novelty seeking mechanisms in humans quit responding.