Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

BREAKING: SpaceXAI has released another major new update for Grok Build (v1.0.17) This update adds multi-step input support for MCP tools, allowing tool calls that require additional information to resume correctly on retry. It also makes next-prompt ghost suggestions less frequent and more accurate, while improving table selection in...

43,687 Aufrufe • vor 6 Tagen •via X (Twitter)

0 Kommentare

Keine Kommentare verfügbar

Kommentare vom Original-Post werden hier angezeigt

Ähnliche Videos

SpaceXAI just released a new update for Grok Build. Update to v1.0.11 Features: • Headless sessions are now browsable in the resume picker without mixing into default history. • Default permission mode for new interactive sessions is now configurable. • Turn duration now appears in session history after resume. • Turn footers (Worked for, cancelled, failed) now appear after /resume. • mkdir and touch no longer prompt in auto mode or safe-command lists. • Subagent messages are now allowed automatically in permission Auto mode. • Headless sessions can now auto-allow permission prompts via a startup hint. Bug Fixes: • Permission prompts for common command chains and subcommands are now more reliable. • Blocked prompts no longer appear in conversation history or scrollback after restart. • Background monitors no longer have a 10-hour default timeout. • Mouse input at the right margin no longer types characters into the prompt on certain terminals. • Pasting text ending in a newline no longer accidentally submits the prompt on some terminals. • Auto mode now shows a permission card when the classifier blocks an action on interactive sessions. • Image previews no longer leave ghost artifacts when using the Kitty protocol on Warp. • Expanded Execute tool output no longer snaps closed during live progress. • /voice now falls back to parec/arecord on older PipeWire installs. Performance: • Background command waits now finish as soon as the process exits. Download Grok Build: Update to the latest Alpha release: grok update --alpha Update to the latest Stable release: grok update

DogeDesigner

47,710 Aufrufe • vor 12 Tagen

BREAKING: SpaceXAI has released another major new update for Grok Build (v1.0.19) This update improves background task handling, adds transparent terminal themes, worktree support for headless sessions, and better session/dashboard controls. It also fixes UI freezes, crashes, feedback issues, clickable URLs, and makes the first prompt after login faster. Breaking Changes • Scheduled /loop tasks always run in the background; they no longer inject turns into your conversation. Features • New terminal theme option makes backgrounds transparent so the terminal's own colors show through. • MCP servers blocked by organization policy now show clear messages and are refused before any config change. • Session resume now tells the model what loops, subagents, and workflows were still running. • Dashboard now shows newly dispatched sessions immediately instead of waiting for the store. • Headless sessions (grok -p) now support the --worktree flag to run in a separate git worktree. • Dashboard now says 'Open session' instead of 'Add session' for the session picker button. • Multi-line bash commands now render with proper wrapping and highlighting when opening the block viewer. • /usage now works from the dashboard and shows account allowance when no session is active. Bug Fixes • Fixed mid-turn UI freezes when the terminal stops reading output. • Fixed crashes that occurred when the terminal pane was closed while grok was exiting. • MCP server list in minimal mode now correctly shows policy-blocked servers. • URLs that wrap across multiple lines inside quotes or lists are now fully clickable. • The welcome screen composer now grows taller when you paste multi-line text. • Enterprise policy files are no longer deleted on startup when your team login is stored at a custom GROK_AUTH_PATH. • /feedback now drops unsupported images with a notice (matching the modal) and never loses your report text on save errors. • Feedback drafts keep their paragraph breaks when updated, and the modal no longer switches tabs unexpectedly. • Turn summary lines no longer lose their spacing after background tasks finish. • Thinking blocks no longer stay expanded after switching between fullscreen and minimal modes. Performance • First prompt after login is faster when MCP servers are configured; they connect in the background. Download Grok Build: Update to the latest Alpha release: grok update --alpha Update to the latest Stable release: grok update

DogeDesigner

428,136 Aufrufe • vor 3 Tagen

