NullFoundry

526 posts

NullFoundry banner
NullFoundry

NullFoundry

@nullfoundry

unknown entity

Mars Katılım Ekim 2019
101 Takip Edilen159 Takipçiler
NullFoundry
NullFoundry@nullfoundry·
nvm my auto updater is broken lmao
English
0
0
0
9
NullFoundry
NullFoundry@nullfoundry·
hey guys, I'm a bit off local models these days because I was testing ChatGPT with MCP, and I updated my llama.cpp to version b10000, but I'm only getting 300 t/s on prefill. I haven't noticed any changes on my end. Is anyone else experiencing the same?
English
2
0
1
74
Hikari∣LocalLLM⚡
Hikari∣LocalLLM⚡@Hikari_07_jp·
Please stop sending completely irrelevant replies just to farm impressions. It's also annoying when you drop jargon halfway through. These accounts look automated and claim to share know-how, but they're just creating garbage.
English
31
2
87
3.4K
NullFoundry
NullFoundry@nullfoundry·
Tip of the day You can expose your Hermes agent over the MCP protocol and connect it to ChatGPT. This repo makes this possible: github.com/asimons81/herm… But be careful because this can lead to some seriously bad consequences. In my case, I made a small OAuth server proxy, so I'm protecting everything on my side. I am using ngrok as a tunnel. Downside: you don't have the history within hermes agent Upside: you don't spend tokens and chatgpt has more context of your stuff. Have you tried this before?
English
0
0
0
72
NullFoundry
NullFoundry@nullfoundry·
ngl, lots of AI posts are leading to misunderstandings in this world of local models. Some guys don't even check the facts before posting them
English
0
0
0
29
Hugging Models
Hugging Models@HuggingModels·
Big news for AI on a budget. GLM 5.2 Colibri int4 is a Mixture of Experts model that runs entirely on your CPU. No GPU needed. It's fast, efficient, and opens up advanced language capabilities to anyone with a standard computer. This is a game changer for offline AI.
Hugging Models tweet media
English
88
235
1.8K
126.2K
NullFoundry retweetledi
Hangoo Kang @ ICML ✈️
Hangoo Kang @ ICML ✈️@hangoo_kang·
“TRACE: Capability-Targeted Agentic Training” got Spotlight @ ICML AIWILD 🎉 Beats direct RL, GEPA, & synthetic-agent data on SWE-Bench Verified and τ²-Bench. TRACE-Qwen3.6-27B tops GPT-5.2-Codex, GLM 5, & Claude 4.5 Sonnet on SWE-Bench. Co-led with @TarunSures41845. Thanks to @JonSaadFalcon and our advisor @Azaliamirh. Details below 👇
Hangoo Kang @ ICML ✈️ tweet media
English
14
35
234
167.8K
NullFoundry
NullFoundry@nullfoundry·
I am very impressed with Grok 4.5. I'm getting good results, pretty consistent. This video from @bijanbowen shows some impressive things. The car game is pretty good, btw. youtu.be/DYDF_UZc0n4
YouTube video
YouTube
English
0
0
1
112
NullFoundry retweetledi
David Hendrickson
David Hendrickson@TeksEdge·
🖥️Damn Local AI community. Google comes through. Gemma 4 is now fully on-device in React Native! 🎯 Run Google’s Gemma 4 100% offline in your cross-platform mobile apps with hardware acceleration: ⚡ Vulkan delegate on Android ⚡ MLX delegate on Apple Silicon 🏃‍♂️How to get started: ✦︎ Use the open-source library: react-native-executorch ✦︎ Load models easily with the useLLM hook ✦︎ Supports vision + tool calling locally 💰Cost: ✦︎ $0 API cost — fully on-device ✦︎ Main cost = device performance (best on newer phones) Best for: ✦︎ Vibe-coded React Native apps that need strong local AI with privacy and no internet dependency. 🔗 Demo & Docs: github.com/software-mansi…
David Hendrickson tweet media
Google Gemma@googlegemma

Gemma 4 now works on-device using React Native! You can now run Gemma 4 fully offline in your cross-platform apps with local hardware acceleration: ⚡ Vulkan delegate on Android ⚡ MLX delegate on Apple Silicon See Gemma 4's vision and tool-use capabilities in action, instantly reading a flyer and scheduling a calendar event, 100% on-device.

