HackerTrans
TopNewTrendsCommentsPastAskShowJobs

menzoic

no profile record

Submissions

LLMs Can Write Production Quality Code

escobyte.substack.com
6 points·by menzoic·3개월 전·3 comments

$500k/Year SWE Without a CS Degree

escobyte.substack.com
2 points·by menzoic·5개월 전·3 comments

Writing High Quality Production Code with LLMs Is a Solved Problem

escobyte.substack.com
2 points·by menzoic·5개월 전·2 comments

Writing High Quality Production Code with LLMs Is a Solved Problem

escobyte.substack.com
9 points·by menzoic·5개월 전·7 comments

comments

menzoic
·2개월 전·discuss
The difference is not that it’s “worthless”. The difference is that now it’s “practical” to implement given the low effort.

I wouldn’t be sad about defeating lower complexity challenges. There are always higher complexity challenges that arise once we start operating in a world when you can do more. The bar raises.
menzoic
·3개월 전·discuss
API prices may be profitable. Subscriptions may still be subsidized for power users. Free tiers almost certainly are. And frontier labs may be subsidizing overall business growth, training, product features, and peak capacity, even if a normal metered API call is profitable on marginal inference.
menzoic
·3개월 전·discuss
I just put your question into GPT-5 Pro
menzoic
·3개월 전·discuss
I work at Airbnb where I write 99% of my production code using LLMs. Spotify's CEO recently announced something similar, but I mention my employer not because my workflow is sponsored by them (many early adopters learned similar techniques), but to establish a baseline for the massive scale, reliability constraints, and code quality standards this approach has to survive. Many engineers abandon LLMs because they run into problems almost instantly, but these problems have solutions. If you're a skeptic, please read and let me know what you think. The top problems are: * Constant refactors (generated code is really bad or broken) * Lack of context (the model doesn’t know your codebase, libraries, APIs, etc.) * Poor instruction following (the model doesn’t implement what you asked for) * Doom loops (the model can’t fix a bug and tries random things over and over again) * Complexity limits (inability to modify large codebases or create complex logic) In this article, I show how to solve each of these problems by using the LLM as a force multiplier for your own engineering decisions, rather than a random number generator for syntax. A core part of my approach is Spec-Driven Development. I outline methods for treating the LLM like a co-worker having technical discussions about architecture and logic, and then having the model convert those decisions into a spec and working code.
menzoic
·5개월 전·discuss
I'm at Airbnb now working primarily with LLMs
menzoic
·5개월 전·discuss
I’ve found there are two major mindset shifts that helped me start passing tech interviews consistently:

1. Study the algorithms and patterns, not the questions 2. Treat it like a serious investment, 2–3 months of focused prep minimum

Most people skip the fundamentals. But these core patterns and data structures come up over and over. If you really understand them, you can solve almost anything.

I used this exact approach to land offers from Google, Amazon, Uber, Airbnb and more, without a CS degree.

That experience led me to write this full breakdown of how to study for tech interviews the right way.
menzoic
·5개월 전·discuss
I work at Airbnb where I write 99% of my production code using LLMs. Spotify's CEO recently announced something similar, but I mention my employer not because my workflow is sponsored by them (many early adopters learned similar techniques), but to establish a baseline for the massive scale, reliability constraints, and code quality standards this approach has to survive. Many engineers abandon LLMs because they run into problems almost instantly, but these problems have solutions. If you're a skeptic, please read and let me know what you think.

The top problems are:

1. Constant refactors (generated code is really bad or broken)

2. Lack of context (the model doesn’t know your codebase, libraries, APIs, etc.)

3. Poor instruction following (the model doesn’t implement what you asked for)

4. Doom loops (the model can’t fix a bug and tries random things over and over again)

5. Complexity limits (inability to modify large codebases or create complex logic)

In this article, I show how to solve each of these problems by using the LLM as a force multiplier for your own engineering decisions, rather than a random number generator for syntax.

A core part of my approach is Spec-Driven Development. I outline methods for treating the LLM like a co-worker having technical discussions about architecture and logic, and then having the model convert those decisions into a spec and working code.
menzoic
·5개월 전·discuss
It's basically the typical SDLC boosted with LLMs. Especially the part where you can explore tradeoffs and alternative approaches rapidly.
menzoic
·5개월 전·discuss
LOL, honestly I hated Codex when it first came out. It was backed by o3 at the time.

But literally as soon as GPT-5 came out in Codex and with the "high" option, I completely switched from Claude Codex to Codex. Never imagined that would happen so fast.
menzoic
·5개월 전·discuss
> get the best results when the context window is right around 70%

I used to be trigger happy with /compact or using the hand off technique to transfer knowledge between sessions with a doc. But lately the newer generation of models seem to be handling long context pretty well up to around 20% remaining context.

But this is when I'm working on the same focused task. I would instantly reset it if I started implementing an unrelated task. Even if there was 90% left, since theres just no benefit to keeping the old context
menzoic
·5개월 전·discuss
I work at Airbnb where I write 99% of my production code using LLMs. Spotify's CEO recently announced something similar, but I mention my employer not because my workflow is sponsored by them (many early adopters learned similar techniques), but to establish a baseline for the massive scale, reliability constraints, and code quality standards this approach has to survive.

Many engineers abandon LLMs because they run into problems almost instantly, but these problems have solutions. If you're a skeptic, please read and let me know what you think.

The top problems are:

* Constant refactors (generated code is really bad or broken)

* Lack of context (the model doesn’t know your codebase, libraries, APIs, etc.)

* Poor instruction following (the model doesn’t implement what you asked for)

* Doom loops (the model can’t fix a bug and tries random things over and over again)

* Complexity limits (inability to modify large codebases or create complex logic)

In this article, I show how to solve each of these problems by using the LLM as a force multiplier for your own engineering decisions, rather than a random number generator for syntax.

A core part of my approach is Spec-Driven Development. I outline methods for treating the LLM like a co-worker having technical discussions about architecture and logic, and then having the model convert those decisions into a spec and working code.
menzoic
·5개월 전·discuss
I would think it’s due to the non determinism. Leaking context would be an unacceptable flaw since many users rely on the same instance.

A/B test is plausible but unlikely since that is typically for testing user behavior. For testing model output you can do that with offline evaluations.
menzoic
·6개월 전·discuss
Leetcode problem
menzoic
·9개월 전·discuss
Studies on rats have shown significant similarities between sugar consumption and drug-like effects, including bingeing, craving, tolerance, withdrawal, dependence, and reward. Some researchers argue that sugar alters mood and induces pleasure in a way that mimics drug effects such as cocaine. In certain experiments, rats even preferred sugar over cocaine, reinforcing the idea that sugar can strongly activate the brain’s reward system
menzoic
·10개월 전·discuss
Why does skyfall.dev block Nigeria?
menzoic
·10개월 전·discuss
>At that point, a shared ledger implemented with traditional databases / protocols would be faster, easier, and more transparent.

This is missing the fundamental idea behind blockchain. You need a consensus mechanism and immutable ledger in order for it to be secure and truly transparent. Once you add those boom you have yourself another blockchain :-)

>So what are stablecoins really trying to do? Circumvent regulation?

No, stablecoins have less regulatory burden because of the public ledger removing the need for manual review and verification by various intermediaries. They are still compliant with regulation.
menzoic
·3년 전·discuss
I don't get why they resorted to the timing approach when they could just check the error message.
menzoic
·5년 전·discuss
The title is misleading
menzoic
·8년 전·discuss
looks like no one noticed the word "Troll" in OP's username