BREAKING: SpaceXAI has released a major new update for Grok Build (v1.0.14) Grok v1.0.14 is a reliability and workflow update for the Grok CLI. It makes OIDC token refresh proactive, lets PostToolUse hooks send feedback back to the model after tools run, adds per-turn token and cost tracking via grok usage, and cuts Windows downloads by about 70%, with a large set of fixes that tighten sandboxing, subagent handling, hooks, and startup. Features: • OIDC token refresh is now proactive by default for better reliability. • PostToolUse hooks can now provide feedback and context to the model after tool execution. • SDK-registered PostToolUse hooks now provide model-facing feedback. • grok usage now shows persisted per-turn token and cost data. • Retry status in composer and title now shows a short reason for the retry. • Models can now declare a different identifier for each reasoning-effort level instead of always sending the same id. • Prompt suggestions now respect remote configuration and default to the current session model. • Windows CLI downloads are now ~70% smaller using the same compressed sidecars as macOS and Linux. Bug Fixes: • grok inspect now correctly shows Claude bypass locks as advisory rather than enforced. • Subagent sessions no longer leak threads or file descriptors when the parent is busy. • Cold startup no longer performs duplicate remote settings fetches. • Compaction failures due to context size now degrade input instead of retrying identically. • --sandbox strict now restricts writes to ~/.grok/sessions only. • Subagent spawning now waits longer on a busy coordinator and shows clearer retry guidance instead of "unreachable". • Failed task and todo tool calls now appear in the transcript instead of disappearing without a trace. • Composer status row no longer collapses or flashes when using double-Enter to send now. • Session close is no longer delayed by a single slow hook; each SessionEnd hook now has its own timeout. • Hook removal in the extensions modal no longer offers actions that the handler will refuse. • Interjections during a turn are now delivered atomically or not at all. • Subagent tasks no longer get incorrectly cancelled when the parent session is waiting for completion. • Workflow detail view now closes the overlay on X or outside click instead of returning to the run list. • Resuming subagents now succeeds for larger transcripts that still fit the model context with headroom. Performance: • Startup now fetches remote settings only once per boot instead of potentially twice. • First message on large repositories no longer waits on repository status scan. • Large session memory no longer blocks the agent during turn completion or subagent spawning. • Signed-in CLI starts faster by serving remote settings from a local cache on warm boots. Download Grok Build: Update to the latest Alpha release: grok update --alpha Update to the latest Stable release: grok update

DogeDesigner

51,855 Aufrufe • vor 7 Tagen

everyone is looking at grok bot like it is five new employees the more interesting part is that they are not five isolated employees they share one persistent cloud environment: the same browser sessions, terminal, filesystem and authenticated tools - while a chief of staff can route work between them without waiting for you to open the laptop that turns one login into infrastructure a research bot can collect leads, pass them to a writer, hand the result to a designer and let an ops bot update the workflow all inside the same running machine the upside is obvious: less copying, fewer handoffs and work that continues while you sleep the blast radius is just as obvious: - authenticate only the services the whole agent fleet is allowed to reach - give every bot a narrow role description, because that description becomes its place in the org chart - keep irreversible actions behind human approval: sending, publishing, spending and production changes - store skills, configuration and long-term state inside `/workspace`, because the rest of the VM may disappear during an update - treat shared sessions as shared authority, not as separate bot identities the same architecture that makes grok bot useful is what makes it dangerous to configure casually my take: the breakthrough is not that you can hire five AI workers it is that they can operate like one persistent company inside your real tools and your job changes from prompting every task to designing the permissions, boundaries and handoffs the full chief-of-staff setup, session handoff model, approval matrix and `/workspace` survival strategy are mapped out in the article ↓

monokern

1,014,138 Aufrufe • vor 17 Tagen

The Visual Studio Code insiders version that just shipped and will ship in the next few days will come with an insane amount of new capabilities. A few highlights: - You can now run sub-agents in parallel. Yes, really. I even attached a video. - Major UX improvements for sub agents, especially visible in the chat window - A new search tool wrapped as a sub-agent that iteratively runs multiple search tools: semantic_search, file_search, grep_search Which connects nicely to the point above: multiple searches running in parallel, efficiently and fast - Anthropic’s Message API is now enabled by default - You can choose the model for the cloud agent (three available, all premium) - Extended thinking support when using the Claude cloud agent This is part of the broader multi-vendor cloud support under AgentsHQ I wrote about a few weeks ago - Tasks sent to the background agent (basically the CLI tool) now always run in isolation, each with its own git worktree - In a multi-repo workspace, assigning a task to a cloud agent prompts you to choose the target repo Same behavior when opening an empty workspace with no repo - Support for building an external index for files not supported by GitHub’s default indexing - UI/UX improvements for starting new sessions and switching between local / background / cloud agents - Skills are now first-class citizens, just like prompt files, with better UX indicating when a skill is loaded - Improved API for dynamic contribution of prompt files New V2 includes skills as part of the model. Curious to see the extensions that will leverage this - Finally, initial support for showing context usage percentage per session - Skills are enabled by default - Resizable chat window and session view. Small thing, but it was driving me crazy 😁 - A new integrated browser meant to replace the old simple browser Maybe the beginning of real browser use? - Better UI/UX for token streaming in chat - Ability to index external files not supported by GitHub There’s a lot more. Some of it hasn’t fully landed yet, but everything that has is already in Insiders. The next stable release should drop in early February. As usual, I’m just shocked by the volume of features this team ships every month. After the holiday slowdown, this one is shaping up to be a wild release.

