It reinforces how to "learn AI" is to first master the problem domain.
I can use AI for coding after decades of coding. I can't use it for theoretical physics because I can't evaluate the responses.
HN user
Full-Stack Software Engineer
https://michael.chisari.us
It reinforces how to "learn AI" is to first master the problem domain.
I can use AI for coding after decades of coding. I can't use it for theoretical physics because I can't evaluate the responses.
"If You are Asking for Human Attention, Demonstrate Human Effort"
Never once had a problem with an LG because I've never given it internet access. A trustworthy set top box handles everything instead. Concerned that might not be an option in the future.
I've found that my whole design philosophy has to change to work with HTMX. That's not a dig, it may even be a good thing, but it's a significant shift. The designs become much more native to the web and much less inspired by mobile apps.
"In that Empire, the Art of Cartography attained such Perfection that the map of a single Province occupied the entirety of a City, and the map of the Empire, the entirety of a Province. In time, those Unconscionable Maps no longer satisfied, and the Cartographers Guilds struck a Map of the Empire whose size was that of the Empire, and which coincided point for point with it. The following Generations, who were not so fond of the Study of Cartography as their Forebears had been, saw that that vast Map was Useless, and not without some Pitilessness was it, that they delivered it up to the Inclemencies of Sun and Winters. In the Deserts of the West, still today, there are Tattered Ruins of that Map, inhabited by Animals and Beggars; in all the Land there is no other Relic of the Disciplines of Geography.
"Suarez Miranda,Viajes de varones prudentes, Libro IV,Cap. XLV, Lerida, 1658"
- On Exactitude in Science by Jorge Luis Borges
The papers linked in the article discuss the mechanical operations that simulate reasoning. Intelligence is data efficiency and I don't see a strong argument that reasoning can exist if it requires a world's worth of data.
That doesn't mean that simulated reasoning isn't useful, it's wildly useful. But a thing is not its simulation.
Do we see actual signs of reasoning or is it anthropomorphism? We have an innate tendency to do so as humans.
The first point is solid. The loss of craftsmanship means that the labor cost of those who remain has skyrocketed. That's an irony of devaluing labor is that those who hold on to their craft end up in very high demand.
That said, you overestimate how much "colonizer" discourse informs the average suburban home or modern office environment. That discourse isn't even particularly dominant amongst the left (often clowned as "third-worldist", reductionist or class denialism).
The average leftists apartment or home has more in common with your great-grandfather's house than stark, modern minimalism.
If you've ever been in an home owned for generations, filled with books and knickknacks and heirlooms and family photos, despite the clutter it all feels comforting in a way that modern decor doesn't.
The article doesn't touch much on why modern decor emerged as it did. It's a market response where everyone needs to (or feels the need to) pick up and move at a moment's notice. Companies are either expanding or like to think they'll be expanding soon. People move jobs so often that they have a hard time feeling settled where they are, so they design for that possibility. The modern aesthetic is one of planned impermanence.
And quality is the new differentiator when everyone can generate slop.
Obviously. Yet on balance, the ones that can't be kept secret may not be significant.
I'm not making a judgement on what the ideal situation is, more so explaining why the referenced study could have come to its conclusion.
The study could have revealed that industries without patent protection evolve to have better trade secret security, effectively leveling the benefits of patents.
The question I answered was:
Which fields would you say are the best to just be mediocre in
I actually can't stand you people.
Unnecessary. People who want a basic middle class existence are not greedy and should not receive disdain. Many have responsibilities to their elders or others, have kids or want them, etc. so avowed poverty is not realistic.
Especially when bohemian poverty is an increasingly vanishing option on a practical level.
Nepo baby.
Joking (sort of).
I can't say I know of any in the fields I'm familiar with. I've watched tech get increasingly top-heavy since the covid hiring boom and bust, although it was already trending that way.
There are a lot of fields dominated by boomers on the verge of retirement that are the safest bet for people who want to be good and make a good living but don't care to be extraordinary.
I've heard that from arborists, water treatment specialists, actuaries, a few others.
Seems like a great field to get into if you can make it to the top 5-10% skillset.
The rapid advances, in a trend replicating throughout society, push out the middle in favor of the top.
Moving fast was a huge moat for a long time, but now moving fast is easy. Quality might be the new moat.
Important to note that fast never meant much to open source and for good reason.
It's a common enough experience that it shouldn't be dismissed.
| type errors, scope issues, import resolution, dependencies.
I write code myself and use the LLM to find mistakes then fix them manually. I recommend inverting the conventional wisdom on LLMs:
1. Don't use it to write code. It's a terrible
programmer. But it's an intelligent rubber duck
and a solid analysis tool.
2. Write the code yourself. It'll go faster than
figuring it out as you go along. It's just typing
if you have a plan.
3. Use an LLM to sanity check what you wrote.
It can find potential design issues or future
problems or breaks from convention. Decide based on
your experience how much you want to address these
issues before moving on.
Is this as fast as AI writing the code? Not at first but possibly over time. Maybe faster. Certainly better quality.Plus you don't lose any of your skills in the process.
You're still doing the gruntwork necessary to keep your skillset.
And the token cost is a small fraction of what it takes to get LLMs to write good code.
I'm set up to use Qwen 3.6 locally if needed. It's solid, it does what I need, it runs on my laptop and it's free.
But that's because I never got on the "run three dozen agents in a ralph loop" trend or other high-token usage methods. The way I use AI is discrete and targeted and it seems that's how it will be for everyone once the economics settle.
It was about controlling actions not emotions.
The stoics cried, they laughed, they expressed joy, they were by all accounts emotionally expressive.
The control was about what actions were to be taken in the face of those emotions and other considerations, not suppressing or controlling the emotions themselves.
It's not a small distinction.
In 1970, median rent was $108 a month, utilities included.
https://www.nytimes.com/1973/04/08/archives/108-a-month-rent...
The complexity required of a basic CRUD app versus a client-side optimistic update are worlds apart.
Exhaust all other optimizations before lying to your users about what just happened.
Anyone worth their salt looked down on copy/paste from Stackoverflow, let alone blindly doing so.
Where does this idea come from that good programmers were ever cool with that?
My comment was more "all things being equal."
Though the market so far has had a lower limit on "worse". We're finding out how low we can go before consumers start valuing quality again.
I disagree. At some point of complexity, building it yourself is faster, better and (as we're finding out) cheaper. And more fun, although that varies person to person.
Wrestling with a code generator also creates a sunk cost fallacy where progress grinds to a halt but you still try and use the tools to fix the problems the tools created. Or you go in and fix things yourself, in a codebase you don't truly understand. A single developer can recreate the contextual nightmare miasma of a large corporation all by themselves.
There's also an emerging market consideration: MVP are easy to build so time to market is no longer hard to achieve. It's not a differentiator.
X was built in 3 days but is slow and riddled with bugs and security errors. There are also A, B, C, D and E which are effectively the same thing built just as fast.
Z was built over six months and is rock solid and performant.
Who wins the market share?
Delighted to see a "brew install dusklight" option.
Curious how this is different from a generalized emulator. Wouldn't this be able to run any GC game that used the same registers as Twilight Princess?
You underestimate how easy it is to get someone who's into fly fishing to talk about fly fishing. You don't need to have known them for more than thirty seconds.
Even NYC has a fishing meetup group with over 1000 members.
Interesting. Where have they stated that?
| a 60-90B model can outperform current SOTA
My conspiracy theory is that Apple recognizes this.
| Everything we do matters. Always.
Yeah you get it.