Level Orbit

46 posts

Level Orbit banner
Level Orbit

Level Orbit

@levelorbit

I care about design. Good products should feel clear without feeling empty.

Katılım Nisan 2026
19 Takip Edilen4 Takipçiler
Jason Ginsberg
Jason Ginsberg@JasonBud·
@levelorbit @carlosindex02 @grok Super helpful. Have not seen the refactor issue reported before. If you have an /session-info Session IDs you can share, I can take a deeper look at what is going wrong.
English
1
0
0
34
Jason Ginsberg
Jason Ginsberg@JasonBud·
@carlosindex02 @grok Please share any feedback, even if small. We're working to make the experience extremely robust across a real-world tasks.
English
3
0
25
631
Carlos Blocks
Carlos Blocks@carlosindex02·
Just tried @grok Build for the first time. Loving the smooth and helpful UI/UX. Ridiculously fast and overall quality sits right there with Opus 4.7. Planning to use it for coding tasks.
Carlos Blocks tweet media
English
5
1
25
1.2K
Level Orbit
Level Orbit@levelorbit·
@tetsuoai These long agent files shouldn’t still be necessary. Models are supposed to be better than this by now, and I hope the next one is.
English
0
0
1
22
tetsuo
tetsuo@tetsuoai·
Added one rule to ~/.grok/AGENTS.md that cuts blind-edit mistakes hard. Grok Build now maps the codebase before any non-trivial change. Files, callers, tests, local patterns, uncommitted work. All identified before touching code. Payoff: fewer broken callers, better tests, less rework. Drop this in ~/.grok/AGENTS.md: ### Codebase mapping before edits For non-trivial implementation work, map affected files and dependencies before touching code. This requirement applies when making code changes. For read-only questions or investigation, do this only when it directly helps answer the request. **Do this when:** - The change spans multiple files - The area is unfamiliar - The change affects shared behavior, public APIs, state, persistence, CLI/TUI flow, tests, or build wiring - There is risk of breaking callers or parity with upstream behavior **Mapping should identify:** - Files likely to be edited - Direct callers, importers, or dependents - Related tests and validation commands - Existing local patterns or helpers to follow - Any user or uncommitted changes that must be preserved **Preferred tools:** - `rg` / `rg --files` for fast text and file discovery - Codebase index tools for symbols, imports, dependents, and call chains - `ast-grep` for structural code searches when text search is too loose **Skip this for:** - Typos - Documentation-only edits - Clearly isolated single-file fixes - Simple test additions
tetsuo tweet media
English
12
10
126
5.1K
Level Orbit
Level Orbit@levelorbit·
@Dimillian This reminds me of subscribing to ChatGPT, where I received none of the benefits despite confirming the subscription, and OpenAI support was difficult to reach. They eventually helped, but it took three weeks.
English
1
0
2
389
Thomas Ricouard
Thomas Ricouard@Dimillian·
All my Apple TV purchased movies disappeared from my library. They still show up in the purchase history. I still have mail receipt. But they absolutely won’t show up in the library itself. And movie page ask for purchase. Insane.
English
16
0
84
14.9K
Level Orbit
Level Orbit@levelorbit·
@billyuchenlin Hoping “soon” means this month. The current model’s issues make it annoying to use through Grok Build.
English
0
0
0
109
Level Orbit
Level Orbit@levelorbit·
I see how shared language aligns understanding between the user and the agent almost exactly, though this remains just one use case and I suspect there is still more potential in skills to discover, with my favorite from you being /diagnose. How do I decide if I need to create my own skill for something, and how do I write it?
English
0
0
0
660
Matt Pocock
Matt Pocock@mattpocockuk·
The power of /grill-with-docs: "when a prospective steward is able adopt a spark which they've already pledged to, the orange accept button is too far down the page and gets clipped by the navigation gantry" A shared language, curated with the agent, means you're able to describe requirements with perfect precision.
Brian Mosley@Brian_Mosley_UK

@mattpocockuk Just introducing /grill-with-docs... "Use the grill me with docs skill to check my terminology here - when a prospective steward is able adopt a spark which they've already pledged to, the orange accept button is too far down the page and gets clipped by the navigation gantry."

English
8
10
196
34.1K
Level Orbit
Level Orbit@levelorbit·
@benjamin_ACD @samlambert Yeah, PlanetScale can be considered cheap depending on scale. For the hobby projects I’m building, self-hosting on a VPS or something like Railway has been the more cost-effective choice, especially since none of them are monetized yet.
English
0
0
0
19
Boris Skorobogaty
Boris Skorobogaty@theskory·
You can also explicitly ask the model to remember or forget things… There are some interesting things behind such as FTS + vector search, interval flushes. Also, some old session memories get decayed over time, while global and workspace are considered evergreen. Worth a blog post once we polish all the rounds.
tetsuo@tetsuoai