Oren Melamed

29,555 Aufrufe • vor 7 Monaten

We are excited to unveil the latest version of the AIOZ Node: The Version 4.0 update! This update includes a new user interface and brings substantial functional improvements, enhancing your overall experience for increased productivity and efficiency. More information below: The standout feature of AIOZ Node v4.0 is the introduction of the Transcoding functionality, which is currently available in beta. This functionality enables your node to participate in video transcoding, which converts video files into different formats for various digital devices and media platforms. By enabling transcoding, your node can contribute more significantly to the AIOZ Network, expanding the network's capabilities and potential $AIOZ token rewards. While the transcoding functionality is currently in beta, the upcoming AIOZ W3Stream integration, a DePIN Video Infrastructure due for release in Q3 2024, will unlock the full potential of your node and enable seamless video transcoding tasks. To get started with AIOZ Node v4.0, you simply need to visit our official website to download the latest version of the AIOZ Node: This download process is very straightforward, and with a one-click installation process, you can set up AIOZ Node v4.0 to start running on your device within a few minutes. If you are already running an AIOZ Node on your device, the version 4.0 update will be applied automatically, ensuring you have the latest features and improvements without hassle! With the Node v4.0 update running on your device, you can proceed to familiarize yourself with the new layout, check out the performance improvements, and start transcoding to see how it enhances your contributions to the network! Learn More: $AIOZ

AIOZ Network

20,428 Aufrufe • vor 2 Jahren

Video analysis is one of Grok’s most underrated and useful features. Grok summarized SpaceX’s newly released 30-minute update video for me in minutes. Here's the complete summary: Musk opens by restating the company’s mission: building the systems and technologies needed to make life multiplanetary, understand the true nature of the universe, and extend the light of consciousness to the stars. The post caption frames past wins (reusable rockets + rebuilding the internet in space via Starlink) and positions the next challenges as multiplanetary life and fundamental understanding of the universe. Key points covered Past milestones (Dragon): 2012 — first privately developed spacecraft to dock with the ISS. 2020 — first commercial system to fly astronauts to the orbiting lab. Starship + Starlink V3 progress: First two flights of the current generation completed; work continues toward full and rapid reusability. First next-gen (V3) Starlink satellites successfully deployed. These are expected to deliver ~20× the capacity per Starship launch versus V2 satellites launched on Falcon. Explicit goal stated on-screen: “We are striving to be 51% of the internet.” Compute / SpaceXAI: Highlights the company’s computing clusters (described as among the most powerful in the world). The Memphis/Southaven site currently has 1.4 GW of nameplate power draw. Target for SpaceXAI is 10 GW by the end of next year, with a call for top engineers to focus on it. Related topics appear in the supporting slides: Grok, Colossus/MacroHard data centers, StarMind (orbital AI compute), and associated manufacturing (GigaSat factory). Lunar mass drivers are also referenced in the later vision section. The presentation mixes historical recap, current technical status on Starship/Starlink scaling, aggressive AI/compute build-out plans, and the long-term multiplanetary vision. It is primarily Musk speaking with on-screen text overlays and B-roll rather than a dense slide deck of financials.

DogeDesigner

44,396 Aufrufe • vor 27 Tagen

