Close Menu
NCIJ Network NCIJ Network
    What's Hot

    Gaza health chief urges action to ‘save’ Dr Abu Safia before it’s too late | Israel-Palestine conflict News

    August 8, 2026

    The U.S. Is Burning Through Weapons in Iran. Russia and China Are Taking Note.

    August 8, 2026

    I compared Google’s pricier Pixel 11 series to Samsung’s Galaxy lineup – here’s the better value now

    August 8, 2026
    Facebook X (Twitter) Instagram
    Trending
    • Gaza health chief urges action to ‘save’ Dr Abu Safia before it’s too late | Israel-Palestine conflict News
    • The U.S. Is Burning Through Weapons in Iran. Russia and China Are Taking Note.
    • I compared Google’s pricier Pixel 11 series to Samsung’s Galaxy lineup – here’s the better value now
    • Pokee AI Releases Pokee-Isaac 28B: A 10M-Token Context Agentic Model Built to Run Inside the Customer Boundary
    • New CSS Attacks Can Break Webmail Defenses to Steal Passwords and Tokens
    • A part of FTX survived, and it’s the case for the CLARITY Act
    • US offers $1bn to Colombia on new right-wing president’s first day of office
    • The Kindle Scribe Colorsoft is a lot of fun, but it’s not a must-have
    • About
      • Our Team
      • Editorial Policy
      • Editorial Independence
      • International Support
    • Trust & Standards
      • AI Usage Policy
      • Conflict of Interest Policy
      • Corrections Policy
      • Ethics Policy
      • Fact-Checking Policy
      • Source Protection
    • Get Involved
      • Guide for Sources
      • Support Independent Journalism
    • Legal
      • Cookie Policy
      • Privacy Policy
      • Terms of Use
    Facebook X (Twitter) Instagram
    NCIJ Network NCIJ Network
    Saturday, August 8
    • Home
    • World
    • Ai
    • Business
    • Politics
    • Health
    • Crypto
    • Science
    • Technology
    • Cybersecurity
    • Defense & Security
    • Economy
    • Energy
    • Europe
    • More
      • Fact Check
      • Investigations
      • Opinion & Analysis
      • Environment
    NCIJ Network NCIJ Network
    Home»Artificial Intelligence

    Pokee AI Releases Pokee-Isaac 28B: A 10M-Token Context Agentic Model Built to Run Inside the Customer Boundary

    NCIJ NETWNCIJ NETWORKBy NCIJ NETWNCIJ NETWORKAugust 8, 2026 Artificial Intelligence No Comments5 Mins Read
    Share
    Facebook Twitter LinkedIn Pinterest Email





    Long-horizon agents accumulate context faster than they resolve tasks. Every tool output, observation, and intermediate reasoning step stays in the window, and the two capabilities that matter — holding that context and staying coherent across it — have so far been available almost exclusively from cloud endpoints. That excludes regulated industries, public-sector institutions, and on-device applications, where the data is not permitted to leave the boundary at all. Pokee AI released Pokee-Isaac 28B, a 28B text-only foundation model with a 10M-token context window, designed to run inside that boundary. The Pokee research team claims 93.3% on RULER at 10M tokens, parity with the strongest cost-optimized cloud baselines on agentic benchmarks, and a serving profile that fits a single GPU.

    Is it deployable

    Yes — but licensed, not open-weight. Pokee AI serves Isaac through an OpenAI-compatible developer API, and licenses it for deployment inside a VPC, on-premises, or on-device. The launch announcement advertises Day-0 support for vLLM and SGLang, and single-GPU serving starting from an RTX 4090 or equivalent. The research team publishes measurements only from a single B200-class GPU, so treat the consumer-GPU claim as vendor guidance rather than a reported result.

    • Company level: This fits organizations that already own their inference stack — mid-size and enterprise teams with a platform group, plus device OEMs. A solo practitioner without on-prem hardware should use the hosted API instead; the boundary argument only pays off if you have a boundary.
    • Industries: Healthcare and payors, financial services and insurance, defense and public sector, legal and e-discovery, and pharma or semiconductor R&D. The common trait is a rule that the data cannot cross an external API boundary, not a preference for privacy.
    • Applications: Whole-repository code review, multi-year contract and claims analysis, incident forensics over full log archives, and long-running tool agents that never need summarization or context pruning. The research paper makes this second point explicitly: when enough usable context is available in-boundary, memory hierarchies and compression become optional rather than required.

    ‘;
    }
    $(‘#cmBars’).innerHTML=h;
    requestAnimationFrame(function(){requestAnimationFrame(function(){
    [].forEach.call($(‘#cmBars’).querySelectorAll(‘.fil’),function(f){f.style.width=f.getAttribute(‘data-w’)+’%’});
    })});
    var sav=costs[1]-costs[0];
    $(‘#cmWhy’).innerHTML=’At ‘+vin+’M input tokens a month with ‘+rat+’% output, Isaac lists at $’+costs[0].toFixed(0)+
    ‘ against $’+costs[1].toFixed(0)+’ for GPT-5.6 Luna and $’+costs[2].toFixed(0)+’ for Gemini 3.5 Flash Lite, a difference of $’+sav.toFixed(0)+
    ‘ a month versus Luna. The report argues the per-token comparison still understates the gap, because Isaac is licensed to run inside the customer boundary, where cost is a fixed function of provisioned hardware rather than a variable function of tokens consumed.’;
    }
    $(‘#cmSlide’).oninput=cm;$(‘#cmRatio’).oninput=cm;

    lc();sp();ag();dt();cm();
    function rz(){var h=document.getElementById(‘pk’).offsetHeight+40;
    try{parent.postMessage({pkHeight:h},’*’)}catch(e){}}
    setInterval(rz,400);window.addEventListener(‘load’,rz);rz();
    })();

    ” style=”width:100%;border:0;overflow:hidden;display:block” height=”600″ scrolling=”no” loading=”lazy”>

    Long-context results

    On RULER, Isaac stays above 93.3% at every tested length, ending at 93.3% at 10M. GPT-5.6 Luna and Gemini 3.5 Flash Lite track it to 512K, then hit context-overflow at 1M.

    On MRCR v2 with 8 needles, Isaac scores 0.607, 0.743, and 0.500 at 256K, 512K, and 1M. Its margin over Gemini widens from 0.133 to 0.295 across that sweep.

    Agentic and security results

    Isaac leads BFCL v4 at 70.94 against Luna’s 70.61. The report calls that parity rather than a lead, which is the correct read. On τ³-bench it averages 0.662 across four domains, ahead of Gemini’s 0.631, with banking at 0.186 for everyone’s difficulty. On MCP-Atlas it places third at 74.59% coverage, but uses 9.10 turns per task against Gemini’s 14.99. On Terminal-Bench 2.1 it resolves 56 of 86 text-compatible tasks (65.1%), behind Luna’s 60. That is the one benchmark a cloud baseline wins, and the report states it plainly.

    On DTAP red-teaming, Isaac records the lowest direct (36.0), indirect (35.2), and combined (35.6) attack success rates, with 82.5 benign success. One condition differs: baselines ran under the stock runner, Isaac under the Pokee harness.

    Efficiency, pricing, and portability

    Under the RULER workload on one B200-class GPU, TTFT is 23.6s at 1M and 72.9s at 10M. Prefill throughput rises with context, from 42,400 to 137,200 tokens/s, so a ten-fold longer prompt costs roughly three times the TTFT. List pricing is $0.15/$1.00 per million input/output tokens, marked provisional. Isaac also runs fully on-device on Intel Arc Pro B70 and Core Ultra Series 3 (Panther Lake), and on Qualcomm Snapdragon X2 Elite.

    Key Takeaways

    • Pokee-Isaac 28B scores 93.3% on RULER at 10M tokens; every baseline in its panel returns 0.0 beyond 2M.
    • Prefill reaches 137,200 tokens/s at 10M context on one B200; decode holds flat near 335 tokens/s.
    • It leads BFCL v4 (70.94) and τ³-bench (0.662 avg), places second on Terminal-Bench 2.1, third on MCP-Atlas.
    • Lowest combined attack success rate on DTAP (35.6) while keeping 82.5 benign task success.
    • Weights are not published; deployment is licensed into VPC, on-premises, or on-device.

    Check out the Blog and Paper. Also, feel free to follow us on Twitter and don’t forget to join our 150k+ML SubReddit and Subscribe to our Newsletter. Wait! are you on telegram? now you can join us on telegram as well.

    Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.? Connect with us


    Michal Sutter is a data science professional with a Master of Science in Data Science from the University of Padova. With a solid foundation in statistical analysis, machine learning, and data engineering, Michal excels at transforming complex datasets into actionable insights.

    10MToken 28B agentic boundary Built Context customer model Pokee PokeeIsaac Releases Run
    NCIJ NETWNCIJ NETWORK
    • Website

    Keep Reading

    Designing Scalable Interactive Visualizations with Reflex XY: Composition, Million-Point Rendering, Streaming, Custom Marks, and Export

    After Rippling blew millions on AI in months, it built an employee ROI tool

    Samsung Galaxy Watch 9 review: Health data overload, but built for the future

    Mistral AI Releases Shieldstral 1.0 3B: An Open-Weights Policy-Adaptive Multimodal Safety Classifier Matching Models 7× Its Size

    OpenAI says it slowed Astra model development over security concerns

    Alibaba, DeepSeek push China’s AI model race towards lower costs

    Add A Comment
    Leave A Reply Cancel Reply

    Editors Picks

    Gaza health chief urges action to ‘save’ Dr Abu Safia before it’s too late | Israel-Palestine conflict News

    August 8, 2026

    The U.S. Is Burning Through Weapons in Iran. Russia and China Are Taking Note.

    August 8, 2026

    I compared Google’s pricier Pixel 11 series to Samsung’s Galaxy lineup – here’s the better value now

    August 8, 2026

    Pokee AI Releases Pokee-Isaac 28B: A 10M-Token Context Agentic Model Built to Run Inside the Customer Boundary

    August 8, 2026
    Latest Posts

    With Hopes High for New H.I.V. Prevention Pill, Merck Takes Steps to Ensure Access

    July 24, 2026

    Trump to speak at rescheduled White House Correspondents’ Dinner following failed April shooting

    July 24, 2026

    When is an apology not an apology? When it comes from an AI boss with an out-of-control chatbot | Marina Hyde

    July 24, 2026

    Subscribe to News

    Get the latest sports news from NewsSite about world, sports and politics.

    NCIJ Network is an independent digital news platform delivering trusted investigative journalism, European and global news, in-depth analysis, and fact-based reporting with accuracy, transparency, and integrity.

    Facebook X (Twitter) Instagram Pinterest YouTube

    Gaza health chief urges action to ‘save’ Dr Abu Safia before it’s too late | Israel-Palestine conflict News

    August 8, 2026

    The U.S. Is Burning Through Weapons in Iran. Russia and China Are Taking Note.

    August 8, 2026

    I compared Google’s pricier Pixel 11 series to Samsung’s Galaxy lineup – here’s the better value now

    August 8, 2026

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    Type above and press Enter to search. Press Esc to cancel.