HN user

wcoenen

5,204 karma
Posts11
Comments1,383
View on HN

The UX problem is elsewhere I think. Many users probably don't realize that the agent's context window is limited, and that clever compaction is happening regularly to make it seem infinite. But that necessarily means the agent has to forget stuff.

As a result, users will keep reusing the same coding or chat session again and again. While it would be better to start fresh for unrelated tasks.

Once you realize how much more efficient solar panels are (compared to plants) at capturing energy from the sun, the next logical question is: could it make sense to synthesize food with the help of electricity from solar power?

There is a company called Solar Foods which is exploring exactly that: they use solar power to produce hydrogen, feed that hydrogen and CO2 to Xanthobacter bacteria, and harvest the produced protein.

https://www.sciencedirect.com/science/article/pii/S016777992...

You don't even need to double the tokens. Tokens are mapped to vectors right at the input of the LLM, so one of the numbers in that vector could be reserved to represent something like "authority". This way information about the source of each individual token can be injected right at the input.

System prompt tokens would get the maximum authority value, and random downloaded data would get the minimum authority value. Tokens from the user prompt could be somewhere in between.

Then train the model with examples that show that system prompts should be respected, and prompt injection attacks should be ignored.

There is not going to be any shortage of plastics in the medium term.

Shale oil and gas production in the US produces vast quantities of ethane as a byproduct. This ethane is cracked into ethylene, a feedstock for making plastic. There is an oversupply of the stuff.

Thanks! I didn't know it was a known phenomenon. Now I know what to google.

My tinnitus is fortunately not super loud; it's only noticeable when it's relatively quiet, or I'm blocking sounds (with ear plugs, or noise cancelling headphones without input, etc.). So it's not like I habitually blast my ears with loud sine waves out of desperation. But I can imagine it may be different for other readers, so that's a good caveat.

I can play a pure sine wave tone with a tone generator app, and dial the frequency up until it precisely matches my tinnitus. I originally did this just to determine that frequency.

But I noticed a side-effect: if I then turn off the tone generator, my tinnitus would disappear! Unfortunately that effect only lasts for a minute or less, so it is not really practical to get relief this way.

This comes up in every discussion about demographics. But counterintuitively, there are no examples of financial incentives actually fixing this problem.

For example, in 2022 Hungary was spending 6.2% of GDP on such incentives[1], but this only managed to bring total fertility rate up to about 1.6 [2].

It is the same everywhere else. The real reason fertility has declined since the sixties is because people have access to effective birth control. Nobody wants to be a baby factory.

[1] https://abouthungary.hu/news-in-brief/hungary-to-spend-6-2-o...

[2] https://www.macrotrends.net/global-metrics/countries/hun/hun...

When LLMs process tokens, each token is first converted to an embedding vector. (This token to vectors mapping is learned during training.)

Since a token itself carries no information about whether it has "authority" or not, I'm proposing to inject this information in a reserved number in that embedding vector. This needs to be done both during post-training and inference. Think of it as adding color or flavor to a token, so that it is always very clear to the LLM what comes from the system prompt, what comes from the user, and what is random data.

The article talks about strike prices but doesn't provide much context.

The context: this is about bids from wind farm operators to win "contracts for difference" with the Low Carbon Contracts Company, an entity owned by the UK government. It's essentially a subsidy scheme where the wind farms can lock in a specific price per MWh for all the electricity they will produce over a certain period. But only if they bid low enough to be among the winners of the auction.

https://en.wikipedia.org/wiki/Contracts_for_Difference_(UK_e...

you cannot prevent prompt injection

I wonder if might be possible by introducing a concept of "authority". Tokens are mapped to vectors in an embedding space, so one of the dimensions of that space could be reserved to represent authority.

For the system prompt, the authority value could be clamped to maximum (+1). For text directly from the user or files with important instructions, the authority value could be clamped to a slightly lower value, or maybe 0 because the model needs to be balance being helpful against refusing requests from a malicious user. For random untrusted text (e.g. downloaded from the internet by the agent), it would be set to the minimum value (-1).

The model could then be trained to fully respect or completely ignore instructions, based on the "authority" of the text. Presumably it could learn to do the right thing with enough examples.

Noticeable cognitive impairment starts in the 700-1000ppm range

The US navy failed to detect such effects in submarine crew, even at much higher levels like 10,000 ppm.

Another reason to be skeptical is that exhaled breath is 4% CO2 (40,000 ppm!). Therefore a few thousand extra ppm in the inhaled air should not make much of a difference to the homeostasis mechanisms in our bodies.

But if someone ever got closer to filling up the disk in the past, the chances of contiguous gigabytes are much lower.

By default, Windows automatically defragments filesystems weekly if necessary. It can be configured in the "defragment and optimize drives" dialog.

Meanwhile it feels like half my colleagues don't understand the difference between starting a new Teams conversation ("thread" in Slack), or replying to an existing one. And there's no way to move a message that was posted in the wrong conversation. AFAIK it's the same with Slack threads.

Getting people to post in the "correct" channel faces similar challenges.

Imagine the chaos that would result if we ran everything through Teams.

The map of planned data centers shows how badly the UK needs to split its single pricing zone for electricity.

There should be more incentive to build data centers in the north, where there is plenty of renewable power but limited capacity to transport that power south.

Germany also has a single pricing zone and a similar north/south problem. It causes expensive curtailment and redispatch operations whenever the grid cannot physically transport the power from north to south the way it was traded.

Geosynchronous orbits do not pass through the Earth's shadow as much as you might think. These orbits sit in the same plane as the equator, which is tilted 23.5 degrees when compared to a line from the sun to the earth.

They still pass through the earth's shadow in the weeks around the equinoxes though. Worst case is about 70 minutes of shadow.

That said, it seems more likely to me that there is no requirement to stay over the same spot on the earth, and a lower altitude sun-synchronous orbit would be used.