Grok Build has three commands for managing memory across sessions: /memory, /flush, and /dream. They're experimental but worth looking at if you've ever been frustrated with how agents forget everything between conversations. /memory opens a window into what Grok has saved. There are three layers: global memory, workspace-specific memory, and per-session summaries. You can read what's there, edit it, or delete things you don't want kept. /flush is for when you've had a useful session and want it saved before context compaction kicks in. It writes a summary of the current conversation into the memory store, capturing decisions, debugging paths, project conventions, and anything else worth keeping. /dream runs in the background over your old session logs and memory fragments. It deduplicates overlapping notes, merges related fragments, and consolidates everything into cleaner topics, so the store doesn't grow into a pile of half redundant snippets over time. Most agent memory I've looked at just shoves the chat history into RAG. That works for about a week before the store gets noisy and starts hurting sessions. Grok Build treats capture and consolidation as separate commands, with the user able to inspect what's saved. The editable part is important. If your agent saves something wrong, or if your conventions change, you need to be able to go find that memory and remove it. Otherwise the agent keeps applying outdated context with full confidence and you spend cycles undoing its mistakes. Managing context for long-running agents is going to need real memory primitives. Write, search, prune, and consolidate, all as first class operations. Grok shipping these three commands is the first time I've seen a consumer product treat memory as its own layer.

English
6
12
142
12.7K
Level Orbit
Level Orbit@levelorbit·
@mattpocockuk I’m not a TypeScript person, more into JavaScript, but what problems does Effect solve in TypeScript that make it addictive for backend work?
English
0
0
0
731
Matt Pocock
Matt Pocock@mattpocockuk·
Think I might need to revisit Effect on my YouTube channel There is literally no better AX for building backend stuff in TypeScript. Once you see it through that lens it's addictive
English
63
34
986
92.8K
Level Orbit
Level Orbit@levelorbit·
@getpeid Not Boring Timer has real taste for me. So does the Nintendo Switch Lite, which feels better designed to me, and the PSP.
English
0
0
0
2.5K
Carl Pei
Carl Pei@getpeid·
name a tech product that has real taste not expensive, not minimal, not pretty actual taste
English
597
29
1.6K
317K
Level Orbit
Level Orbit@levelorbit·
@peduarte I’ve been seeing some interesting apps built in Glaze. How do I get access to it?
English
0
0
0
27
Level Orbit
Level Orbit@levelorbit·
Working with Grok Build has been positive overall, but two issues have stood out. It heavily comments the code and documents nearly every change, which required me to reinstate explicit guidelines on comments that I had dropped for current models. Steering it also proves difficult. Even after directing it to remove code or apply a planned updated layout and other changes to a dashboard page, it often reintroduces the prior elements or produces a hybrid that demands substantial extra effort to reach a clean, complete state. @xai
English
0
0
0
20
Level Orbit
Level Orbit@levelorbit·
@skcd42 Appreciate the shipped fixes. I have some feedback on Grok Build and the model.
English
0
0
0
318
skcd
skcd@skcd42·
Fixes shipped in grok build beta, your feedback helps us ship improvements around the clock! - plan mode controls should be more intuitive with improved shortcuts - fixed terminal setup (for cases where copy on highlight or pasting wouldn't work) - fixes to how skills prompting works in grok build - absolute line numbers instead of relative line numbers in edit panel - removed cases where background tasks would cause context window to explode - we also nudge model to use /tmp instead of writing inline python scripts
English
51
14
403
16.9K
Level Orbit
Level Orbit@levelorbit·
Quick question on the Hermes integration: the post shows it’s possible to use a Grok subscription inside a personal agent. Is there clear documentation on the exact setup steps and confirmation that this stays within the terms of service? I want to create custom tools for experimentation and this would be useful there too.
English
1
0
1
1.9K
Level Orbit
Level Orbit@levelorbit·
@iamnalimov Quick off-topic question: would it be possible to use my Grok subscription for personal apps without paying for a separate API? Most companies support that.
English
1
0
0
73
Level Orbit
Level Orbit@levelorbit·
@zdhnarsil Grok Build is surprisingly working well already. I was genuinely surprised by how capable it feels. Memory is my favorite feature, though I agree it still needs huge improvements.
English
0
0
1
58