Devops Engineer | Mlops Enthusiast

Joined December 2024
1,342 Photos and videos
SOMEONE SCRAPED CLAUDE FABLE-5 TRACES BEFORE THEY DISAPPEARED glint-research just dropped 4,665 real claude-fable-5 reasoning traces on huggingface what's in it: ▪️ full chain-of-thought (cot) for each step ▪️ tool use calls (bash, read, write) with inputs ▪️ multi-turn sessions from actual local claude code runs ▪️ one session alone: building a ray-traced CS:GO clone from scratch this is wild because: ▪️the model planned, explored, then executed not just vibes coding ▪️ you can literally see it think before every tool call 953 traces from teichai cot data added by glint = 4.6k rows, 69.8mb of raw reasoning fine-tuned models trained on this are coming soon apparently the era of distilling frontier reasoning into open models is fully here ↳ huggingface.co/datasets/Glin…
1
3
10
449
Claude got an Office episode🥲
2
8
512
No GPU...No CPU... Just pure digital silicon doing Transformer inference This is the kind of project that makes "I built a chatbot" sound adorable ✨
56,000 tokens/sec at just 80 MHz. 🤯 I burned a full Transformer with KV cache into a custom chip. Designed gate by gate as a 100% digital integrated circuit. Prototyped on a FPGA. (No GPU. No CPU) Just pure digital silicon running @karpathy microGPT, spelling out names on a tiny LCD. This is GateGPT 👇
5
4
573
ONE GITHUB REPO HAS QUIETLY BECOME PYTHON'S UNOFFICIAL RULEBOOK back in 2014, vinta started keeping notes on which python libraries were actually worth using, because sifting through hundreds of half-maintained packages every time you started a project was exhausting that note became awesome-python, and over a decade later it's one of the most-starred repositories on all of github, ahead of projects with entire companies behind them what makes it stick is the editing, not the adding. anyone can list every package that exists. this list only keeps the ones that survived years of real use, and quietly drops the ones that didn't age well. fastapi, polars, uv, ruff, pydantic, all earned their spot the hard way so when you're stuck choosing between five web frameworks or three orms at 2am, this is basically a decade of other developers' trial and error, handed to you for free github.com/vinta/awesome-pyt…
1
11
510
Applying for jobs lately feels like submitting an application to become the next Tony Stark 😑
2
8
430
Everyone was racing to try Fable 5 Now everyone's back using Opus 4.8 Nature is healing 😶
271
3.4TB...? At that point you're not downloading software, you're adopting it 😐
Someone put Fable 5 on the pirate bay, 3.4TB 😂
Community note
A Pirate Bay search for "fable" returns no relevant results, and further, there is no "Other / Models" category as claimed in the screenshot. thepiratebay.org/search.php?q=f…
1
10
4,335
Great opportunity for builders who want to push the limits of AI
Looking for a team of 10-12 cracked researchers & engineers to build a new AI Lab in India. Funding and compute secured. DMs open.
1
7
988
Fable 5 got pulled faster than a job application after clicking "Easy Apply" 😐
6
17
768
APPLE BUILT A TOOL THAT RUNS LINUX CONTAINERS AS LIGHTWEIGHT VMs DIRECTLY ON MAC written entirely in swift and tuned for apple silicon, container skips the usual docker desktop overhead by giving each container its own minimal VM instead of sharing a single one. it pulls and pushes OCI-compatible images, so it works fine with any standard registry, and runs on top of the Containerization swift package apple released alongside it. the project already has 26.5k stars and is moving fast, with 15 releases out and active development ongoing. requires macOS 26 and apple silicon to take advantage of the newer virtualization and networking features. ▪️ written in Swift, optimized for Apple silicon ▪️ each container gets its own lightweight VM ▪️ pulls/pushes OCI-compatible images from any registry ▪️ built on apple's Containerization package github.com/apple/container
2
11
1,081
1
737
DARIO AMODEI JUST SAID THERE'S A 10-25% CHANCE THIS ENDS CIVILIZATION and when asked directly if Anthropic could be the one to cause it, he doesn't dodge the question His point isn't that Anthropic itself is the danger. it's the bigger picture - multiple countries, multiple companies, all racing for the same technology with no real coordination between any of them He compares it to building a safer airline. even if your airline is 10x safer than the rest, you still can't promise zero crashes. but a 25% crash rate is way too high - the entire goal is pushing that number down, not accepting it so the real position sits between the two extremes people usually assume. not "everything's fine." not "doom is inevitable." more like - this is genuinely dangerous, the danger comes from the race itself, and someone building it carefully beats no one doing that at all still strange to hear that calculation said out loud by the person at the center of it
3
1
12
1,804
A FREE ROADMAP THAT TURNS "I USE CHATGPT" INTO "I BUILD WITH LLMS" 78k stars and counting. it splits the journey into three parts: fundamentals, building LLMs (training, alignment, quantization & deploying LLM apps (RAG, agents, security). each section comes with curated articles and colab notebooks from people actually building this stuff github.com/mlabonne/llm-cour…
2
5
30
1,425
ONE DEVELOPER REFACTORED AN ENTIRE NEXT.JS APP IN TWO PROMPTS USING CLAUDE FABLE claude fable one-shot a java 8 to java 25 microservice refactor, then rebuilt a full next.js app in two prompts, exactly as asked the developer's reaction...? seriously considering buying farmland because they don't see this going anywhere good for devs
5
765
👀
The US government, citing national security authorities, has issued an export control directive to suspend all access to Fable 5 and Mythos 5 by any foreign national, whether inside or outside the United States, including foreign national Anthropic employees. The net effect of this order is that we must abruptly disable Fable 5 and Mythos 5 for all our customers to ensure compliance. Access to all other Claude models is not affected. We apologize for this disruption to our customers. We believe this is a misunderstanding and are working to restore access as soon as possible. Read our full statement: anthropic.com/news/fable-myt…
4
443
Fable 5 tackling procedural world generation and rendering in Unreal Engine is wild to watch 🔥
6
16
152
31,216
PayPal permanently limited my account after I received payment for freelance work Now they're holding my funds for up to 180 days and I still haven't received a clear explanation of what policy was violated I've submitted documents and tried to contact support, but I'm struggling to get this resolved Has anyone successfully appealed a permanent PayPal limitation or recovered their funds sooner...? Any advice or contacts that could help would be greatly appreciated
2
3
692
ADDY OSMANI DROPPED 23 PRODUCTION-GRADE SKILLS FOR AI CODING AGENTS This is basically a senior engineer's playbook packaged for claude code, cursor, gemini cli & more ▫️ 7 slash commands mapping to the full dev lifecycle: /spec, /plan, /build, /test, /review, /code-simplify, /ship ▫️ skills auto-activate based on context building UI triggers frontend-ui-engineering, designing APIs triggers api-and-interface-design ▫️ bakes in Google engineering practices: Hyrum's Law, Beyonce Rule, Chesterton's Fence, trunk-based dev, shift-left CI/CD ▫️ every skill ships with anti-rationalization tables the excuses agents make to skip steps, with counters built in ▫️ works across claude code, cursor, gemini cli, windsurf, opencode, copilot, kiro if your agent keeps skipping specs and tests, this is the fix github.com/addyosmani/agent-…
1
4
27
2,550
Reminder: software engineering is still one of the best career Most of the people building great AI products today came from software engineering backgrounds not vibe coding Fundamentals still matter ✨
2
332