Gemini CLI reads Claude Code skills now (~/.gemini/skills/ or the ~/.agents/skills/ alias). Grabbed the 6 free ones Fable 5 wrote before its window closes, all blind-tested.

Per Google's own Gemini CLI docs, skills follow the Agent Skills open standard and get found in ~/.gemini/skills/ or the shared ~/.agents/skills/ alias. Run /skills list and it shows what it picked up.

So the thing happening on the Claude side ports right over. Fable 5 goes metered after July 7, and people had it write down its working habits as skills for cheaper models. The set I kept is the only one I found with real receipts. 6 skills, blind graded with and without on Opus 4.8 (12-0-2 across 14 gradings), and the maker left the failed first versions in instead of deleting them.

it is interesting to see how other non claude models perforrm with fable 5 rigor i think ..

Free, no signup

reddit.com
u/keonakoum — 2 days ago

The Fable 5 window is almost over. Worth keeping from it: 6 free blind-tested skills, and the method for making any smarter model write skills for your daily one.

Meter started today. If you saw the "have Fable 5 write your skills" thread and never got to it, you didn't really miss out.

The skills someone had Fable write are still free: https://www.iwoszapar.com/tools/rigor-pack Blind-tested on Opus 4.8, 12-0-2, with the two failed first versions published next to the wins, which is what made me trust the number.

Reading the write-up, the method is the real takeaway, because none of this was about Fable specifically. Every model you rent gets repriced or deprecated or capped eventually. The move works every time. Whenever you get short-term access to something smarter than your daily driver, a trial or a pro tier or the next window, have it write its discipline down as skills. Pick a habit gap, make it write the SKILL.md about its own behavior, blind-test with and without, keep the failures.

And since SKILL.md is an open standard now, whatever you pull out runs in Claude Code, Codex CLI, and Gemini CLI. The model you rent goes away. The files don't.

iwoszapar.com
u/keonakoum — 2 days ago

