Make GitHub Actions, and the rest of your CI/CD and workflow stack, more powerful with type safety, validation, reusability, and policy enforcement using CUE!
How? Easy - check out this hands-on demo from our community member @rawkode:
https://t.co/dUiYeP437F
📣 Meet the "Shift-Left" Editor.
Join us next Tuesday, Nov 18, at 16:00 UTC for a hands-on demo of the new CUE LSP. Get real-time validation, error-checking and language features as you type - right inside your editor.
Learn more + call in details: https://t.co/oGNwYSxPDi
This paper from Tsinghua University and Shanghai Jiao Tong University received perfect scores (6, 6, 6, 6) at NeurIPS 2025!
It aims to answer a key question: Does reinforcement learning really make large language models better reasoners?
The authors study Reinforcement Learning with Verifiable Rewards (RLVR) and find that while it improves accuracy for small k, it doesn’t create new reasoning patterns—meaning the base model still determines the upper limit of reasoning ability.
Across six RLVR variants, performance gains plateau, suggesting that current RL setups mainly refine reasoning rather than reinvent it.
Interestingly, it’s distillation, not RL, that shows genuine signs of emergent reasoning.
This research points to the next frontier for truly self-improving large language models.
Does Reinforcement Learning Really Incentivize Reasoning Capacity in LLMs Beyond the Base Model?
Paper: https://t.co/jOvAn6eGIZ
Page: https://t.co/o951L62oR6
Our report: https://t.co/nnMLg0FC5p
📬 #PapersAccepted by Jiqizhixin
Final call! 📣
Join us with Kelsey Hightower tomorrow, Tuesday, Nov 4, at 17:00 UTC to explore the future of configuration with our Configuration Control Plane, and turn configuration from a source of risk into a source of reliability!
Register here: https://t.co/gfQkDKShK8
Today, I'm proud to officially announce CUE Labs!
I co-founded CUE Labs with @mpvl_ to build a Configuration Control Plane, solving config chaos with CUE. Our work also provides the stewardship for the @cue_lang open source project.
Read more: https://t.co/O79BWvt0PP
I'm proud to officially announce CUE Labs!
I co-founded CUE Labs with @_myitcv to build a Configuration Control Plane, solving config chaos with CUE. Our work also provides the stewardship for the @cue_lang open source project.
Read our launch post: https://t.co/uhCrSALZ3E
🔈#KubeCon London opens in 2 days! Will you be there? Let us know: https://t.co/deVCHa9Vat - we’ll save you a cool CUE cap. We’re bringing lots of updates & demos: If you use GitHub Actions, Azure, GitLab, Argo, or K8s, our CUE content can simplify your workflow. Can’t wait! 🚀
It was a privilege to have known and worked with Luiz. He was not only an amazing engineer, but equally warm and kind-hearted. Sad. 😢
https://t.co/dzTn1SxkOb
#CueLang makes it very easy and elegant to add #monitoring to your system (in this example exposing @PrometheusIO scrape endpoints) across environments and deployments, with templating, validation, defaults and even enforcement.
Good talk by @cue_lang creator @mpvl_@cfgmgmtcamp
In SF? Come hear @mpvl_ talk about @cue_lang in “Taming Configuration Complexity made Fun in CUE” in the Languages of Infra: Beyond YAML track at @qconsf.
https://t.co/kGB4nHPCOW
#cuelang#QConSF
A must read indeed: testscript is awesome! We use it everywhere in cue to quickly roll out comprehensive test sets that are also reusable for implementations in other languages as a bonus.
@bgrant0607@_myitcv@cedricgc CUE aims to solve this conundrum by supporting default values. They are effectively a fine-grained one-level override. We found that this finds the right balance between reducing complexity while allowing flexibility.
@bgrant0607@_myitcv@cedricgc Configuration is inherently cross-cutting, which makes using inheritance and overrides (which are basically a type of inheritance) particularly tricky.