sschmitt
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
Do you like my definition of consciousness? while True: context += LLM(context) Using the idea of consciousness as the interface to oneself as proposed by Daniel Dennett.
- Asimov saw it 80 years ago [video] (youtube.com)
-
context = "you are a useful model. you evaluate your own output for N steps after the initial user input" prompt = "here comes a prompt by the user" context += prompt for _ in range(N): context += evaluate_llm(context)
- Try the BirdNET Sound ID App AI-Powered Bird Sound Recognition (birdnet.cornell.edu)
- Daniel Dennett on free will and moral agents (youtube.com)
- Any good, apply-patch implementation by Open AI? (github.com)
-
GPT-4 supports a 128,000-token context window (per OpenAI). I'm trying to understand how much text that really is. Here's my rough estimate: 1 token ≈ ¾ word ≈ 4 characters A single-spaced A4 page (12pt font) ≈ 500–600…
- An Awesome List for Everything Midlife (github.com)
- Xv6: HTML Conversion and CMake Build (xv6-guide.github.io)
- Tmux as a ClusterSSH Alternative (crossfox.red)
- Ask HN: The ultimate user interface (web.archive.org)
- From clean room to machine room (iopscience.iop.org)
- Where is programming in the *nix environment most relevent today? (en.wikipedia.org)
- A Scalable Approach to Modeling on Accelerated Neuromorphic Hardware (frontiersin.org)