English
4
9
55
7.3K
Akshay 🚀
Akshay 🚀@akshay_pachaar·
14x faster and 90% cheaper LLM inference. (100% open-source, KV cache management) your LLM does the same expensive work over and over. every request, it re-reads the same system prompts and the same documents from scratch, even if it processed them one second ago. token prices keep falling, but agent workloads re-send so much repeated context that the bill climbs anyway. LMCache fixes this. it's an open-source KV cache management layer that plugs into vLLM, SGLang, and TensorRT-LLM. here's how it works: LLMs recompute their understanding of the same content on every request. the same system prompts, the same documents, processed from scratch every time, and a single GPU throws away roughly 15 TB of this reusable cache per day. LMCache stores that cache and serves it back on repeat requests, running as a separate process completely outside the inference engine. the engine just asks for the cache blocks it needs. LMCache handles all the heavy data movement across GPU, CPU, disk, and remote storage in parallel, so cache work never steals compute from inference. it also reuses cache beyond exact prefixes. their CacheBlend technique (EuroSys 2025 best paper) keeps RAG documents cached no matter what order they appear in. on H200s with a 235B model, that adds up to 14x faster time-to-first-token and 4x faster decoding. and since reuse skips the compute entirely (the same reason providers discount cached tokens by 90%), the cost savings follow directly. GitHub repo: github.com/LMCache/LMCache (don't forget to star 🌟) i wrote a full breakdown of KV cache management that walks through why 𝗽𝗿𝗲𝗳𝗶𝘅 𝗰𝗮𝗰𝗵𝗶𝗻𝗴 silently breaks in three common cases, the 𝗱𝗶𝘀𝗮𝗴𝗴𝗿𝗲𝗴𝗮𝘁𝗲𝗱 𝗮𝗿𝗰𝗵𝗶𝘁𝗲𝗰𝘁𝘂𝗿𝗲 behind the 14x speedup, 𝗖𝗮𝗰𝗵𝗲𝗕𝗹𝗲𝗻𝗱, and how to turn every document in your knowledge base into a reusable cached asset. the article is quoted below.
Akshay 🚀 tweet media
Akshay 🚀@akshay_pachaar

x.com/i/article/2074…

English
35
167
965
74.6K
The Expanse: Osiris Reborn
The Expanse: Osiris Reborn@TheExpanseRPG·
Since we shared some info about origins, we saw that some of you have already decided who they will play. So, how about a poll? Which origin will you try first?
English
59
24
267
20.6K
BijanBowen
BijanBowen@bijanbowen·
took a power nap, gotta do a grok vid now
English
17
1
108
2.5K
NullFoundry
NullFoundry@nullfoundry·
I have to say this: Qwen 3.6 27B - Q4_KM starts to get dumb after 100k context (using Q8 for KV Cache) Am i missing something?
English
43
0
70
16.9K
Ahmad
Ahmad@TheAhmadOsman·
@bijanbowen Absolutely not “for a noob” This will make them run away from Local AI like you’ve never seen before
English
2
0
9
326
Ahmad
Ahmad@TheAhmadOsman·
It has never been a better time to leave the paid intelligence tokens providers and self-host models yourself Applies to individuals Applies to businesses Applies to enterprises
English
29
14
181
11.5K
Hikari∣LocalLLM⚡
Hikari∣LocalLLM⚡@Hikari_07_jp·
@pedrambirack You're absolutely right. If you're going to be tuning models, having a massive amount of storage is definitely the way to go. It's worth the investment.
English
3
0
5
170
Pedram
Pedram@pedrambirack·
For local model work, it is not just about GPUs. Once checkpoints start turning into multiple terabytes, storage becomes part of your freedom too. If the drives are yours, the workflow depends a lot less on someone else’s limits.
Hikari∣LocalLLM⚡@Hikari_07_jp

I’ve added three 14TB HDDs to my home lab! Checkpoints for the 35B-A6B model currently under development get saved directly to my drives—no restrictions from anyone. I’d forgotten to buy SATA3 cables, but I finally managed to get the drives installed.

English
2
0
5
561
🇺🇲Not-So-Friendly-AI-Dude🏴‍☠️
@nullfoundry i don't have this issue, but i have a multi layered memory system that injects relevant parts of memory into the conversation when needed amlnd i flush kv after so many turns which triggers a summary. so i keep it clean to avoid that
English
1
0
1
62