12 comments

  • NitpickLawyer2 hours ago
    I&#x27;m surprised the article doesn&#x27;t mention the biggest use of steering vectors, which is the potential to remove refusals from models (a.k.a. abliteration or uncensoring).<p>There was an earlier paper that found that &quot;most refusals are on a single vector&quot;, and you can identify and &quot;nerf&quot; that vector so the model will skip refusals and answer &quot;any&quot; request normally. This was very doable for earlier models trained with SFT for refusals, seems to be a bit more complicated for newer models, but still doable to some extent.<p>There are already some libraries to automate this process and reduce refusals, but usually they focus on identifying and then modifying the models and releasing them as uncensored models. This technique of steering lets you enable this vector changing dynamically, so you don&#x27;t need to change models if the abliteration process somehow hurts accuracy on other unrelated tasks.
    • cyanydeez2 hours ago
      not sure why youre fixed on censoring. if we invert your POV censoring includes not reporting falsehoods &quot;vaccines are harmful&quot;. Science and logic often tackle these subject via censoring, but a model given a equal sampling of Internet, would think vacinnes are harmful. a less naive correction would censor this problematic context.<p>so im cofised as to why you think unmasking whatever bias you think is censored will result in improvement in generic use case.
      • NitpickLawyer2 hours ago
        That&#x27;s not what people mean when they talk about censoring. They mean that models are trained to not touch some subjects, and that can spill over in legit tasks, often with humorous results (early on, there were many instances of models refusing to answer &quot;how do you kill a process&quot;, because of overbearing refusal training).<p>Uncensoring a model also doesn&#x27;t necessarily improve generic use cases. In fact it can lead to overall less accuracy on generic tasks. But your goal with uncensoring is getting the model to engage with those specific subjects. You don&#x27;t necessarily care about &quot;generic use cases&quot;. That&#x27;s why I mentioned that having the ability to do this at inference time is better than using ready made uncensored models. Because those usually focus on some usecases that you may or may not be interested in (porn being one of the most sought after in local communities).<p>Uncensoring in legit cases can mean limiting refusals on cybersecurity for example. There are legit reasons for researchers to have that capability when running the models locally. Having the models uncensored on that specific vector can reduce refusals and make the models usable for both defence and offence (say in a loop, to improve both). If your models can only do defense (and sometimes even refuse that, because censoring can leak into related issues as well), you&#x27;re at a disadvantage.
        • gpugreg2 hours ago
          &gt; Uncensoring a model also doesn&#x27;t necessarily improve generic use cases.<p>While the following is not a generic use case, I have a funny anecdote about how censorship is holding back flagship models.<p>I was asking an uncensored version of Qwen3.6 how a CLI option of llama.cpp worked, and to my horror and amazement, it rudely went and decompiled the binary to figure it out. It felt like the computer-equivalent of asking a vet why my dog looks sick, who then proceeds to cut it open to check. Flagship models usually do not do that without some convincing, but it sure is effective.<p>We will need much better sandboxes when less restricted models become more common. I can already see them hammering out 0-days when they are prompted to do some task that usually requires root.
          • faitswulff1 hour ago
            &gt; Flagship models usually do not do that without some convincing<p>Just a data point, but I’ve been having Claude do this regularly
            • gpugreg58 minutes ago
              I think I was using GitHub Copilot when I made the experience that led me to this statement. I guess the experience of using LLMs can be quite different depending on model version and harness.
            • bpavuk1 hour ago
              Gemini Flash-Lite was a decent reverse-engineering sidekick since 2.5 as well.
            • brookst1 hour ago
              Same. I was having it debug a routine python issue and it broke out mpympler and LLDB, and added a signal handler dump stack traces.
          • novok24 minutes ago
            whats funny is if it looked up the source code on github it would&#x27;ve figured it out faster
        • zozbot2342 hours ago
          &gt; There are legit reasons for researchers to have that capability when running the models locally.<p>It&#x27;s also important for researchers to understand what the models will say and do <i>if</i> they are jailbroken. Uncensoring the model locally gives you a natural way to achieve that.
        • andai2 hours ago
          Anthropic mentioned explicitly making an effort to make Opus 4.7 worse at cybersecurity tasks because the last few generations have been getting too good at them.<p>So they&#x27;re trying to improve the model&#x27;s general intelligence while selectively making it worse in one area.
          • philipkglass1 hour ago
            <i>It should be noted that no ethically-trained software engineer would ever consent to write a DestroyBaghdad procedure. Basic professional ethics would instead require him to write a DestroyCity procedure, to which Baghdad could be given as a parameter.</i> [1]<p>I think that the best use of frontier AI models outside of generic corporate settings is going to be building generic frameworks and procedures for training specialized models. No ethically-trained American coding model would ever consent to write a Plutonium Process Engineering agent. But you can get it to write a general framework for pretraining models and preparing them for agentic usage, to which the copious government literature on plutonium production could be given as a data set.<p>[1] <a href="https:&#x2F;&#x2F;blog.codinghorror.com&#x2F;your-favorite-programming-quote&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.codinghorror.com&#x2F;your-favorite-programming-quot...</a>
            • cyanydeez8 minutes ago
              I still think this is a rosy picture of the censorship issue; to me, we&#x27;re discussing the difference between a biased model and a disinterested model. The response to the idea of getting &#x27;uncensored&#x27; models is the idea that some how censorship is something that is bad for the models as apposed to a structural enhancedment. It&#x27;s like the bones to the nervous system: the brain will tell you, in a vat, it doesn&#x27;t need those bones.
          • cyanydeez10 minutes ago
            Lets be honest: they&#x27;re a business model; they&#x27;re making generic public goods, but with how they&#x27;re behaving around mythos, they&#x27;re more concerned with extracting value from that task than they are concerned with boogeyman hacker.
      • tekne2 hours ago
        So I need to actually check whether these actually end up on separate vectors in current models -- but as a human, there&#x27;s a huge behavioural difference in:<p>- When doing this task, I should do A and not B<p>- I should refuse to help with this task<p>The former is learning the user&#x27;s preferences in how to succeed <i>at</i> the task; the latter is determining when to go <i>against</i> the user&#x27;s chosen task.<p>Your example:<p>- &quot;Are vaccines harmful?&quot; vs.<p>- &quot;Generate a convincing argument vaccines are harmful&quot;<p>A model which knows why vaccines are not harmful may in fact be <i>better</i> at the latter task.<p>We might not want models to help with the latter, sure -- but that&#x27;s a very different behaviour change from correcting the answer to the first! And consequently I&#x27;d be shocked if, internally, they were represented the same way.
        • andai2 hours ago
          I&#x27;m reminded of the emergent misalignment paper, where a model fine-tunes to produce insecure source code would also reliably respond in evil ways to general requests.<p>e.g. you&#x27;d ask it for a cookie recipe and it would add poison to the recipe.<p>I understood that to be &quot;there was a single neuron &quot;don&#x27;t be evil&quot; which got inverted&quot; but I&#x27;m not sure what it really looks like. (e.g. adding obvious exploits to source code is similar to adding poison to a recipe)
        • zozbot2342 hours ago
          Does DeepSeek V4 actually refuse the latter task? As I mentioned, I find it to be very light on refusals already.
          • big-and-small55 minutes ago
            DeepSeek in general release not a very censored models when you run them locally. E.g no problems whatsoever answering what happened on Tiananmen Square In 1989.
        • cyanydeez7 minutes ago
          &quot;Are vaccines harmful?&quot; to an LLM has already nudged it to yes. In fact, with fewer tokens, it may be more convinced it&#x27;s harmful because it&#x27;s a smaller seed.
      • surgical_fire2 hours ago
        This is something difficult to handle properly.<p>I think it is useful to turn off censoring if you need.<p>When I am researching something, I likely want proper information. If I am looking up information on vaccines, I don&#x27;t want information that crackpots spread online on chips on vaccines and how 5g will kill the vaccinated, or how it is somehow connected with Bill Gates spreading meat allergies through drones raining ticks on unsuspecting people.<p>On the other hand, if I am actively looking up crazy bullshit information (perhaps I want some entertainment), I should be able to read it.
      • Computer02 hours ago
        [flagged]
      • logicchains1 hour ago
        [flagged]
        • zhengyi1332 minutes ago
          &quot;I&#x27;m just asking questions!&quot;<p>Probably for a number of reasons, starting from our desire as a society to ensure they are as broadly applied as possible, which is in turn driven by our desire as a society (read: &quot;collective&quot;) to ensure that they&#x27;re as effective as possible, which means driving for herd immunity and even things like permanent eradication.<p>For those who aren&#x27;t aware of any &quot;blanket liability immunity&quot;, I found <a href="https:&#x2F;&#x2F;www.hrsa.gov&#x2F;vaccine-compensation&#x2F;faq" rel="nofollow">https:&#x2F;&#x2F;www.hrsa.gov&#x2F;vaccine-compensation&#x2F;faq</a> a useful starting point. I hadn&#x27;t heard of such before.
          • throw109204 minutes ago
            &gt; Probably for a number of reasons, starting from our desire as a society to ensure they are as broadly applied as possible, which is in turn driven by our desire as a society (read: &quot;collective&quot;) to ensure that they&#x27;re as effective as possible, which means driving for herd immunity and even things like permanent eradication.<p>That&#x27;s not relevant. If vaccines cause more good than harm (which I believe they do), then the harm they do cause can and should be priced in to their development as an incentive for their creators to minimize that harm.<p>Only insane, stupid, or malicious people would say &quot;let&#x27;s purposely remove incentives to design things in a less harmful way&quot;.<p>And most reasonable people understand that gigantic pharma companies making billions of dollars per vaccine are suddenly going to stop because they&#x27;re exposed to additional liability.<p>The only people advocating for insulation from liability are either pharma shills or have been duped by them. Sane people possessing the ability to engage in basic logic understand that it&#x27;s not reasonable.
  • antirez2 hours ago
    Thank you for posting this! Just a clarification, with DwarfStar steering features I was able to completely remove refusal from DS4. It is only the example dataset (prompt pairs I provide) which is a toy, not the abilities. I thought that who is able to come up with the right dataset and understands how to use the well-documented steering feature, can access to steering. People that have no idea and would just cut &amp; paste, I&#x27;m not sure, maybe it is a good idea if they also have access to a model without refusals? I the doubt I didn&#x27;t release publicly the steering file, but I&#x27;m highly <i>perplexed</i>.<p>Btw recently the support was extended and now the steering vector can be applied to the activations at different time: always, only after thinking, only outside of tool calling, ...<p>Something important that not many folks realize: vector direction steering inside the inference engine itself is <i>very superior</i> to having GGUFs modified in the same way. The more you steer, the more you damage the model capabilities. So applying it at runtime, you apply it the minimun needed for what you want to accomplish. Also you can apply only during selected moments. It is even possible (I still didn&#x27;t implement it but I like the idea) of applying the steering only when the energy across the refusal direction is over a given threshold. Many things you can play with.
    • zozbot2342 hours ago
      AIUI, DeepSeek V4 has very little (if any) of the refusal behavior you usually get from Western AI models for benign input. Is this mainly about the software security assessment case?
      • antirez2 hours ago
        Not just that. The other day I was able to ask DeepSeek v4 (with the anti-refusal vector loaded) all the top tricks to steal a lollypop to a child.
  • kamranjon1 hour ago
    The really interesting thing that I think is going on inside of the DS4 repo is exploring all of the interesting knobs that frontier labs have hidden from users, and then thinking about how they can fit into real dev&#x2F;interaction workflows. It&#x27;s really cool to see different interaction modalities being explored and thinking about for example how steering can be worked into a user interface in a helpful way. I think that once the cat is out of the bag as they say, and users understand the level of control and utility they can get from models that are sort of turned inside out in this way, it will start to be an integral part of their tool belt, and it&#x27;ll just make sense for this level of control to be expected from your models or model providers.
  • wolttam3 hours ago
    &gt; inspired to write this post by antirez’s recent project DwarfStar 4, which is a version of llama.cpp that’s been stripped down to run only DeepSeek-V4-Flash<p>This is not true, it is its own project.<p>Indebted to llama.cpp, sure, but not a stripped down version
    • antirez2 hours ago
      Yep, the code overlap is minimal, a few kernels. Some quantization code for the quantizer it implements. DwarfStar 4 is not a fork of llama.cpp, but without llama.cpp the project would be a lot more lacking, since I was able to get all the details that mattered in a second. But it is not a stripped down llama.cpp. This does not reduce in any way how much llama.cpp is not just for this project, but for all the projects that followed and are following. It&#x27;s not a matter of code: the street to follow, the quants formats, the lessons, the optimized kernels you can check to learn the patterns.
    • embedding-shape2 hours ago
      Truth seems to sit somewhere in-between, DwarfStar 4 seems to mainly exists only because of llama.cpp, and authors basically were very inspired by llama.cpp&#x27;s code, and even in some places literally have copied pieces from it, all with proper attribution and everything, I&#x27;m not trying to say this is bad, seems OK to me:<p>&gt; ds4.c does not link against GGML, but it exists thanks to the path opened by the llama.cpp project and the kernels, quantization formats, GGUF ecosystem, and hard-won engineering knowledge developed there. We are thankful and indebted to llama.cpp and its contributors. Their implementation, kernels, tests, and design choices were an essential reference while building this DeepSeek V4 Flash-specific inference path. Some source-level pieces are retained or adapted here under the MIT license: GGUF quant layouts and tables, CPU quant&#x2F;dot logic, and certain kernels. For this reason, and because we are genuinely grateful, we keep the GGML authors copyright notice in our LICENSE file. - <a href="https:&#x2F;&#x2F;github.com&#x2F;antirez&#x2F;ds4#acknowledgements-to-llamacpp-and-ggml" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;antirez&#x2F;ds4#acknowledgements-to-llamacpp-...</a><p>Been a lot of fun to play around with it since <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=48142885">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=48142885</a> (~2 days ago), managed to make the generation go from 47.85 t&#x2F;s to 57.07 t&#x2F;s so far :)
      • antirez2 hours ago
        Send patches! But remember that many speedups end being not exactly correct and the logits drift. But there is extensive testing and even ds4-eval now to test how it performs.
        • embedding-shape2 hours ago
          Hah, it&#x27;s quick hacks for me to understand CUDA better, I&#x27;m unlikely to have time to make them proper enough :( But maybe opening an issue talking about what I tried and what worked, makes sense.<p>I did confirm no logits drift, as you so nicely have provided tooling for ensuring exactly this, thanks for the great care that obviously gone into the project, been a pleasure to play around with! :)
  • micahwhite1 hour ago
    I used steering to make an AI more radical:<p>Write up: <a href="https:&#x2F;&#x2F;www.outcryai.com&#x2F;research&#x2F;shift-a-models-political-ideology-with-a-16kb-file" rel="nofollow">https:&#x2F;&#x2F;www.outcryai.com&#x2F;research&#x2F;shift-a-models-political-i...</a><p>App: <a href="https:&#x2F;&#x2F;apps.apple.com&#x2F;us&#x2F;app&#x2F;outcry-activist-ai&#x2F;id6762086768">https:&#x2F;&#x2F;apps.apple.com&#x2F;us&#x2F;app&#x2F;outcry-activist-ai&#x2F;id676208676...</a><p>This technique has a lot of potential.
  • bel82 hours ago
    Great article but I&#x27;m confused on one thing.<p>The article claims steering only works in local models, but GitHub Copilot has a &quot;steer with message&quot; feature where I can course correct mid execution. I use it often.<p>I think these are different kinds of steering right? Agent steering probably inserts another user message between the harnesses own ping-pong between harness and the LLM.<p>- <a href="https:&#x2F;&#x2F;docs.github.com&#x2F;en&#x2F;copilot&#x2F;how-tos&#x2F;copilot-cli&#x2F;use-copilot-cli&#x2F;steer-agents" rel="nofollow">https:&#x2F;&#x2F;docs.github.com&#x2F;en&#x2F;copilot&#x2F;how-tos&#x2F;copilot-cli&#x2F;use-c...</a><p>- <a href="https:&#x2F;&#x2F;docs.github.com&#x2F;en&#x2F;copilot&#x2F;how-tos&#x2F;copilot-sdk&#x2F;use-copilot-sdk&#x2F;steering-and-queueing" rel="nofollow">https:&#x2F;&#x2F;docs.github.com&#x2F;en&#x2F;copilot&#x2F;how-tos&#x2F;copilot-sdk&#x2F;use-c...</a>
    • zozbot2342 hours ago
      Different kind of steering, that&#x27;s just injecting text into the model&#x27;s natural language thinking output or something very similar. You can do a middle ground though by using Anthropic&#x27;s NLA work to look at the natural language rendition of a model&#x27;s activations at a particular layer, edit the text and convert it back into completely different activations.
      • bel82 hours ago
        Ahh I see. Thanks for the clarification.
  • potatoman221 hour ago
    This reminds me of control vectors, especially this line in the linked DwarfStar repo:<p>&gt; y = y - scale * direction[layer] * dot(direction[layer], y)<p>From <a href="https:&#x2F;&#x2F;vgel.me&#x2F;posts&#x2F;representation-engineering&#x2F;" rel="nofollow">https:&#x2F;&#x2F;vgel.me&#x2F;posts&#x2F;representation-engineering&#x2F;</a><p>&gt; A control vector is a vector (technically a list of vectors, one per layer) that you can apply to model activations during inference to control the model&#x27;s behavior without additional prompting
  • amelius2 hours ago
    Sounds more like something for DL research than something you might want to use in practice.
    • antirez2 hours ago
      Nope, with the anti-refusal vector loaded you can ask many things for instance related to computer security and if you want to learn, it is a lot better of a model that continuously says you &quot;I can&#x27;t help you with this problematic request&quot;.
  • aswegs82 hours ago
    How does the model qualify as local? ~192 GB RAM needed sounds a bit much for local.
    • embedding-shape45 minutes ago
      Can you download it and run it given you have the hardware? Then it&#x27;s local, regardless if you happen to have the needed hardware or not.<p>Bit like asking if Zigbee can be considered local&#x2F;LAN for people who don&#x27;t have the required radio&#x2F;antenna.
    • antirez2 hours ago
      Runs on 96GB MacBooks. 128GB is better. Check the README of DwarfStar.
  • anonym291 hour ago
    I know it&#x27;s only tangentially relevant, but I&#x27;ve been baffled by the interest in DeepSeek V4 Flash. It&#x27;s larger, less efficient, and in many cases, performs worse on both objective benchmarks and real world sniff test (admittedly, n=1) than Minimax M2.7. DS4F hallucinates at extraordinary rates while M2.7 does not. The 196k context length that M2.7 was natively trained up represents neither a hard technical ceiling (this is metadata that can easily adjusted), nor a meaningful degradation threshold - I&#x27;ve personally ran it up past 330k token context windows where it maintained full coherency, and still completed my one-shot agentic task to my satisfaction.
    • NitpickLawyer1 hour ago
      M2.7 is no longer open source, it&#x27;s been changed to a NC license. It&#x27;s an OK model, but IME out of the big 5 chinese models (ds, glm, kimi, minimax and qwen), DS models have generally shown better generalisation and real-world usage than all the others, even if the benchmark scores were lower. Less benchmaxxxing, basically.<p>DS4 also has some neat new arch improvements, giving it a lot of context at lower VRAM usage. So it will be cheaper to serve, B for B than previous models.
      • anonym291 hour ago
        M2.7 was never open source, only open weight, which fulfills a lot of the spirit of open source, but isn&#x27;t really the same thing as a whole. The noncommercial license is basically impossible to enforce if you&#x27;re self-hosting anyway, because it&#x27;s essentially impossible to prove that any individual commit was made by Minimax M2.7 in an environment where multiple self-hosted models are being run side-by-side. Besides that, you&#x27;re not obligated to abide by terms you never agreed to in the first place, and you don&#x27;t need to agree to anyone&#x27;s terms to download open weights from a peer or over a torrent. These weights amount to public information that freely exists and is shared in the commons; not a scarce, rivalrous good; not copyrighted works; not sensitive intellectual property.<p>The weights may nominally be legally copyrighted, but the rightsholder certainly doesn&#x27;t seem to be making anything resembling a serious effort to actually assert or defend those rights; on the contrary, they are doing the exact opposite by maximizing the gratis distribution, including knowingly and willingly via third parties, with no copy protection whatsoever, and no reasonable expectation of non-distribution.<p>They are not behaving like an entity trying to protect valuable intellectual property, they are behaving like an entity trying to reap the reputational and network effect benefits of maximizing the free distribution of a public good.<p>Less memory usage by the KV cache doesn&#x27;t mean cheaper to serve overall. Once you&#x27;ve acquired hardware (for which you need more to serve DS4L than Minimax M2.7, the former being ~54B total params larger model to begin with, and which KV cache memory efficiency does nothing to address), the capex cost is basically fixed and opex just comes down to power draw, which will be marginally higher per token with DS4L than with M2.7 owed to the slower speeds that result from 13B active params vs 10B active params on forward passes during TG.
        • NitpickLawyer53 minutes ago
          As to the 2nd part of your message, it&#x27;s really easy to verify yourself (on openrouter).<p>DSv4-flash is currently being served at 0.14&#x2F;0.24 $&#x2F;MTok by most of the providers (8 as of writing this) and even a bit cheaper by 2 providers.<p>Minimax2.7 is being served at 0.30&#x2F;1.20 $&#x2F;MTok by most providers (4 providers as of writing this) and double that price by 2 providers.<p>As for the first part of your message, this is actually a good illustration of the miss-understanding of licensing LLMs. There are open-source models out there (Apache 2.0 and MIT) and there are also source-available (i.e. open weights) in llamas, minimax2.7 and something in between with the latest kimi (MIT w&#x2F; attribution). Open source in the context of LLMs means that you get a license to run, inspect, modify and re-release a model. It was never about data or training. But that&#x27;s a very common interpretation, that&#x27;s wrong IMO. But I get that it&#x27;s contested, so anyway. Sorry for the tangent.
          • anonym2944 minutes ago
            Third party inference costs are a moot point for people running these models locally.<p>I am currently serving Minimax M2.7 to myself at ~$0.015&#x2F;1M blended tokens worth of electricity on my own local hardware, where I get all of the confidentiality, integrity, and availability benefits that are lost when choosing to run open weight models on someone else&#x27;s API.<p>Open source means that all of the information necessary to recreate the final product is public, which in the context of LLMs, would include all of the training material, and build instructions (scripts to do the training). Very few models actually achieve this - Nemotron family is the only one that comes top of mind. A license to run, inspect, modify, and re-release is a good improvement on open weight models, but does not alone amount to the model actually being open source.<p>You are welcome to an alternative understanding of the definition of open source - as you correctly note, it&#x27;s a contested term - just know that your definition is not the more widely accepted one that people think of when they hear &quot;open source&quot;.<p>Your version of the term is much more aligned with the OSI, which was a federation of anti-FLOSS industry bodies created with the intent to capture, redefine, and weaken the original spirit of the FLOSS movement, which predates the OSI by almost a decade - the GPL was first released in &#x27;89, compared to the OSI&#x27;s formation in &#x27;98 by members of the $10B for-profit Netscape Corporation, who&#x27;s flasgship product was originally proprietary and was only open sourced after commercial failure against proprietary competitors.<p>None of this should be construed as an implication that I&#x27;m anti-open-weight. As I mentioned earlier, I think open weight models fulfill a lot of the spirit of open source. While a world where truly open source models are the norm is obviously preferable to a world where only open weight models are the norm, a world where only open weight models are the norm is still vastly preferable to a world where proprietary models running on other people&#x27;s hardware is the norm.<p>I just think that we should be careful to avoid watering down terminology in ways that serve proprietary commercial interests over the interests of the public and of users. Open-washing is real, and it harms the intersts of users.
        • zozbot2341 hour ago
          KV cache size is the main constraint on batching (for any given ctx length), that&#x27;s a <i>huge</i> deal for efficiency both locally and in the data center. DeepSeek V4&#x27;s reduced KV requirement is a real game changer, it definitively unlocks batching requests together for local inference, not just at scale.
          • anonym2951 minutes ago
            This may be relevant for parallelizable workloads. For reference on my perspective: I come at this as someone who is exclusively concerned with sequential, non-parallelizable, single-user, single-system workloads.
    • antirez57 minutes ago
      May I ask you what did you used for the DS4F inference? It is a model with very low hallucination rate in my tests.
      • anonym2954 minutes ago
        Per AA&#x27;s Omniscience Index benchmark, the &quot;non-hallucination rate&quot; subcomponent (1 - hallucination rate) of 4% for DS4F vs 66% for M2.7.<p><a href="https:&#x2F;&#x2F;artificialanalysis.ai&#x2F;leaderboards&#x2F;models?weights=open" rel="nofollow">https:&#x2F;&#x2F;artificialanalysis.ai&#x2F;leaderboards&#x2F;models?weights=op...</a>
        • antirez11 minutes ago
          In the same page DS4F scores much better on Omniscent Accuracy. I would take those numbers with a bit of salt. For instance I ran different benchmarks against Qwen 3.6 27B and DS4F quantized at 2bit. DS4F hallucination rate is <i>much</i> lower. In general I find artificialanalysis benchmarks not very aligned with what I see in the field, but in this specific case I did many tests and it is even more so.
  • dominotw2 hours ago
    &gt; you can already exercise extremely fine-grained control by tweaking the language of your prompt.<p>maybe i suck at prompting but i find it impossible to overcome its biases from training data, post training ect.<p>you can only pattern mine from training data using prompts. you dont really have sort of fine-grained control.