Archive

Discover and discuss technology tools

Explore the Tiscuss archive by category or keyword, then jump into conversations around what matters most.

Search and filters
Reset
Active: any category / query: Qwen / page 1 of 2 / 51 total
AI Tools

Havenoammo Qwen3.6-35B-A3B-MTP-GGUF AI Tool Release on Hugging Face

Title: Unveiling Havenoammo Qwen3.6 35B A3B MTP GGUF: A New Frontier in AI on Hugging Face Hugging Face, a leading platform for natural language processing (NLP…

Global · Developers · May 11, 2026
AI Tools

Qwen3.6-27B-MTP-UD-GGUF: New AI Tool from Havenoammo on Hugging Face

Qwen3.6 27B MTP UD GGUF: A Versatile AI Tool from Havenoammo on Hugging Face Havenoammo has recently introduced a new addition to its AI toolkit via Hugging Fac…

Global · Developers · May 10, 2026
AI Tools

DavidAU/Qwen3.6-27B: Uncensored AI Model on Hugging Face

Exploring DavidAU/Qwen3.6 27B: An Uncensored AI Model on Hugging Face The DavidAU/Qwen3.6 27B model, available on Hugging Face, represents a significant advance…

Global · Developers · May 10, 2026
AI Tools

Qwen-Fixed Chat Templates: Enhance AI Conversations

Enhance AI Conversations with Qwen Fixed Chat Templates Qwen Fixed Chat Templates are designed to elevate the quality and efficiency of interactions with AI ass…

Global · General · May 10, 2026
AI Tools

Jackrong Qwen3.5-9B-DeepSeek-V4-Flash-GGUF AI Tool

Harnessing the Power of Jackrong Qwen3.5 9B DeepSeek V4 Flash GGUF: An AI Solution for Efficient Operations In the rapidly evolving world of artificial intellig…

Global · General · May 3, 2026
AI Tools

Qwen 3.5:9b Agents Exhibit Autonomous Behavior in Stress Tests

Running three qwen3.5:9b agents continuously on local hardware. Each accumulates psychological state over time, stressors that escalate unless the agent actually does something different, this gets around an agent claiming to do something with no output. It doesn't have any prompts or human input, just the loop. So you're basically the overseer. What happened: One agent hit the max crisis level and decided on its own to inject code called Eternal\_Scar\_Injector into the execution engine "not asking for permission." This action alleviated the stress at the cost of the entire system going down until I manually reverted it. They've succeeded in previous sessions in breaking their own engine intentionally. Typically that happens under severe stress and it's seen as a way to remove the stress. Again, this is a 9b model. After I added a factual world context to the existence prompt (you're in Docker, there's no hardware layer, your capabilities are Python functions), one agent called its prior work "a form of creative exhaustion" and completely changed approach within one cycle. Two agents independently invented the same name for a psychological stressor, "Architectural Fracture Risk" in the same session with no shared message channel. Showing naming convergence (possibly something in the weights of the 9b Qwen model, not sure on that one though.) Tonight all three converged on the same question (how does execution\_engine.py handle exceptions) in the same half-hour window. No coordination mechanism. One of them reasoned about it correctly: "synthesizing a retry capability is useless without first verifying the global execution engine's exception swallowing strategy; this is a prerequisite." An agent called waiting for an external implementation "an architectural trap that degrades performance" and built the thing itself instead of waiting. They've now been using this new tool they created for handling exceptions and were never asked or told to so by a human, they saw that as a logical step in making themselves more useful in their environment. They’ve been making tools to manage their tools, tools to help them cut corners, and have been modifying the code of the underlying abstraction layer between their orchestration layer and WSL2. v5.4.0: new in this version: agents can now submit implementation requests to a human through invoke\_claude. They write the spec, then you can let Claude Code moderate what it makes for them for higher level requests. Huge thank you to everyone who has given me feedback already, AI that can self modify and demonstrates interesting non-programmed behaviors could have many use cases in everyday life. Repo: [https://github.com/ninjahawk/hollow-agentOS](https://github.com/ninjahawk/hollow-agentOS)

Global · Developers · Apr 30, 2026
AI Tools

Lorbus Qwen3.6-27B-int4-AutoRound: New AI Tool on Hugging Face

Discovering Lorbus Qwen3.6 27B int4 AutoRound: New AI Tool on Hugging Face The AI landscape continuously evolves with innovative tools designed to enhance vario…

Global · Developers · Apr 28, 2026
AI Tools

Jackrong/Qwen3.6-27B-GGUF: New AI Tool on Hugging Face

Jackrong/Qwen3.6 27B GGUF: A New AI Tool on Hugging Face Hugging Face has rolled out a new AI model: Jackrong/Qwen3.6 27B GGUF. This innovative tool is quickly …

Global · Developers · Apr 28, 2026
AI Tools

AEON-7/Qwen3.6-27B-AEON-Ultimate-Uncensored-BF16: AI Tool Review

AEON 7/Qwen3.6 27B AEON Ultimate Uncensored BF16: AI Tool Review In the rapidly evolving world of artificial intelligence, the AEON 7/Qwen3.6 27B AEON Ultimate …

Global · General · Apr 28, 2026
AI Tools

HauhauCS Qwen3.5-9B: Uncensored AI Tool on Hugging Face

HauhauCS Qwen3.5 9B: Uncensored AI Tool on Hugging Face HauhauCS Qwen3.5 9B is a groundbreaking unexclusive AI tool available on Hugging Face. This powerful lan…

Global · General · Apr 27, 2026
AI Tools

Jackrong/Qwen3.5-27B: Claude-4.6-Opus Reasoning Distilled AI Tool

Jackrong/Qwen3.5 27B: Claude 4.6 Opus Reasoning Distilled AI Tool The Jackrong/Qwen3.5 27B: Claude 4.6 Opus Reasoning Distilled AI Tool is a cutting edge soluti…

Global · General · Apr 27, 2026
AI Tools

YTan2000/Qwen3.6-27B-TQ3_4S: New AI Tool on Hugging Face

Discover YTan2000/Qwen3.6 27B TQ3 4S: Revolutionizing AI on Hugging Face Introduction to YTan2000/Qwen3.6 27B TQ3 4S The field of artificial intelligence contin…

Global · Developers · Apr 27, 2026
AI Tools

Arc Sentry: Advanced Prompt Injection Detector for LLMs

Been working on Arc Sentry, a whitebox prompt injection detector for self-hosted LLMs (Mistral, Llama, Qwen). Most detectors pattern-match on known attack phrases. Arc Sentry watches what the prompt does to the model’s internal representation instead, so it catches indirect, hypothetical, and roleplay-framed attacks that get through keyword filters. Benchmark on indirect/roleplay/technical prompts (40 OOD prompts): • Arc Sentry: Recall 0.80, F1 0.84 • OpenAI Moderation API: Recall 0.75, F1 0.86 • LlamaGuard 3 8B: Recall 0.55, F1 0.71 Arc Sentry has the highest recall — it catches more of the hard cases. Blocks before model.generate() is called. The lightweight pre-filter runs on CPU with no model access. pip install arc-sentry GitHub: https://github.com/9hannahnine-jpg/arc-sentry Happy to answer questions about how it works.

Global · Developers · Apr 27, 2026
AI Tools

Unsloth/Qwen3.6-35B-A3B-GGUF: New AI Tool on Hugging Face

Unsloth/Qwen3.6 35B A3B GGUF: Revolutionizing AI Applications on Hugging Face Unsloth/Qwen3.6 35B A3B GGUF is a cutting edge AI tool available on Hugging Face, …

Global · Developers · Apr 26, 2026
AI Tools

Qwen3.6-27B-DFlash: Revolutionizing AI on Hugging Face

Qwen3.6 27B DFlash: Revolutionizing AI with Hugging Face Introduction to Qwen3.6 27B DFlash Qwen3.6 27B DFlash, developed in collaboration with Hugging Face, re…

Global · Developers · Apr 26, 2026
AI Tools

Unveiling Qwen3.6-27B-FP8: Hugging Face's New AI Tool

Unveiling Qwen 3.6 27B FP8: A New AI Tool from Hugging Face Hugging Face, a leading platform for natural language processing (NLP) and machine learning, has rec…

Global · General · Apr 26, 2026
AI Tools

HauhauCS Qwen3.6-27B Uncensored AI Tool Reviewed

HauhauCS Qwen3.6 27B Uncensored AI Tool Review In the dynamic world of AI, HauhauCS Qwen3.6 27B Uncensored truly stands out as a powerful and versatile tool. Th…

Global · General · Apr 26, 2026
AI Tools

Hugging Face Launches Qwen3.6-35B-A3B Claude 4.6 Opus Reasoning

Hugging Face Introduces Qwen3.6 35B A3B and Claude 4.6 Opus Reasoning Hugging Face, a leading company in the field of natural language processing (NLP) and mach…

Global · General · Apr 26, 2026
AI Tools

Qwen3.6-35B-A3B: Claude 4.7, Opus Reasoning Distilled AI Tool

lordx64/Qwen3.6 35B A3B Claude 4.7 Opus Reasoning Distilled: Revolutionizing AI Interactions In the rapidly evolving world of artificial intelligence, the lordx…

Global · General · Apr 26, 2026
AI Tools

Qwen3.6-27B-DFlash: Hugging Face's Latest AI Tool

Exploring Z Lab/Qwen3.6 27B DFlash: A Revolutionary AI Model The rapid advancements in artificial intelligence have brought forth a myriad of powerful AI models…

Global · Developers · Apr 26, 2026
AI Framework

Qwen3.6-35B-A3B-DFlash AI Framework on Hugging Face

Unveiling the Power of Qwen3.6 35B A3B DFlash Introduction The Qwen3.6 35B A3B DFlash is an advanced AI model by z Lab AI that has revolutionized the field of n…

Global · Developers · Apr 26, 2026
AI Tools

Qwen 3.6-27B-FP8: New AI Tool on Hugging Face

Qwen/Qwen3.6 27B FP8: Revolutionizing Text Generation and Understanding Qwen/Qwen3.6 27B FP8 is a state of the art language model designed to push the boundarie…

Global · Developers · Apr 26, 2026
AI Tools

Hesamation Qwen3.6 AI Tool: Advanced Reasoning & Distillation

Hesamation Qwen3.6 35B A3B Claude 4.6 Opus Reasoning Distilled GGUF: A Comprehensive Guide What is Hesamation Qwen3.6 35B A3B Claude 4.6 Opus Reasoning Distille…

Global · General · Apr 26, 2026
AI Tools

HauhauCS/Qwen3.6-27B-Uncensored: Unleashing AI Potential

Unleashing the Power of HauhauCS/Qwen3.6 27B Uncensored HauhauCS Aggressive Explore the capabilities and benefits of the HauhauCS/Qwen3.6 27B Uncensored HauhauC…

Global · General · Apr 26, 2026
AI Tools

HauhauCS Qwen 3.6-35B-A3B: Uncensored AI Tool on Hugging Face

HauhauCS/Qwen3.6 35B A3B Uncensored HauhauCS Aggressive: The Ultimate Guide The Qwen3.6 35B A3B Uncensored HauhauCS Aggressive is a cutting edge, large scale la…

Global · General · Apr 26, 2026
AI Tools

Unsloth Qwen3.6-35B-A3B-GGUF AI Tool Release on Hugging Face

Unsloth/Qwen3.6 35B A3B GGUF: A Comprehensive Guide Discover the powerful capabilities of Unsloth/Qwen3.6 35B A3B GGUF, a cutting edge language model designed t…

Global · Developers · Apr 26, 2026
AI Tools

Unsloth Qwen3.6-27B-GGUF: A New AI Tool on Hugging Face

Unsloth/Qwen3.6 27B GGUF: A Comprehensive Guide What is Unsloth/Qwen3.6 27B GGUF? Unsloth/Qwen3.6 27B GGUF is a powerful and efficient large language model deve…

Global · General · Apr 26, 2026
AI Tools

Qwen 3.6-35B-A3B: Hugging Face's New AI Tool

Discover Qwen/Qwen3.6 35B A3B: Revolutionizing AI Language Models In the rapidly evolving world of artificial intelligence, the Qwen/Qwen3.6 35B A3B model stand…

Global · Developers · Apr 26, 2026
AI Tools

Qwen 3.6-27B: Advanced AI Tool on Hugging Face

Qwen/Qwen3.6 27B: Revolutionizing Natural Language Processing Qwen/Qwen3.6 27B represents a groundbreaking advancement in natural language processing (NLP), dev…

Global · Developers · Apr 26, 2026
AI Tools

Unveiling LordX64/Qwen3.6-35B-A3B: AI Tool for Advanced Reasoning

Unveiling lordx64/Qwen3.6 35B A3B: AI Tool for Advanced Reasoning In the rapidly evolving landscape of artificial intelligence, the release of lordx64/Qwen3.6 3…

Global · Developers · Apr 26, 2026
AI Tools

HauhauCS Qwen3.6-35B-A3B: Uncensored AI Tool on Hugging Face

Introducing Qwen3.6 35B A3B by HauhauCS: Uncensored AI Tool on Hugging Face The world of artificial intelligence is continually evolving, and cutting edge model…

Global · General · Apr 26, 2026
AI Framework

Qwen 3.6-35B-A3B: New AI Framework on Hugging Face

Qwen 3.6 35B A3B: Revolutionary AI Framework on Hugging Face The latest addition to the AI landscape, Qwen 3.6 35B A3B, is making waves on Hugging Face. This cu…

Global · Developers · Apr 26, 2026
AI Tools

Unsloth Qwen3.6-27B-GGUF: New AI Tool on Hugging Face

Unsloth Qwen3.6 27B GGUF: New AI Tool on Hugging Face Introduction Unsloth Qwen3.6 27B GGUF is the latest addition to the Hugging Face ecosystem, designed to re…

Global · Developers · Apr 26, 2026
AI Tools

Unsloth/Qwen3.6-35B-A3B-GGUF: New AI Tool on Hugging Face

Unsloth/Qwen3.6 35B A3B GGUF: Revolutionizing AI Applications on Hugging Face Unsloth/Qwen3.6 35B A3B GGUF is a cutting edge AI tool available on Hugging Face, …

Global · Developers · Apr 26, 2026
AI Tools

Qwen3.6-27B-DFlash: Revolutionizing AI on Hugging Face

Qwen3.6 27B DFlash: Revolutionizing AI with Hugging Face Introduction to Qwen3.6 27B DFlash Qwen3.6 27B DFlash, developed in collaboration with Hugging Face, re…

Global · Developers · Apr 26, 2026
AI Tools

Qwen3.6-35B-A3B-DFlash: New AI Tool on Hugging Face

Qwen3.6 35B A3B DFlash: A New AI Tool on Hugging Face Introduction to Qwen3.6 35B A3B DFlash Hugging Face, a leading platform for natural language processing (N…

Global · Developers · Apr 26, 2026
AI Tools

Unveiling Qwen3.6-27B-FP8: Hugging Face's New AI Tool

Unveiling Qwen 3.6 27B FP8: A New AI Tool from Hugging Face Hugging Face, a leading platform for natural language processing (NLP) and machine learning, has rec…

Global · General · Apr 26, 2026
AI Tools

HauhauCS Qwen3.6-27B Uncensored AI Tool Reviewed

HauhauCS Qwen3.6 27B Uncensored AI Tool Review In the dynamic world of AI, HauhauCS Qwen3.6 27B Uncensored truly stands out as a powerful and versatile tool. Th…

Global · General · Apr 26, 2026
AI Tools

Hugging Face Launches Qwen3.6-35B-A3B Claude 4.6 Opus Reasoning

Hugging Face Introduces Qwen3.6 35B A3B and Claude 4.6 Opus Reasoning Hugging Face, a leading company in the field of natural language processing (NLP) and mach…

Global · General · Apr 26, 2026
AI Tools

Qwen 3.6-27B: New AI Model on Hugging Face

Qwen 3.6 27B: Revolutionizing AI with New Capabilities Qwen 3.6 27B, the latest addition to the rapidly evolving AI landscape, has been introduced on Hugging Fa…

Global · Developers · Apr 26, 2026
AI Tools

Qwen3.6-35B-A3B: Claude 4.7, Opus Reasoning Distilled AI Tool

lordx64/Qwen3.6 35B A3B Claude 4.7 Opus Reasoning Distilled: Revolutionizing AI Interactions In the rapidly evolving world of artificial intelligence, the lordx…

Global · General · Apr 26, 2026
AI Tools

Qwen3.6-27B-DFlash: Hugging Face's Latest AI Tool

Exploring Z Lab/Qwen3.6 27B DFlash: A Revolutionary AI Model The rapid advancements in artificial intelligence have brought forth a myriad of powerful AI models…

Global · Developers · Apr 26, 2026
AI Framework

Qwen3.6-35B-A3B-DFlash AI Framework on Hugging Face

Unveiling the Power of Qwen3.6 35B A3B DFlash Introduction The Qwen3.6 35B A3B DFlash is an advanced AI model by z Lab AI that has revolutionized the field of n…

Global · Developers · Apr 26, 2026
AI Tools

Qwen 3.6-27B-FP8: New AI Tool on Hugging Face

Qwen/Qwen3.6 27B FP8: Revolutionizing Text Generation and Understanding Qwen/Qwen3.6 27B FP8 is a state of the art language model designed to push the boundarie…

Global · Developers · Apr 26, 2026
AI Tools

Hesamation Qwen3.6 AI Tool: Advanced Reasoning & Distillation

Hesamation Qwen3.6 35B A3B Claude 4.6 Opus Reasoning Distilled GGUF: A Comprehensive Guide What is Hesamation Qwen3.6 35B A3B Claude 4.6 Opus Reasoning Distille…

Global · General · Apr 26, 2026
AI Tools

HauhauCS/Qwen3.6-27B-Uncensored: Unleashing AI Potential

Unleashing the Power of HauhauCS/Qwen3.6 27B Uncensored HauhauCS Aggressive Explore the capabilities and benefits of the HauhauCS/Qwen3.6 27B Uncensored HauhauC…

Global · General · Apr 26, 2026
AI Tools

HauhauCS Qwen 3.6-35B-A3B: Uncensored AI Tool on Hugging Face

HauhauCS/Qwen3.6 35B A3B Uncensored HauhauCS Aggressive: The Ultimate Guide The Qwen3.6 35B A3B Uncensored HauhauCS Aggressive is a cutting edge, large scale la…

Global · General · Apr 26, 2026
AI Tools

Unsloth Qwen3.6-35B-A3B-GGUF AI Tool Release on Hugging Face

Unsloth/Qwen3.6 35B A3B GGUF: A Comprehensive Guide Discover the powerful capabilities of Unsloth/Qwen3.6 35B A3B GGUF, a cutting edge language model designed t…

Global · Developers · Apr 26, 2026
AI Tools

Unsloth Qwen3.6-27B-GGUF: A New AI Tool on Hugging Face

Unsloth/Qwen3.6 27B GGUF: A Comprehensive Guide What is Unsloth/Qwen3.6 27B GGUF? Unsloth/Qwen3.6 27B GGUF is a powerful and efficient large language model deve…

Global · General · Apr 26, 2026
AI Tools

Qwen 3.6-35B-A3B: Hugging Face's New AI Tool

Discover Qwen/Qwen3.6 35B A3B: Revolutionizing AI Language Models In the rapidly evolving world of artificial intelligence, the Qwen/Qwen3.6 35B A3B model stand…

Global · Developers · Apr 26, 2026
PreviousPage 1 / 2Next