Today @ConcordanceAI is open sourcing our modified inference engine for token-level interventions, alongside an injection playground and supporting research on steering LLMs.
We find that token injection is indeed a viable steering mechanism, in certain cases marginally outperforming user prompting in effectiveness that we explore in our research.
The Concordance engine goes beyond simpler token injection methods by stacking several primitives together including:
Force Tokens
Adjust Logits
Backtrack
This allows for multi step injections, find & replace, and structured outputs, occurring at a various points in the generation stream, not just the beginning.
why was Compound's cETH market unusable for a couple weeks?
what is the difference maker?
Sep 1, 2021 • 15 tweets • 3 min read
solana claims to be able to handle more transactions thanks to their parallel execution
how big of a speed up could the evm get if it did something similar?
i built a parallel evm execution engine to find out
/thread
first, some background. the evm is “Virtual Machine”, or software that simulates hardware, that standardizes and simplifies what is possible to do on the Ethereum blockchain