1250

LESSWRONG
LW

1249
Frontpage

8

[ Question ]

What does "meta-execution without indirection" look like?

by Liam_Donovan
21st Oct 2019
1 min read
A
0
1

8

Frontpage

8

What does "meta-execution without indirection" look like?
1Liam Donovan
New Answer
New Comment
1 comment, sorted by
top scoring
Click to highlight new comments since: Today at 11:09 PM
[-]Liam Donovan6y*10

My current best-guess answer for what "HCH + annotated functional programming" and no indirection is:

Instead of initializing the tree with the generic question "what should the agent do next", you initialize the tree with the specific question you want an answer for. In the context of IDA, I think (??) this would be a question sampled from the distribution of questions you want the IDA agent to be able to answer well.

Is it fair to say the HCH + AFP part mainly achieves capability amplification, and the indirection part mainly achieves security amplification?

Edit: apparently I somehow asked the original question under a different account name that I've never used before? In case anyone finds this weird/confusing: both Liam Donovans are the same person, but this is the account I normally use.

Reply
Moderation Log
More from Liam_Donovan
View more
Curated and popular this week
A
0
1

I've been trying to understand IDA/Factored Evaluation at a deep level, and I find meta-execution especially confusing. The LW post says that it is "HCH + annotated functional programming + a level of indirection", but I'm not sure what the "level of indirection" is doing. To understand it better, I want to know what HCH + Annotated Functional Programming (without indirection) would look like, and how this differs from meta-execution. Any help is much appreciated!