Software-update - Visual Studio Code 1.114.0
Versie 1.114.0 van Visual Studio Code uitgekomen. Deze opensource code-editor heeft ondersteuning voor IntelliSense, debugging, Git en codesnippets. Downloads zijn beschikbaar voor Windows, Linux en macOS. Ondersteuning voor de gangbare script- en programmeertalen is aanwezig en het kan daarnaast via extensies uitgebreid worden. Microsoft gebruikt tegenwoordig een nieuw uitgaveschema, waarbij het nu wekelijks stabiele versies uitbrengt. De changelog voor deze uitgave kan hieronder worden gevonden. Visual Studio Code 1.114
Could not retrieve the full article text.
Read on Tweakers.net →Sign in to highlight and annotate this article

Conversation starters
Daily AI Digest
Get the top 5 AI stories delivered to your inbox every morning.
More about
update
Get 30K more context using Q8 mmproj with Gemma 4
Hey guys, quick follow up to my post yesterday about running Gemma 4 26B. I kept testing and realized you can just use the Q8_0 mmproj for vision instead of F16. There is no quality drop, and it actually performed a bit better in a few of my tests (with --image-min-tokens 300 --image-max-tokens 512). You can easily hit 60K+ total context with an FP16 cache and still keep vision enabled. Here is the Q8 mmproj I used : https://huggingface.co/prithivMLmods/gemma-4-26B-A4B-it-F32-GGUF/blob/main/GGUF/gemma-4-26B-A4B-it.mmproj-q8_0.gguf Link to original post (and huge thanks to this comment for the tip!). Quick heads up: Regarding the regression on post b8660 builds, a fix has already been approved and will be merged soon. Make sure to update it after the merge. submitted by /u/Sadman782 [link]

Building a Production-Ready Composable AI Agent System with CopilotKit and LangGraph
Introduction Building AI agents is one thing. Building agents that actually work together in a real application? That's where it gets tricky. Today, we're going to build a composable multi-agent system that combines three specialized agents - a Summarizer, a Q A engine, and a Code Generator - into a single, coordinated workflow. We'll use Next.js for the frontend, LangGraph for agent orchestration, and CopilotKit to wire everything together with a beautiful, real-time UI. You'll find architecture, the key patterns, how state flows between agents, and the step-by-step guide to building this from scratch. Let's build it. Check out the full source code on GitHub and the CopilotKit GitHub ⭐️ What is CopilotKit? CopilotKit is an open-source framework that makes it easy for developers to add AI

Santa Augmentcode Intent Ep.5
Finishing Before Christmas — Spec-Driven Development 📜 Accompanying source code repository: Santa Augmentcode Intent Do you know why Christmas always arrives on time? Not because I am superhuman. Not because the reindeer are faster than physics should allow. Christmas arrives on time because of one inviolable rule in the North Pole: nothing gets built until we agree, in writing, on what done looks like. We call it the Master Gift List. The world calls it Spec-Driven Development. The result is the same: no surprises on Christmas morning. The Old Way: Code First, Regret Later There is a seductive pattern in software development that I call Build First, Discover Later . It goes like this: Someone has a rough idea. A developer (or, increasingly, an agent) starts building immediately. Halfway
Knowledge Map
Connected Articles — Knowledge Graph
This article is connected to other articles through shared AI topics and tags.
More in Releases

OpenAI Advocates Electric Grid, Safety Net Spending for New AI Era
OpenAI has released a set of policy recommendations meant to help navigate an era of artificial intelligence-fueled upheaval including suggesting the creation of a public wealth fund, fast-response social safety net programs and speedier electrical grid development.

Simulation of Active Soft Nets for Capture of Space Debris
arXiv:2511.17266v2 Announce Type: replace Abstract: In this work, we propose a simulator, based on the open-source physics engine MuJoCo, for the design and control of soft robotic nets for the autonomous removal of space debris. The proposed simulator includes net dynamics, contact between the net and the debris, self-contact of the net, orbital mechanics, and a controller that can actuate thrusters on the four satellites at the corners of the net. It showcases the case of capturing Envisat, a large ESA satellite that remains in orbit as space debris following the end of its mission. This work investigates different mechanical models, which can be used to simulate the net dynamics, simulating various degrees of compliance, and different control strategies to achieve the capture of the deb

HarshAI: I Built a Zapier Killer in 40 Days (Open Source)
HarshAI: I Built a Zapier Killer in 40 Days (Open Source) 40 days, 90 planned features, 44% complete. Here's what I built. Why I Started Zapier is expensive. Make.com has a learning curve. I wanted something: ✅ Free open source ✅ Drag-drop builder ✅ Self-hostable ✅ Built for AI workflows So I started building HarshAI . What's Built (Days 1-40) Phase 1: Core Builder (Days 1-15) Drag-drop workflow builder Node-based interface Real-time connections Mobile-responsive design Template system Phase 2: Execution Engine (Days 16-25) Workflow execution engine Real API integrations (Gmail, Twitter, Notion, Slack) Test mode (no credentials needed) Error handling Execution history Phase 3: Advanced Features (Days 26-35) Background scheduler (cron) Email notifications Analytics dashboard Webhook trigger

40 Days of Building HarshAI: What I Learned About AI Automation
40 Days of Building HarshAI: What I Learned About AI Automation 40 days. 90 planned features. Countless lessons. Here's what building in public taught me. The Journey So Far Started March 31, 2026. Today is April 6. In 7 days, I've completed 40 days worth of MVP features. Progress: 40/90 (44.4%) 5 Big Lessons 1. Webhooks Are Harder Than They Look Day 31-35 was ALL about webhooks. What seemed simple became: HMAC signature verification (Stripe-style security) Retry logic with exponential backoff Analytics dashboard Event-based filters Lesson: Enterprise features take time. Don't underestimate. 2. Version Control for Workflows is Essential Day 39: Workflow versioning. Users WILL: Break their workflows Want to rollback Need to compare versions Built: Auto-save, version history, rollback, diff


Discussion
Sign in to join the discussion
No comments yet — be the first to share your thoughts!