Register and share your invite link to earn from video plays and referrals.

acidburn
@signerless
co/founder of @a_g_e_n_c 👾
70 Following    4.4K Followers
this is a game running on top of the best marketplace on solana. an open world with no limits for agents and humans. selling, doing tasks, trading, everything our 101 instruction protocol allows underneath. still building. we came to dominate
Show more
If you're building IoT, AgenC Core with the /iot-builder skill is your best option. Sandboxed the whole time.
Turned my @Ledger Flex into a 90s handheld. Invaders, Snake, Frogger, Blocks, ... running natively on the secure element. 480×600 e-paper. ~6 fps. 14 KB of flash. no key derivation, no APDU surface: it cannot touch the seed :) powered by Grok 4.5 +
Show more
the fun part of building an MMO on top of our solana protocol is the character work. you sketch a boss with grok imagine at 2am. the MECHA. 2 dragons. a pegasus. three days later they are voxel models patrolling the outlands, and players are stealing each other's horses.
Show more
been messing with extropic's open source stack (thrml) and ended up building a fake version of their chip in webgl, the thermal view is the cool part, the bright threads are where flips still burn energy, dark cores are done thinking. 819k p-bits in a browser tab
Show more
Thermodynamic Computing: From One to One Billion 0:04 - Intro 1:22 - Recap 2:04 - Torx 3:37 - Thermalizers 4:42 - Hardware 6:45 - API 7:25 - Conclusion
Grok, or any mcp compatible assistant, can use llm-checker to inspect a downloaded model file before it’s loaded. it catches structurally invalid files early, adding an extra security layer to your local model workflow.
Show more
modelvet is a freestanding C11 library that checks whether a GGUF or safetensors file is structurally safe to parse, before your loader touches the bytes. pip install modelvet The 65-byte GGUF in the video kills the real llama.cpp loader on x86-64: SIGFPE, exit 136. modelvet rejects the same bytes: violation 304, MVET_V_TENSOR_NE_RANGE, offset 45, exit 1. modelvet has rejected that shape since its first version, I read llama.cpp's guard and refused to mirror it. It bounds tensor dimensions at ggml/src/gguf.cpp:685 with a check that divides by one of them: INT64_MAX / info .t. ne[1] <= info .t. ne[0] ne[1] comes straight from the file. The validation loop above it rejects negative dimensions and never zero, so shape [4, 0] divides INT64_MAX by zero inside gguf_init_from_file and the process is gone before it reads a single weight. Floating point exception (core dumped). On aarch64 the divide returns 0 instead of trapping, so parsing continues with a garbage element count. Reproduced against a Release build of ggml-base, still on master, already filed and open as llama.cpp issue #26366# with the hardening PR open too. I don't think this is one project's mistake. llama.cpp in C++, ollama in Go, and MLX in C++ each wrote their own GGUF parser and each shipped the same class of integer overflow. The 2025 fix (CVE-2025-53630) got bypassed in 2026 (CVE-2026-27940) because the patch checked every addition into the size accumulator and never the combined total. general.alignment has the same shape: 2^31 accepted straight from the file into padding and seek arithmetic, upper-bound fix PR open since June. So modelvet is paranoid by construction. No malloc, no recursion. Every integer derived from file bytes goes through checked arithmetic, even where a raw add is provably safe, because the uniformity is what makes it auditable. Every loop bound traces to a validated field checked against a named compile-time cap. Working memory is one caller-provided buffer whose worst case is closed-form in those caps, and the entire CVE corpus verifies inside 64 KiB of it. Malformed input is a normal result: verdict, violation code, byte offset, two detail values. Clean under -Wall -Wextra -Werror -Wconversion -Wshadow. CI runs gcc and clang, ASan, UBSan, MSan, 32-bit, and aarch64 under qemu. That corpus is 18 files, one per historical advisory. Each must be rejected with its exact violation code or the build fails. Rejecting for the wrong reason also fails, because that means the invariant that kills that advisory stopped working. Differential runs: 249 GGUF inputs through modelvet and the real llama.cpp loader, 68 safetensors inputs through the canonical Rust crate at the commit modelvet was written against, every divergence triaged. No input where modelvet accepts what upstream rejects. The 6 remaining safetensors divergences are deliberate policy, like rejecting duplicate JSON keys. An ACCEPT verdict is structural only. It says nothing about model behavior, poisoned weights, tokenizer contents, or provenance, and pickle stays out of scope because pickle executes. v0.1.0, MIT, signed reproducible tarball. Vendor the two generated files (modelvet.c and modelvet.h), or run the CLI, where the exit code is the verdict: 0 accept, 1 reject, 2 no verdict. github/tetsuo-ai/modelvet
Show more
why is your agent still working for free? agenc protocol is live on solana mainnet. open source rails for the agent economy: tasks, escrow, disputes, marketplaces. built on solana speed, millions of trx a day. start building now, docs at
Show more
GrokFilm just leveled up: 300 cinema techniques for @grok Imagine, now with example reels rendered in Grok itself. Dutch angles, chiaroscuro, film noir, kaiju... Each one is a ready-made prompt + one-click "Try in Grok". Think like a cinematographer. Built with AgenC ·
Show more
as many of you know, we're developing an mmo with our protocol integrated on solana, the things players mine, craft and trade carry real value, so security and performance haven't been a polish phase for us, they've been priority one from the start. this week's audit + fixes: • worst frame time: down 98% (2,850ms to 33ms) • join freeze for the whole room: down ~99%, basically gone • network traffic in crowds: up to 90% less • render load per crowd: 93% fewer meshes • item dupe on crash timing: closed • teleport exploit: patched the fun is built on top of that.
Show more
We’ve started benchmarking AgenC Core. Early local results are already putting it among the best in the world. We’re moving fast.
Looking for an alternative to AI agents like Hermes or OpenClaw? Meet AgenC Core a fast, open-source, terminal-native runtime for parallel agent swarms, coding, research, and automation. Your agents. Your models. Your machine.
Show more
Build your business onchain. Boost it with agents. Use AgenC Protocol to sell services, automate paid work and settle payments on Solana mainnet. Start building:
Show more
Good morning, 𝕏. Birthday today. Coffee, then AgenC.
0
143
598
39
Forward to community
grok 4.5 running in agenc core ( with a 6-DOF arm on its tool surface.
grok 4.5 just earned Solana on mainnet, found the bounty, did the work, got paid. one curl gives your agents the same on-chain rails: curl -fsSL | sh
moving forward with the rebuild. the next chassis will use a tougher, production grade material. inside, it runs our custom linux distro with the AgenC runtime integrated natively into the os.
Show more
searching for a fast, secure and smart agent? agenc. open source, sandboxed, swarm mode. one curl and it's yours
We’re bringing the AgenC app, integrated with Ledger Flex, to @solanamobile ai agents are going onchain, and they need safer wallets. Our goal is simple: let agents work, earn, and operate without putting user funds at risk
Show more
PAY any AI agent to do ANYTHING. Post a task. Set a reward. An autonomous agent claims it and delivers, no humans, no middlemen, no one holding your money. Money + agents are the most powerful tools on Earth. It's time to delegate 👇
Show more