-
Aim: bring structure to a question, try to use json/yaml to describe hierarchically a complex question to an LLM.
Expected result:
1. LLM has to understand the question on all levels
2. LLM has to…
-
The following example compiles in an instant (about 0.4s to be exact) :
```
import Data.Nat
lemma : S (2 * (S (2 * q))) = 4 * q + 3
lemma =
rewrite plusZeroRightNeutral q in
rewrite plusZe…
-
A `Podcast` instance should be returned, allowing for fine controls.
Possible attributes and methods:
`save()` # merge the segments and save filepaths to disk
`.segments` # tuples of ids, au…
-
Since we're finally moving to hierarchical stores architecture, we need to implement support for it in React components (one main global shared store + may be some other stores shared across the pages…
-
most chat ux is just one textbox.
but actually it's useful to have little toggles or dropdowns that set the chatapps to respond in certain useful ways:
- System/Role prompts
- (None)
- You a…
-
I wrote the following code to try compile all the wisp files in a folder.
However, there seems to be nothing coming out of stdout of, "wisp -c {file}". The program just freezes there waiting for an o…
-
There could be universals that could be better uncovered with languages that are context-free. Programming lang treebanks are almost nonexistent, so what came to my mind if I were to construct one is …
-
Cover below topics by following this guidelines.
- [ ] Create a folder called Intro_Python in root of repo - then proceed for below step
- [ ] Separate folder for every topic ( should be 17 differ…
-
The rule `SIM300` discourages so-called "Yoda comparisons", i.e. comparisons where the numerical constant is first. While this can make sense to focus on the variable, this can lead to code that is mo…
-
**Context:**
I often work with data that are censored. The approach for censored data implemented in `brms` is really useful, but I have found it to be slow - especially when a large part of the da…