Second Brain 2.0 | Your Expertise, Multiplied (WHAT? guys what do you think of this

it says trusted by microsoft etc .. i did not know there is a battle tested second brain solution. have anyone checked it?

iwoszapar.com
u/keonakoum — 2 days ago
▲ 159 r/AgentSkills+2 crossposts

Found 6 free Fable 5 made Claude Code skills for Opus 4.8. Sharing in case useful

not mine .. these are made by Iwo Szapar (independent, not affiliated with Anthropic)

and released free. Came across them and thought they were worth sharing here.

They're 6 Claude Code skills that nudge Claude's behavior in Opus 4.8

I did not have time to test them but what caught my attention is the tests he did .. can someone verify? I think if they are well built then maybe we can utilize them for free when fable 5 is gone ..

thoughts?

BTW i expect it to work well with codex too because its essentially a skill file.. so the same impact it had on opus 4.5 should also be everywhere across codex, gemini, or even opencode and any harness.. can work on cursor and windsurf too ... Ok i am excited

iwoszapar.com
u/keonakoum — 1 day ago

Hey guys! I have made this chill track, i got 30 organic likes on youtube and 1.4k views! I thought i might share it here as well! Its perfect if you are studying or working in the background (most of my music is good for background)

youtu.be
u/keonakoum — 5 days ago
▲ 2 r/chillmusic+3 crossposts

Give me 2 minutes, I will make you feel better without saying a word (Through my music)

thank you for your time. I hope you feel better <3

youtube.com
u/keonakoum — 5 days ago
▲ 1 r/CrackedPluginsXI+1 crossposts

GitHub - muhamadjawdatsalemalakoum/kith: Serverless, end-to-end-encrypted, no-account sync for your own devices

A single desktop app (Windows · macOS · Linux) with:

  • 🧠 Memory  notes and facts that sync across every linked device.
  • 🔖 Tabs  save links/pages and have them everywhere.
  • 📁 Files  send files straight to your own devices: end-to-end encrypted, no size limit, no cloud, with live progress and a direct-vs-relayed badge.
  • 🌐 Spaces  run several independent, end-to-end-encrypted worlds at once: a Personal space for yourself, or a Team space with per-device roles (Admin / Writer / Reader) for a trusted circle. Each space has its own keys, members, and audit log; export any space to an encrypted file for backup or to move it.
  • 🔗 Devices  link another computer with a one-time code (SPAKE2). No account.
  • 🤖 Agents  point Claude Desktop / Cursor at Kith over MCP; your AI can use your memory, tabs, and files locally — bound to the active space only, so a prompt-injected agent can't reach another space.

Open, Free, MIT

github.com
u/keonakoum — 12 days ago

[Rust] Dropwire - peer-to-peer encrypted file transfer, no account, resumable (MAC AND WINDOWS! finally and linux)

Dropwire sends files straight from one device to another. No account, no upload to someone else's server. It tries a direct P2P connection first, and if that fails it falls back to an encrypted relay that only forwards bytes it cannot read.

What it does:

- End-to-end encrypted transfers.

- Resumable, so a dropped connection picks up where it left off (there are byte-perfect resume tests in the suite).

- Preview before you accept, and selective download so you can grab only some of the files.

- Pairing by a one-time code or QR.

- Windows, macOS, and Linux.

How it is built: a Rust core on the iroh 1.0 stack with a Tauri v2 shell. The relay and DNS pieces are self-hostable if you do not want to depend on the defaults. Licensed MIT OR Apache-2.0.

Honest status: this is alpha. The installers are not code-signed yet, so Windows and macOS will show an unknown-publisher warning. I built it with a lot of help from AI coding assistants, and I make the architecture and design calls myself. There is a Rust test suite covering the relay path and resume.

Repo: https://github.com/muhamadjawdatsalemalakoum/dropwire

Site: https://muhamadjawdatsalemalakoum.github.io/dropwire/

Feedback on transfer reliability and the pairing flow is what would help most right now.

u/keonakoum — 18 days ago
▲ 6 r/rust

Dropwire: a no-account, end-to-end encrypted P2P file transfer app built on iroh 1.0 (Rust core, Tauri shell)

https://preview.redd.it/01j4bctvdx7h1.png?width=1983&format=png&auto=webp&s=2488c837879c1c280a06b65ce579061ade4bf98b

I've been building Dropwire and wanted to share it here since the interesting parts are mostly Rust.

It sends files directly from one device to another with no account and nothing uploaded to a third party. Direct P2P where possible, with a fallback to an encrypted relay that can't read the bytes. Transfers are end-to-end encrypted and resumable, the receiver previews file names and sizes and can pick what to pull before accepting, and pairing is a one-time code or QR.

The Rust side: the core is Rust on the iroh 1.0 stack (QUIC, hole punching, encrypted relay fallback). I kept iroh and iroh-blobs behind a small internal API so the rest of the app never touches those types directly. The shell is Tauri v2, so the binary stays small and the logic lives in Rust instead of the webview. The preview-before-accept and selective download mostly fell out of iroh-blobs' content-addressed model.

Honest status: it's alpha, it's just me building it, and the installers aren't code signed yet (unknown-publisher warning). Build from source if you'd prefer. Licensed MIT or Apache 2.0.

Repo: https://github.com/muhamadjawdatsalemalakoum/dropwire

Site: https://muhamadjawdatsalemalakoum.github.io/dropwire/

Would value feedback on the iroh integration and anything that looks off in the networking or resume logic.

reddit.com
u/keonakoum — 18 days ago

Who else is refreshing this link continuously waiting for 5.6 https://openai.com/index/introducing-gpt-5-6/

reddit.com
u/keonakoum — 26 days ago
▲ 5 r/Rag+1 crossposts

Beyond RAG vs Hindsight: testing bounded shard memory on BEAM 100K

I’m testing a memory architecture that sits somewhere between classic RAG and agent-memory systems like Hindsight.

The project is Context Swarm Memory (CSM), an open-source R&D repo.

Classic RAG retrieves chunks. Hindsight-style systems treat memory as a first-class substrate with retain/recall/reflect behavior. CSM takes a different route: it splits memory into bounded read-only shards, routes a query to plausible shards, probes them, recalls only from useful snapshots, and synthesizes a compact cited memory packet. Durable writes are separate and Committer-gated.

The current head-to-head:

BEAM 100K local accepted-artifact comparison:

  • CSM: 342 / 400 correct
  • Hindsight: 326 / 400 correct
  • CSM: 10.9K average answer-visible context tokens
  • Hindsight: 17.7K average answer-visible context tokens
  • CSM retrieval is slower: 29.23s vs 6.38s

This is not an official SOTA claim and not a 10M BEAM claim. It is a narrower artifact-backed 100K comparison.

The reason I’m posting here: I’m trying to understand whether bounded shard memory should be considered a RAG variant, an agent-memory architecture, or a separate layer entirely.

Repo:
https://github.com/muhamadjawdatsalemalakoum/context-swarm-memory

Evidence:
https://muhamadjawdatsalemalakoum.github.io/context-swarm-memory/

Would love criticism on the retrieval design, citation grounding, and benchmark framing.

u/keonakoum — 1 month ago

Google AI memory experiment: Gemma 4 locally, Gemini 3.5 Flash hosted, same shard-memory idea

CSM: Context Swarm Memory

I open-sourced a small R&D project around AI memory, and the Google angle is what made the experiment especially interesting.

The repo is Context Swarm Memory (CSM).

The idea is to test whether long-running agents should treat memory as one growing context window, classic RAG, or something more structured.

CSM uses bounded read-only memory shards. A Memory Manager routes the query, probes candidate shards, recalls from the useful ones, and synthesizes a compact cited packet. Durable writes happen only through a Committer-gated path.

Why I think this matters for Google AI users:

Gemma gives a strong local/open-model route. Gemini 3.5 Flash gives a hosted fast long-context route. But both still face the same architectural question:

How should an agent remember without drowning the model in stale or irrelevant context?

In the current repo evidence:

  • Local Gemma 4 / Ollama-style runs are used for synthetic scaling checks
  • Gemini 3.5 Flash is used for hosted scaling diagnostics
  • CSM’s BEAM 100K comparison scores 342/400 vs Hindsight at 326/400
  • CSM uses fewer answer-visible context tokens, but retrieval is slower

I am not claiming official SOTA. I’m sharing it as an open-source memory architecture experiment and looking for criticism.

Repo:
https://github.com/muhamadjawdatsalemalakoum/context-swarm-memory

Evidence:
https://muhamadjawdatsalemalakoum.github.io/context-swarm-memory/

Would you rather see Google push memory into larger context windows, external retrieval, or explicit agent memory layers like this?

reddit.com
u/keonakoum — 1 month ago

I tested Gemma 4 with a local shard-memory layer for LLM agents instead of classic RAG

CSM: Context Swarm Memory

I built an open-source R&D repo called Context Swarm Memory (CSM), and one of the more interesting parts is the local Gemma 4 / Ollama angle.

The experiment is not “new model beats old model.” The model is held constant. The question is memory architecture:

What happens if long-running agent memory is not one growing prompt and not just flat vector RAG?

CSM splits memory into bounded read-only shards. A query is routed to candidate shards, probed, recalled only from useful snapshots, and synthesized into a compact cited memory packet. Durable writes go through a separate Committer path, so reads do not silently mutate memory.

In the repo’s local synthetic scaling run, the same 30-query benchmark was tested as corpus size increased from 100K to 1M tokens at a fixed 8K context window. CSM stayed stable while vanilla RAG degraded and brute-force long-context collapsed.

Important caveat: this is still R&D, single-trial in parts, and not an official SOTA claim. The honest claim is narrower: bounded shard memory looks promising for local agent memory where long-context saturation and noisy retrieval become real problems.

Repo:
https://github.com/muhamadjawdatsalemalakoum/context-swarm-memory

Docs/evidence:
https://muhamadjawdatsalemalakoum.github.io/context-swarm-memory/

I built this, so affiliation fully disclosed. I’d appreciate technical criticism, especially from people running Gemma/Ollama/local agent stacks.

reddit.com
u/keonakoum — 1 month ago

6 years ago, just like many of you, when I watched the Michel leaving the office episode, it was very emotional, combined with the beautiful melody of the theme song, I found my self inspired to recreate it. To realize today that I haven't shared it here! headphones recommended! d[U_U]b Cheers

soundcloud.com
u/keonakoum — 2 months ago

Hey guys! I created this 9 years ago and forgot about it. Now I am noticing that this reddit maybe the perfect space? if not then mods can delete. No hard feelings. Cheers! d[U_U]b

Ancient Prayers - Severe Innermost Suffering

Usually my inspirations are solar fields (Magnus), carbon based lifeforms, Asura etc

u/keonakoum — 2 months ago