This study introduces the Match Task to Objective (MTO) framework to align pre-training and fine-tuning objectives with specific tasks. The framework enables automated, unsupervised data adaptation and delivers performance gains of over 120% in few-shot settings, outperforming baselines in both few-shot and full-dataset scenarios. It also enhances prompt-tuning by providing effective soft prompt engineering guidance.
Match Task to Objective Framework for Encoder-Decoder Models
CPU-only GLM 5.2: Epyc and 512GB RAM
A user tested the 4-bit version of GLM-5.2 (GLM-5.2-UD-Q4_K_XL) on a server equipped with an Epyc Rome 7452 processor and 512GB of RAM. The model was evaluated using a complex coding prompt requiring the creation of a self-contained 3D arena game in HTML, CSS, and JavaScript.
TRIZ-Inspired Text-to-CAD Framework Enhances Creative Design
A TRIZ-inspired text-to-CAD framework uses large language models to generate creative, editable 3D CAD models by integrating inventive principles from patent data. In a chair design case study, it achieved 4.0-14.7% mass reduction while preserving structural integrity through principles like segmentation and composite materials.
llama-server crashes with 'pasted as file' prompt for image data extraction
llama-server crashes when a user pastes a long prompt as a text file alongside an image, treating it as a file attachment. The server works fine when the prompt is sent in smaller batches but fails when the full prompt is combined into one text block and submitted with the image.
Bayesian Control for Coding Agents
Bayesian control improves tool-use decisions in coding agents by modeling uncertainty and dynamically choosing actions. It outperforms fixed-rule orchestrators, especially when verification is costly and critics provide informative but imperfect feedback. The method also produces a more interpretable correctness score than token-probability or raw tool-success metrics.
LLMs Benchmarked for Web Vulnerability Detection
A study evaluates six LLMs on detecting real-world web vulnerabilities in WordPress plugins, finding detection rates vary by model and prompt design. Claude Opus 4.6 achieved the highest detection rate at 63%, while Qwen 3.5 only reached 35%, and no model consistently identified all baseline vulnerabilities across iterations.