AstonJ
This showed up on my feed.. anyone heard of it? Just hype?
Ox Alpha is a reasoning model designed for coding, sustained agentic work, and production workloads. It is suited for long-horizon software engineering, complex reasoning, and workflows that combine text with visual context.
Ox Alpha is a stealth model. It is developed and operated by a third-party provider who has chosen to remain anonymous during this preview. OpenRouter routes requests to it and is not its developer, owner, or provider. Prompts and completions are retained by the provider and are not used for training; all other use is governed by the Stealth Model Terms.
Trending in AI / LLMs
This showed up on my feed.. anyone heard of it? Just hype?
Ox Alpha is a reasoning model designed for coding, sustained ag...
New
It’s not that it’s vocabulary is too advanced. It’s something worse.
I get lost trying to follow even a paragraph written by Claude. It’...
New
With AI doing more of the implementation work, I’ve been wondering how much coding I should deliberately keep doing myself.
My main conc...
New
With advancements in AI gathering pace and set to increasingly accelerate, perhaps it’s worth having an annual thread on the topic - feel...
New
I like to find performance optimizations and hidden bugs in Elixir codebases with coding agents.
If I just ask them directly to find tho...
New
Following on from some recent threads about AI and AI created projects I’m curious what people have been creating with AI tools …and perh...
New
New
Other Trending Topics
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #ai
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 10- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
FlyingNoodle
Just hype.
manhvu
I burned around 3B tokens on this model. It’s quite good (except for long tasks—it easily gets stuck in a loop). Better than OW Alpha before.”
joelwallis
I can second on this — been burning some tokens with it since yesterday, and it does get stuck mid-sessions. Quite annoying.
But I think it’s quite good, I been tackling on some tasks with it, stressing with questions on specifics about the tools I’m working with (specially, Phoenix and its ecosystem + Kanidm and its architecture/ecosystem/etc.). He ended up cloning Kanidm repo to read it all and answer specific questions, explore alternatives, and write a spec the way I wanted. Not bad!
Whoever made this, be OpenAI, Anthropic, Alibaba, or some random not-so-known AI lab from US China France Germany India etc., my honest Thank You for the tokenmaxxing weekend
My Saturday night will be fun!
manhvu
I have same issue when I’m using Zed editor + OpenRouter provider. After I move to OpenCode agent + Caveman + add Elixir skills + OpenCode provider the issue is gone, I can run long session without stop.
joelwallis
You said “Elixir skills”?
Tell me more about this! Which ones you’re using? And which ones you’d recommend?
manhvu
I got some skills from people in this forum a while ago. Unfortunately, I didn’t bookmark the link.
netoum
I used the following EEF Security WG to create skill to publish and maintain library, it helped a lot especially keeping the deps updated. You should adapt to your project and needs
FlyingNoodle
You need an LLM to run
mix hex.auditandmix deps.update --all?netoum
There is a bit more involved than running these 2 commands and merge them blindly.
See below some additional links
User tooling and Supply chain
For example, the EEF Security WG recommends checking the actual diff of dependency updates and making sure the changes do not introduce malicious code.
mix hex.outdated, mix hex.audit, mix deps.audit and especially mix hex.diff are all part of that picture. Then you still need to run the project tests, checks and review the PR.
I personally use Dependabot, but I still treat every dependency PR as something that needs to be manually reviewed and tested.
The LLM Skill is useful (to me) for encoding that workflow, not to remember the mix tasks.
plcholder
Im using it right now and its going to take me out of the permanent underclass! Jokes aside, I notice that non standard models seem to be good at writing elixir, although they ignore the concept of DRY and write the most verbose elixir code you will ever see, which makes sense giving how elixir can be written and most models arent post trained + fine tuned on elixir, but it sort of gets the job done and right now 0xalpha is allowing me to burn tokens to get an mvp up while I have gpt sol and luna coming in to fix out bugs without wasting precious frontier tokens. Oxalpha seems smart enough