You don't understand... Higgsfield MCP + Claude just automated AI film making. Every single step you used to grind through to make an AI movie, you can now do 10x faster. Drop the script into Claude Opus 4.8 and say: "Here's my script. Break it into a full shotlist. Shot number, scene, shot type, camera move and the action in each frame." Now the whole film is mapped, shot by shot. - Pull your assets. Ask Claude: "From this shotlist, list every character, every location and every prop across the whole film." That's your build list. The stuff you would need to generate and give as references in next steps. - Build the character sheets. Higgsfield MCP is connected, so Claude has hands now to do stuff directly. It generates the images itself. Have the full body, back view and close up in the character sheet. One per character. Each sheet becomes the locked reference for that face. Same move for locations, generate the empty plate for each one before anyone steps into it. - Generate the frames. Feed Claude the references plus the shot and have it write and fire the Seedance 2.0 prompt. "Using the lead's character sheet and the alley plate, generate shot 4 in Seedance 2.0. Low angle, slow push-in, rain." Claude builds the prompt, calls Seedance 2.0 and the frame lands back in chat. Use a Seedance 2.0 skill to teach Claude how to prompt it properly. Now, there are 3 ways to make the shots. Pick one per scene. - Pure prompting. Fastest one. You describe the action in words and let Seedance interpret it. For consistency across a sequence, feed it a frame from the previous shot so the look carries. - Storyboarding. You hand it a panel and it matches that composition exactly. Way more control over how the shot is framed. The tradeoff is that it can introduce more cuts than you actually want. - Path Control System This is the latest technique Seedance 2.0 technique. Generate a still base plate of the scene. Draw a red line across it to mark the exact path of the movement, then describe what's happening. Seedance follows that line for the action. Also ask Claude to remove the red line when animating. This is the one for anything where motion has to land precisely. The output reads like real live action. - Lastly, generate every clip you need, then cut them together. Get it to Capcut for editing and audio design. And that's it. The pipeline that used to need a full crew and a studio can now run from one Claude chat. 2026 is gonna be wild

Rez Karim

10,951 Aufrufe • vor 3 Monaten

V8 DKG Launches Now: A New Dawn for AI in 2025🌟 As 2024 draws to a close, we're excited to announce the immediate launch of V8 Decentralized Knowledge Graph (DKG)! This monumental release is set to redefine AI's capabilities as we step into 2025. What Does V8 Bring to the Table? 🧠Decentralized AI: AI agents can now leverage a 'collective memory' at internet scale, drawing from a shared, yet sovereign, knowledge base. This means AI can provide more contextual, coherent, and accurate interactions without compromising data integrity or privacy. 🚀Unmatched Scalability: With the capability to handle billions of Knowledge Assets, V8 DKG sets the stage for AI to grow and learn in ways we've only imagined, supporting everything from decentralized science to industry 4.0. 🔐Trust and Integrity: With integrated decentralized Retrieval Augmented Generation (dRAG), V8 DKG promotes AI that's more accurate, less biased, and inherently trustworthy. How to V8👇 To update your node from V6 to V8, delegate your TRAC utility tokens, and learn more about creating, connecting and owning your Knowledge Assets, make sure to thoroughly read the following documentation: 👉 With V8 DKG launch, you may now access the new: V8 Explorer👉 AND Staking Dashboard 👉 You may now also participate in V8 Staking Security Bounty by delegating new TRAC stake and report your findings. Read more: 👉 The V8 Staking Security Bounty will importantly contribute to the so-called tuning phase of V8 DKG launch (V8.0 to V8.1). Let's break records, as we usher in a new era of Internet Scale OriginTrail!

OriginTrail

561,243 Aufrufe • vor 1 Jahr

$OnlyMarms Update for the end of Day 2 🦫 The receipts just keep stacking up. Since yesterday... 📺 The token has now been mentioned LIVE on television for the second time, this time on NBC. ( 🎙️ The story has now reached radio, with its first major interview airing on Radio-Canada. ( 🌐 The M.A.D. Lab has created an official OnlyMarms page on its website, documenting the community initiative and bringing everything together in one place. ( 📰 And more media outlets continue picking up the story by the hour - from major newspapers to university publications and international outlets. Take a step back for a second. $OnlyMarms sends a message and sets a statement: Meme coins can do good, and Meme coins can have real-world impact. It is the first time in a while, that we see positive media reports on a meme coin. This isn't a a simple meme that we have invented, it is actually a real world problem that we got to turn into a Crypto narrative to help the M.A.D Lab with fundraising, and awareness. The Pump.fun community, together against a real-world problem. A wildlife research lab founded in 1962 lost critical government funding after more than 60 years of continuous research. The community built around that mission. Now, every TV appearance, every radio interview, every news article, and every official update from the lab brings more attention - not just to the token, but to the research itself and the main issue: get the Lab their funding back. This is what makes OnlyMarms different. The narrative doesn't depend on price action, this is bigger than that. It evolves every time the world learns about the story. For the first time in a while, we have a narrative that I think can send a message and set a statement: Meme coins can do good, and Meme coins can have real-world impact. It is the first time in a while, that we see positive media reports on a meme coin. 🦫 Official M.A.D. Lab OnlyMarms page: 🌍 Community Website: Community Chat for raids and bagworking: Official Linktree: CA: HBrfYZgeLKdSvBBGnGkvAK4563pq8oBGpgNFAaespump Also we set up an official account where more marmot content will be posted: OnlyMarms

Miggl

106,610 Aufrufe • vor 1 Monat