Skip to content

Archive / 2026-09-07

September 7, 2026

  1. Emacs Bedrock 2.0

    lambdaland.org10 days ago191 ptsView detailsJoin discussion

  2. AI Cold Showers

    allan.reyes.sh10 days ago77 ptsView detailsJoin discussion

  3. The origins of Partner’s computer case

    racunalniski-muzej.si10 days ago32 ptsView detailsJoin discussion

  4. Denzel Explains AI "Slop"

    reddit.com10 days ago10 ptsView detailsJoin discussion

  5. Primary source

    OpenAI expands initiatives to support journalism from classrooms to newsrooms

    OpenAI is expanding support for journalism with tools, training, and partnerships for students, educators, journalists, and news organizations.

    openai.com10 days agoView details

  6. Primary source

    1Password increases engineering productivity 21% with Codex

    Engineers at 1Password use Codex to rapidly build new features and internal tools, reaching production-readiness while maintaining rigorous security policies.

    openai.com10 days agoView details

  7. Reducto Releases r-1: A Single Pass Document Parsing Model That Cuts Errors 20% at 1 Cent Per Page

    We look at r-1, the document parsing model Reducto released on September 1, 2026. We walk through how it folds OCR, layout detection, tables, formatting and grounding into one full page pass, replacing the multi stage agentic pipeline it ships alongside. We break down the two numbers that matter for a migration decisi…

    marktechpost.com10 days agoView details

  8. OpenBMB Releases MiniCPM5-2B: A 2.52B Dense Model Averaging 53.9 Across 34 Benchmarks and Built to Run On Device

    OpenBMB has released MiniCPM5-2B, a dense causal language model with 2,516,756,480 parameters and a native 131,072 token context. It averages 53.9 across the 34 benchmarks in its model card, ahead of Qwen3.5-4B at 51.1, with its clearest leads in tool use, coding agents and long-context retrieval. Post-training pairs…

    marktechpost.com10 days agoView details

  9. Axis Robotics Releases AXIS: A Browser-Based Data Engine With 207 Robot Manipulation Tasks and 50,129 Trajectories

    Robot datasets have grown far slower than the models trained on them, mostly because collection stays locked to lab hardware. AXIS moves demonstration collection into a web browser and pushes everything expensive to backend GPUs. The result is 207 tasks and 50,129 verified Franka trajectories, and continual pretrainin…

    marktechpost.com10 days agoView details

  10. IFM Releases K2 Horizon: Six Apache 2.0 Models From 0.9B to 375B

    Most open model launches release one checkpoint and a benchmark table. The Institute of Foundation Models (IFM) released something wider last week. IFM is the frontier lab launched by MBZUAI in May 2025. K2 Horizon is a fleet of six models: 375B-A23B, 36B-A4B, 32B, 7B, 3.7B and 0.9B. Shipping alongside them are the pr…

    marktechpost.com11 days agoView details

  11. Whispering Complaints Into Your Phone May Be the Future of Customer Feedback

    Forget email surveys or long calls spent on hold. Voicebox lets people send customer feedback by recording a voice note on their phone.

    wired.com10 days agoView details

  1. XHToken/Spark-X2.5-4B-GGUF

    text-generation · gguf · llama.cpp · ollama

    huggingface.co11 days ago149 ptsView details

  2. IFM/K2-Horizon-375B-A23B

    text-generation · transformers · safetensors · k2_horizon

    huggingface.co10 days ago68 ptsView details

  3. XHToken/Spark-X2.5-1.7B-GGUF

    text-generation · gguf · llama.cpp · ollama

    huggingface.co11 days ago27 ptsView details

  4. ThakiCloud/SKILLRET-Embedding-0.6B

    sentence-similarity · sentence-transformers · safetensors · qwen3

    huggingface.co11 days ago9 ptsView details

  5. MultiSense/CustomerLM

    text-generation · transformers · safetensors · qwen3

    huggingface.co11 days ago1 ptsView details

  6. ThakiCloud/Qwen3-Coder-30B-A3B-W4A16

    text-generation · transformers · safetensors · qwen3_moe

    huggingface.co11 days ago1 ptsView details

  7. clevrpwn/gmma-jepa

    text-generation · transformers · safetensors · gemma

    huggingface.co11 days ago1 ptsView details

  8. pragmaticcs/Qwen-35B-A3B-SignOfFour-Coder-GGUF

    text-generation · transformers · gguf · merge

    huggingface.co11 days ago1 ptsView details

  9. anshulVashist/Qwen3-8B-Houdini-VEX-v10

    text-generation · transformers · safetensors · gguf

    huggingface.co11 days agoView details

  10. robert131OO4/cascade-vanta

    region:us

    huggingface.co11 days agoView details

  1. ggml-org/llama.cpp b10853

    <details open> model : support Kimi-K3 recurrent-state rollback (#28466) </details> **Website:** - <https://llama.app> **Attestations:** - <https://github.com/ggml-org/llama.cpp/attestations/45866131> **macOS/iOS:** - [macOS Apple Silicon (arm64)](https://github.com/ggml-org/lla…

    github.com10 days agoView details

  2. ggml-org/llama.cpp b10852

    <details open> hexagon: add RELU and LEAKY_RELU ops (#28585) * hexagon: add RELU op * hexagon: add LEAKY_RELU op too </details> **Website:** - <https://llama.app> **Attestations:** - <https://github.com/ggml-org/llama.cpp/attestations/45844223> **macOS/iOS:** - [macOS Apple Sili…

    github.com10 days agoView details

  3. ggml-org/llama.cpp b10850

    <details open> tests : initialize the L2_NORM batch array (#28553) * tests: bind the L2_NORM batch count to a local GCC cannot prove the loop fills norms up to the index read after it while the bound is a class member, so it reports a maybe uninitialized use. Reading the count o…

    github.com10 days agoView details

  4. ggml-org/llama.cpp b10837

    <details open> caps : recheck typed content if template checks for string (#28511) </details> **Website:** - <https://llama.app> **Attestations:** - <https://github.com/ggml-org/llama.cpp/attestations/45690927> **macOS/iOS:** - [macOS Apple Silicon (arm64)](https://github.com/gg…

    github.com11 days agoView details

  5. ggml-org/llama.cpp b10835

    <details open> ggml-cuda: fix divergent barrier in f16 flash attention (#27870) * ggml-cuda: fix divergent barrier in f16 flash attention * ggml-cuda: avoid duplicate metadata pointer setup </details> **Website:** - <https://llama.app> **Attestations:** - <https://github.com/ggm…

    github.com11 days agoView details

  6. ggml-org/llama.cpp b10834

    <details open> ggml: allow backend inputs to not create another split (#28387) </details> **Website:** - <https://llama.app> **Attestations:** - <https://github.com/ggml-org/llama.cpp/attestations/45674860> **macOS/iOS:** - [macOS Apple Silicon (arm64)](https://github.com/ggml-o…

    github.com11 days agoView details