HN user

timdellinger

961 karma

email: my username at gmail dot com

Posts7
Comments219
View on HN

“sort by year” is buried on the site, but definitely a fun way to sort

there should also be a “you can spot the villain early since they’re the only one not using Apple” sub-list

Untitled story 4 months ago

The difference is that CEOs fired a lot of people, using "AI can replace human coders" as an excuse. Also: there are claims all over the headlines along the lines of "We built something amazing without human coders."

Both claims are loud and are flooding the discussion, but under the hood it's mostly a slop disaster.

So the negative sentiment is a natural response (and a dose of realism).

0HN

My take is that the Rasmussen book isn't especially approachable, and that this book has actually held back the wider adoption of GPs in the world.

The book has been seen as the authoritative source on the topic, so people were hesitant to write anything else. At the same time, the book borders on impenetrable.

This perspective under-appreciates the role of a leader's charisma when it comes to attracting staff that will actually execute the ideas of that leader.

Anyone who has worked in a presidential administration (or a congressional office) can tell you that a leader is effective if and only if they have staff that believes in their message and agenda, and that is willing and able to execute on that agenda.

The practical reality here is that charisma isn't just a way of gaming the "getting elected" part of the job, it's also a requirement to be effective at the job.

I find that I have to steer the AI a lot, but I do have optimism that better prompting will lead to better agents.

To take an example from the article: code re-use. When I'm writing code, I subconsciously have a mental inventory of what code is already there, and I'm subconsciously asking myself "hey, is this new task super similar to something that we already have working (and tested!) code for?". I haven't looked into the details of the initial prompt that a coding agent gets, but my intuition is that an addition to the prompt instructing the agent to keep an inventory of what's in the codebase, and when planning out a new batch of code, check the requirements of the new tasks against what's already there.

Yes, this adds a bunch of compute cycles to the planning process, but we should be honest and say "that's just the price of an agent writing code". Better planning > ability to fix things.

Totally agree here. I tried the following and had a very different experience:

"Answer as if you're a senior software engineer giving advice to a less experienced software engineer. I'm looking for a Rust crate to access PostgreSQL with Apache Arrow support. How should I proceed? What are the pluses and minuses of my various options?"

Just Write 1 year ago

an eternal truth, but like all eternal truths, there are many people seeing it for the first time

I would perhaps perhaps articulate it as:

you find your tribe by hoisting a flag and seeing who rallies around.

choose action over perfection - you'll be happier in the long run.

so: write on the internet.

an opinion, and a falsifiable hypothesis:

call me old-fasahioned, but two spaces after a period will solve this problem if people insist on all-lower-case. this also helps distinguish between abbreviations such as st. martin's and the ends of sentences.

i'll bet that the linguistics experimentalists have metrics that quantify reading speed measurements as determined by eye tracking experiments, and can verify this.

This sounds like a prompting issue.

If your prompt instructs the model to ask such questions along the way, the model will, in fact, do so!

But yes, it would be nice if the model were smart enough to realize when it's in a situation where it should ask the user a few questions, and when it should just get on with things.

My personal view is that the roadmap to AGI requires an LLM acting as a prefrontal cortex: something designed to think about thinking.

It would decide what circumstances call for double-checking facts for accuracy, which would hopefully catch hallucinations. It would write its own acceptance criteria for its answers, etc.

It's not clear to me how to train each of the sub-models required, or how big (or small!) they need to be, or what architecture works best. But I think that complex architectures are going to win out over the "just scale up with more data and more compute" approach.

Fair enough.

Perhaps better stated as "adult human height is approximately Gaussian for a given biological sex", with an asterisk that environmental factors stretch the distribution.

I love the anecdote that people born in the American colonies came back to England to visit family, and were remarkably taller compared to their cousins due to environmental factors.

Oh, the answer to that is apparent enough, but frustratingly circular:

Performance is "visibly doing the things that the company rewards during the performance review process".

Theoretically, each role at a company should have a set of articulated accomplishments that are expected. (This is sadly often not the case.)

But you're right that the subjective nature of "performance", and the lack of a clear numerical scale, are a difficulty of the entire process!

Interestingly enough, I remember in my younger days being inspired by Rand Corp's 1950's era game theory work on e.g. mutually assured destruction. It later occurred to me that I don't need to be employed by a think tank to write think pieces!

That being said, I like to think that startups growing into large corporations have an opportunity to be better when it comes to things like performance management.

My take on the press release is that they're announcing a collaboration between two companies.

Lithoz uses photopolymerization to 3-D print a variety of ceramics, and is in the business of selling 3-D printers.

Glassomer makes the "ink" - they've got a few patents on silica + binder dating back to 2016.

All of this is similar to many things that have been done in the scientific literature (e.g. Nature Materials volume 20, pages 1506–1511 (2021)). They've put it into production and made it purchasable.

I'm not up on state-of-the-art, so I'm not sure if this has any features that differentiate it from competitors. I'm not seeing any surprises.

I still remember in 2008/2009 when Buffett deployed cash on extremely juicy terms to Dow Chemical, Goldman Sachs, GE, Mars, and Swiss Re.

Perhaps he's being prepared just in case cash is hard to come by in the next few years.

It also hasn't escaped my notice that interest rates are high, so sitting on cash is an okay place to be.

Or maybe he has an eye on a big purchase or two.

I'll write the obligatory comment about doing literature searches in the 90s, which involved trudging to the physics library, the chemistry library, and the engineering library in search of dead tree copies of the journal articles you're after. Also: skimming each paper quickly after you photocopy it, to see if it references any other papers you should grab while you're at the library.

I'm a day late to the comments, but...

I like the lens of the Big Five model of personality. I think what's at play here is

(1) Low neuroticism = resilient and confident

(2) Low agreeableness = willing to go against the prevailing tide

and then you need

(3) high openness = inventive/curious

The first two personality traits without the third = stubborn

Add the third = persistent

(some people don't even need #2 to be stubborn, when they consider their tribe to be correct even if it goes against prevailing thought in the broader world)

I literally was asked two leetcode questions verbatim when interviewing for a data science position at TikTok a few months ago. Dynamic programming (I won't mention which question) and then one regarding binary trees.

Indeed, the x-ray diffraction interpretation wasn't completely automated. From the experimental paper: "When the automated refinement gives a poor fit, manual analysis is performed"

A couple other observations on the experimental side:

They define success as being a sample with >50% of the target material. I guess that's success, but wow you can't test any actual properties (hardness, electrical conductivity, etc.) with samples like that.

As the reviewers noted, they're only making oxides (no alloys or intermetallics).

For all the automation effort, there's always something that has to be done by hand...

From the experimental paper: "The XRD sample holders must be cleaned manually when the lab has depleted its stock"