- `/directory` (or `/dir`)
- Description: Manage workspace directories for multi-directory support.
- Sub-commands:
- `add`:
- Description: Add a directory to the workspace. The path can be
absolute or relative to the current working directory. Moreover, the
reference from home directory is supported as well.
- Usage:
- Note: Disabled in restrictive sandbox profiles. If you're using
that, use
- `show`:
- Description: Display all directories added by
- Usage:
- `/docs`
- Description: Open the Gemini CLI documentation in your browser.
- `/editor`
- Description: Open a dialog for selecting supported editors.
- `/extensions`
- Description: Lists all active extensions in the current Gemini CLI
session. See [Gemini CLI Extensions](/docs/extensions).
- `/help`
- Description: Display help information about Gemini CLI, including
available commands and their usage.
- `/shortcuts`
- Description: Toggle the shortcuts panel above the input.
- Shortcut: Press
- Note: This is separate from the clean UI detail toggle on double-
which switches between minimal and full UI chrome.
- `/hooks`
- Description: Manage hooks, which allow you to intercept and customize
Gemini CLI behavior at specific lifecycle events.
- Sub-commands:
- `disable-all`:
- Description: Disable all enabled hooks.
- `disable <hook-name>`:
- Description: Disable a hook by name.
- `enable-all`:
- Description: Enable all disabled hooks.
- `enable <hook-name>`:
- Description: Enable a hook by name.
- `list` (or
- Description: Display all registered hooks with their status.
- `/ide`
- Description: Manage IDE integration.
- Sub-commands:
- `disable`:
- Description: Disable IDE integration.
- `enable`:
- Description: Enable IDE integration.
- `install`:
- Description: Install required IDE companion.
- `status`:
- Description: Check status of IDE integration.
- `/init`
- Description: To help users easily create a
command analyzes the current directory and generates a tailored context
file, making it simpler for them to provide project-specific instructions to
the Gemini agent.
- `/introspect`
- Description: Provide debugging information about the current Gemini CLI
session, including the state of loaded sub-agents and active hooks. This
command is primarily for advanced users and developers.
- `/mcp`
- Description: Manage configured Model Context Protocol (MCP) servers.
- Sub-commands:
- `auth`:
- Description: Authenticate with an OAuth-enabled MCP server.
- Usage:
- Details: If
for that server. If no server name is provided, it lists all configured
servers that support OAuth authentication.
- `desc`
- Description: List configured MCP servers and tools with
descriptions.
- `list` or `ls`:
- Description: List configured MCP servers and tools. This is the
default action if no subcommand is specified.
- `refresh`:
- Description: Restarts all MCP servers and re-discovers their
available tools.
- `schema`:
- Description: List configured MCP servers and tools with descriptions
and schemas.
- Description: Manage workspace directories for multi-directory support.
- Sub-commands:
- `add`:
- Description: Add a directory to the workspace. The path can be
absolute or relative to the current working directory. Moreover, the
reference from home directory is supported as well.
- Usage:
/directory add <path1>,<path2>- Note: Disabled in restrictive sandbox profiles. If you're using
that, use
--include-directories when starting the session instead.- `show`:
- Description: Display all directories added by
/directory add and--include-directories.- Usage:
/directory show- `/docs`
- Description: Open the Gemini CLI documentation in your browser.
- `/editor`
- Description: Open a dialog for selecting supported editors.
- `/extensions`
- Description: Lists all active extensions in the current Gemini CLI
session. See [Gemini CLI Extensions](/docs/extensions).
- `/help`
- Description: Display help information about Gemini CLI, including
available commands and their usage.
- `/shortcuts`
- Description: Toggle the shortcuts panel above the input.
- Shortcut: Press
? when the prompt is empty.- Note: This is separate from the clean UI detail toggle on double-
Tab,which switches between minimal and full UI chrome.
- `/hooks`
- Description: Manage hooks, which allow you to intercept and customize
Gemini CLI behavior at specific lifecycle events.
- Sub-commands:
- `disable-all`:
- Description: Disable all enabled hooks.
- `disable <hook-name>`:
- Description: Disable a hook by name.
- `enable-all`:
- Description: Enable all disabled hooks.
- `enable <hook-name>`:
- Description: Enable a hook by name.
- `list` (or
show, panel):- Description: Display all registered hooks with their status.
- `/ide`
- Description: Manage IDE integration.
- Sub-commands:
- `disable`:
- Description: Disable IDE integration.
- `enable`:
- Description: Enable IDE integration.
- `install`:
- Description: Install required IDE companion.
- `status`:
- Description: Check status of IDE integration.
- `/init`
- Description: To help users easily create a
GEMINI.md file, thiscommand analyzes the current directory and generates a tailored context
file, making it simpler for them to provide project-specific instructions to
the Gemini agent.
- `/introspect`
- Description: Provide debugging information about the current Gemini CLI
session, including the state of loaded sub-agents and active hooks. This
command is primarily for advanced users and developers.
- `/mcp`
- Description: Manage configured Model Context Protocol (MCP) servers.
- Sub-commands:
- `auth`:
- Description: Authenticate with an OAuth-enabled MCP server.
- Usage:
/mcp auth <server-name>- Details: If
<server-name> is provided, it initiates the OAuth flowfor that server. If no server name is provided, it lists all configured
servers that support OAuth authentication.
- `desc`
- Description: List configured MCP servers and tools with
descriptions.
- `list` or `ls`:
- Description: List configured MCP servers and tools. This is the
default action if no subcommand is specified.
- `refresh`:
- Description: Restarts all MCP servers and re-discovers their
available tools.
- `schema`:
- Description: List configured MCP servers and tools with descriptions
and schemas.
- `/memory`
- Description: Manage the AI's instructional context (hierarchical memory
loaded from
- Sub-commands:
- `add`:
- Description: Adds the following text to the AI's memory. Usage:
- `list`:
- Description: Lists the paths of the GEMINI.md files in use for
hierarchical memory.
- `refresh`:
- Description: Reload the hierarchical instructional memory from all
project/ancestors, and sub-directories). This command updates the model
with the latest
- `show`:
- Description: Display the full, concatenated content of the current
hierarchical memory that has been loaded from all
This lets you inspect the instructional context being provided to the
Gemini model.
- Note: For more details on how
hierarchical memory, see the
[CLI Configuration documentation](/docs/get-started/configuration).
- [`/model`](/docs/cli/model)
- Description: Opens a dialog to choose your Gemini model.
- `/policies`
- Description: Manage policies.
- Sub-commands:
- `list`:
- Description: List all active policies grouped by mode.
- `/privacy`
- Description: Display the Privacy Notice and allow users to select
whether they consent to the collection of their data for service improvement
purposes.
- `/quit` (or `/exit`)
- Description: Exit Gemini CLI.
- `/restore`
- Description: Restores the project files to the state they were in just
before a tool was executed. This is particularly useful for undoing file
edits made by a tool. If run without a tool call ID, it will list available
checkpoints to restore from.
- Usage:
- Note: Only available if checkpointing is configured via
[settings](/docs/get-started/configuration). See
[Checkpointing documentation](/docs/cli/checkpointing) for more details.
- [`/rewind`](/docs/cli/rewind)
- Description: Navigates backward through the conversation history,
allowing you to review past interactions and potentially revert to a
previous state. This feature helps in managing complex or branched
conversations.
- `/resume`
- Description: Browse and resume previous conversation sessions. Opens an
interactive session browser where you can search, filter, and select from
automatically saved conversations.
- Features:
- Management: Delete unwanted sessions directly from the browser
- Resume: Select any session to resume and continue the conversation
- Search: Use
sessions
- Session Browser: Interactive interface showing all saved sessions with
timestamps, message counts, and first user message for context
- Sorting: Sort sessions by date or message count
- Note: All conversations are automatically saved as you chat - no manual
saving required. See [Session Management](/docs/cli/session-management) for
complete details.
- [`/settings`](/docs/cli/settings)
- Description: Open the settings editor to view and modify Gemini CLI
settings.
- Details: This command provides a user-friendly interface for changing
settings that control the behavior and appearance of Gemini CLI. It is
equivalent to manually editing the
validation and guidance to prevent errors. See the
[settings documentation](/docs/cli/settings) for a full list of available
settings.
- Usage: Simply run
browse or search for specific settings, view their current values, and
modify them as desired. Changes to some settings are applied immediately,
while others require a restart.
- Description: Manage the AI's instructional context (hierarchical memory
loaded from
GEMINI.md files).- Sub-commands:
- `add`:
- Description: Adds the following text to the AI's memory. Usage:
/memory add <text to remember>- `list`:
- Description: Lists the paths of the GEMINI.md files in use for
hierarchical memory.
- `refresh`:
- Description: Reload the hierarchical instructional memory from all
GEMINI.md files found in the configured locations (global,project/ancestors, and sub-directories). This command updates the model
with the latest
GEMINI.md content.- `show`:
- Description: Display the full, concatenated content of the current
hierarchical memory that has been loaded from all
GEMINI.md files.This lets you inspect the instructional context being provided to the
Gemini model.
- Note: For more details on how
GEMINI.md files contribute tohierarchical memory, see the
[CLI Configuration documentation](/docs/get-started/configuration).
- [`/model`](/docs/cli/model)
- Description: Opens a dialog to choose your Gemini model.
- `/policies`
- Description: Manage policies.
- Sub-commands:
- `list`:
- Description: List all active policies grouped by mode.
- `/privacy`
- Description: Display the Privacy Notice and allow users to select
whether they consent to the collection of their data for service improvement
purposes.
- `/quit` (or `/exit`)
- Description: Exit Gemini CLI.
- `/restore`
- Description: Restores the project files to the state they were in just
before a tool was executed. This is particularly useful for undoing file
edits made by a tool. If run without a tool call ID, it will list available
checkpoints to restore from.
- Usage:
/restore [tool_call_id]- Note: Only available if checkpointing is configured via
[settings](/docs/get-started/configuration). See
[Checkpointing documentation](/docs/cli/checkpointing) for more details.
- [`/rewind`](/docs/cli/rewind)
- Description: Navigates backward through the conversation history,
allowing you to review past interactions and potentially revert to a
previous state. This feature helps in managing complex or branched
conversations.
- `/resume`
- Description: Browse and resume previous conversation sessions. Opens an
interactive session browser where you can search, filter, and select from
automatically saved conversations.
- Features:
- Management: Delete unwanted sessions directly from the browser
- Resume: Select any session to resume and continue the conversation
- Search: Use
/ to search through conversation content across allsessions
- Session Browser: Interactive interface showing all saved sessions with
timestamps, message counts, and first user message for context
- Sorting: Sort sessions by date or message count
- Note: All conversations are automatically saved as you chat - no manual
saving required. See [Session Management](/docs/cli/session-management) for
complete details.
- [`/settings`](/docs/cli/settings)
- Description: Open the settings editor to view and modify Gemini CLI
settings.
- Details: This command provides a user-friendly interface for changing
settings that control the behavior and appearance of Gemini CLI. It is
equivalent to manually editing the
.gemini/settings.json file, but withvalidation and guidance to prevent errors. See the
[settings documentation](/docs/cli/settings) for a full list of available
settings.
- Usage: Simply run
/settings and the editor will open. You can thenbrowse or search for specific settings, view their current values, and
modify them as desired. Changes to some settings are applied immediately,
while others require a restart.
- `/shells` (or `/bashes`)
- Description: Toggle the background shells view. This allows you to view
and manage long-running processes that you've sent to the background.
- `/setup-github`
- Description: Set up GitHub Actions to triage issues and review PRs with
Gemini.
- [`/skills`](/docs/cli/skills)
- Description: Manage Agent Skills, which provide on-demand expertise and
specialized workflows.
- Sub-commands:
- `disable <name>`:
- Description: Disable a specific skill by name.
- Usage:
- `enable <name>`:
- Description: Enable a specific skill by name.
- Usage:
- `list`:
- Description: List all discovered skills and their current status
(enabled/disabled).
- `reload`:
- Description: Refresh the list of discovered skills from all tiers
(workspace, user, and extensions).
- `/stats`
- Description: Display detailed statistics for the current Gemini CLI
session, including token usage, cached token savings (when available), and
session duration. Note: Cached token information is only displayed when
cached tokens are being used, which occurs with API key authentication but
not with OAuth authentication at this time.
- `/terminal-setup`
- Description: Configure terminal keybindings for multiline input (VS
Code, Cursor, Windsurf).
- [`/theme`](/docs/cli/themes)
- Description: Open a dialog that lets you change the visual theme of
Gemini CLI.
- [`/tools`](/docs/tools)
- Description: Display a list of tools that are currently available within
Gemini CLI.
- Usage:
- Sub-commands:
- `desc` or `descriptions`:
- Description: Show detailed descriptions of each tool, including each
tool's name with its full description as provided to the model.
- `nodesc` or `nodescriptions`:
- Description: Hide tool descriptions, showing only the tool names.
- `/vim`
- Description: Toggle vim mode on or off. When vim mode is enabled, the
input area supports vim-style navigation and editing commands in both NORMAL
and INSERT modes.
- Features:
- Count support: Prefix commands with numbers (e.g.,
- Editing commands: Delete with
- INSERT mode: Standard text input with escape to return to NORMAL mode
- NORMAL mode: Navigate with
with
- Persistent setting: Vim mode preference is saved to
- Repeat last command: Use
- Status indicator: When enabled, shows
footer
### Custom commands
Custom commands allow you to create personalized shortcuts for your most-used
prompts. For detailed instructions on how to create, manage, and use them,
please see the dedicated [Custom Commands documentation](/docs/cli/custom-commands).
## Input prompt shortcuts
These shortcuts apply directly to the input prompt for text manipulation.
- Undo:
- Keyboard shortcut: Press Alt+z or Cmd+z to undo the last action
in the input prompt.
- Redo:
- Keyboard shortcut: Press Shift+Alt+Z or Shift+Cmd+Z to redo the
last undone action in the input prompt.
## At commands (
At commands are used to include the content of files or directories as part of
your prompt to Gemini. These commands include git-aware filtering.
- Description: Toggle the background shells view. This allows you to view
and manage long-running processes that you've sent to the background.
- `/setup-github`
- Description: Set up GitHub Actions to triage issues and review PRs with
Gemini.
- [`/skills`](/docs/cli/skills)
- Description: Manage Agent Skills, which provide on-demand expertise and
specialized workflows.
- Sub-commands:
- `disable <name>`:
- Description: Disable a specific skill by name.
- Usage:
/skills disable <name>- `enable <name>`:
- Description: Enable a specific skill by name.
- Usage:
/skills enable <name>- `list`:
- Description: List all discovered skills and their current status
(enabled/disabled).
- `reload`:
- Description: Refresh the list of discovered skills from all tiers
(workspace, user, and extensions).
- `/stats`
- Description: Display detailed statistics for the current Gemini CLI
session, including token usage, cached token savings (when available), and
session duration. Note: Cached token information is only displayed when
cached tokens are being used, which occurs with API key authentication but
not with OAuth authentication at this time.
- `/terminal-setup`
- Description: Configure terminal keybindings for multiline input (VS
Code, Cursor, Windsurf).
- [`/theme`](/docs/cli/themes)
- Description: Open a dialog that lets you change the visual theme of
Gemini CLI.
- [`/tools`](/docs/tools)
- Description: Display a list of tools that are currently available within
Gemini CLI.
- Usage:
/tools [desc]- Sub-commands:
- `desc` or `descriptions`:
- Description: Show detailed descriptions of each tool, including each
tool's name with its full description as provided to the model.
- `nodesc` or `nodescriptions`:
- Description: Hide tool descriptions, showing only the tool names.
- `/vim`
- Description: Toggle vim mode on or off. When vim mode is enabled, the
input area supports vim-style navigation and editing commands in both NORMAL
and INSERT modes.
- Features:
- Count support: Prefix commands with numbers (e.g.,
3h, 5w, 10G)- Editing commands: Delete with
x, change with c, insert with i,a, o, O; complex operations like dd, cc, dw, cw- INSERT mode: Standard text input with escape to return to NORMAL mode
- NORMAL mode: Navigate with
h, j, k, l; jump by words with w,b, e; go to line start/end with 0, $, ^; go to specific lineswith
G (or gg for first line)- Persistent setting: Vim mode preference is saved to
~/.gemini/settings.json and restored between sessions- Repeat last command: Use
. to repeat the last editing operation- Status indicator: When enabled, shows
[NORMAL] or [INSERT] in thefooter
### Custom commands
Custom commands allow you to create personalized shortcuts for your most-used
prompts. For detailed instructions on how to create, manage, and use them,
please see the dedicated [Custom Commands documentation](/docs/cli/custom-commands).
## Input prompt shortcuts
These shortcuts apply directly to the input prompt for text manipulation.
- Undo:
- Keyboard shortcut: Press Alt+z or Cmd+z to undo the last action
in the input prompt.
- Redo:
- Keyboard shortcut: Press Shift+Alt+Z or Shift+Cmd+Z to redo the
last undone action in the input prompt.
## At commands (
@)At commands are used to include the content of files or directories as part of
your prompt to Gemini. These commands include git-aware filtering.
- `@<path_to_file_or_directory>`
- Description: Inject the content of the specified file or files into your
current prompt. This is useful for asking questions about specific code,
text, or collections of files.
- Examples:
-
-
-
- Details:
- If a path to a single file is provided, the content of that file is read.
- If a path to a directory is provided, the command attempts to read the
content of files within that directory and any subdirectories.
- Spaces in paths should be escaped with a backslash (e.g.,
- The command uses the
fetched and then inserted into your query before being sent to the Gemini
model.
- Git-aware filtering: By default, git-ignored files (like
be changed via the
- File types: The command is intended for text-based files. While it
might attempt to read any file, binary files or very large files might be
skipped or truncated by the underlying
performance and relevance. The tool indicates if files were skipped.
- Output: The CLI will show a tool call message indicating that
the path(s) that were processed.
- `@` (Lone at symbol)
- Description: If you type a lone
passed as-is to the Gemini model. This might be useful if you are
specifically talking _about_ the
### Error handling for
- If the path specified after
will be displayed, and the query might not be sent to the Gemini model, or it
will be sent without the file content.
- If the
this will also be reported.
## Shell mode and passthrough commands (
The
Gemini CLI.
- `!<shell_command>`
- Description: Execute the given
Linux/macOS or
override
the terminal.
- Examples:
-
-
- `!` (Toggle shell mode)
- Description: Typing
- Entering shell mode:
- When active, shell mode uses a different coloring and a "Shell Mode
Indicator".
- While in shell mode, text you type is interpreted directly as a shell
command.
- Exiting shell mode:
- When exited, the UI reverts to its standard appearance and normal Gemini
CLI behavior resumes.
- Caution for all `!` usage: Commands you execute in shell mode have the
same permissions and impact as if you ran them directly in your terminal.
- Environment variable: When a command is executed via
the
environment. This allows scripts or tools to detect if they are being run from
within the Gemini CLI.
#gemini #cli #command #perintah #shortcut
- Description: Inject the content of the specified file or files into your
current prompt. This is useful for asking questions about specific code,
text, or collections of files.
- Examples:
-
@path/to/your/file.txt Explain this text.-
@src/my_project/ Summarize the code in this directory.-
What is this file about? @README.md- Details:
- If a path to a single file is provided, the content of that file is read.
- If a path to a directory is provided, the command attempts to read the
content of files within that directory and any subdirectories.
- Spaces in paths should be escaped with a backslash (e.g.,
@My\ Documents/file.txt).- The command uses the
read_many_files tool internally. The content isfetched and then inserted into your query before being sent to the Gemini
model.
- Git-aware filtering: By default, git-ignored files (like
node_modules/, dist/, .env, .git/) are excluded. This behavior canbe changed via the
context.fileFiltering settings.- File types: The command is intended for text-based files. While it
might attempt to read any file, binary files or very large files might be
skipped or truncated by the underlying
read_many_files tool to ensureperformance and relevance. The tool indicates if files were skipped.
- Output: The CLI will show a tool call message indicating that
read_many_files was used, along with a message detailing the status andthe path(s) that were processed.
- `@` (Lone at symbol)
- Description: If you type a lone
@ symbol without a path, the query ispassed as-is to the Gemini model. This might be useful if you are
specifically talking _about_ the
@ symbol in your prompt.### Error handling for
@ commands- If the path specified after
@ is not found or is invalid, an error messagewill be displayed, and the query might not be sent to the Gemini model, or it
will be sent without the file content.
- If the
read_many_files tool encounters an error (e.g., permission issues),this will also be reported.
## Shell mode and passthrough commands (
!)The
! prefix lets you interact with your system's shell directly from withinGemini CLI.
- `!<shell_command>`
- Description: Execute the given
<shell_command> using bash onLinux/macOS or
powershell.exe -NoProfile -Command on Windows (unless youoverride
ComSpec). Any output or errors from the command are displayed inthe terminal.
- Examples:
-
!ls -la (executes ls -la and returns to Gemini CLI)-
!git status (executes git status and returns to Gemini CLI)- `!` (Toggle shell mode)
- Description: Typing
! on its own toggles shell mode.- Entering shell mode:
- When active, shell mode uses a different coloring and a "Shell Mode
Indicator".
- While in shell mode, text you type is interpreted directly as a shell
command.
- Exiting shell mode:
- When exited, the UI reverts to its standard appearance and normal Gemini
CLI behavior resumes.
- Caution for all `!` usage: Commands you execute in shell mode have the
same permissions and impact as if you ran them directly in your terminal.
- Environment variable: When a command is executed via
! or in shell mode,the
GEMINI_CLI=1 environment variable is set in the subprocess'senvironment. This allows scripts or tools to detect if they are being run from
within the Gemini CLI.
#gemini #cli #command #perintah #shortcut
https://x.com/i/status/2024524620381221094
https://github.com/HandsOnLLM/Hands-On-Large-Language-Models
#llm #build #ai #manual #hands-on
https://github.com/HandsOnLLM/Hands-On-Large-Language-Models
#llm #build #ai #manual #hands-on
X (formerly Twitter)
Srishti (@srishticodes) on X
I spent 6 months (learning) AI.
This one Github repo could've saved me 5.
Here's what's inside:
Foundation → Advanced
→ Language model basics
→ Tokens and embeddings
→ Transformer architecture explained
→ Text classification techniques
Real-World Applications…
This one Github repo could've saved me 5.
Here's what's inside:
Foundation → Advanced
→ Language model basics
→ Tokens and embeddings
→ Transformer architecture explained
→ Text classification techniques
Real-World Applications…
https://youtu.be/hn6yc6dvJ3A?si=p_PtMMugzcOW4MLM
#AI #Assistant #24/7 #Telegram #OpenClaw #VPS #open #claw
#AI #Assistant #24/7 #Telegram #OpenClaw #VPS #open #claw
YouTube
Bikin AI Assistant 24/7 di Telegram! OpenClaw di VPS 36rb (SumoPod) — Full Setup
Di video ini kita setup OpenClaw pakai VPS SumoPod dengan OS OpenClaw yang sudah jadi, lalu connect ke AI SumoPod dan pakai model seed-2-0-mini-free. Output akhirnya: AI assistant yang bisa kamu chat langsung dari Telegram.
Apa aja yang dibahas:
- Create…
Apa aja yang dibahas:
- Create…
https://youtu.be/0soFIReWb1w?si=mi0IFrkscO1CP49y
#free #open #claw #openclaw #ai #make #more #powerfull #10x
#free #open #claw #openclaw #ai #make #more #powerfull #10x
YouTube
How to Make OpenClaw 10x More Powerful
OpenClaw is the most powerful AI tool ever created, but most people are using it like ChatGPT. In this video I'm showing you 5 techniques to make OpenClaw 10x more powerful and turn it into a fully autonomous AI employee.
How I Make OpenClaw 90% Cheaper…
How I Make OpenClaw 90% Cheaper…
Video ini menunjukkan bagaimana Bilawal Sidhu, seorang mantan Manajer Produk Google Maps, membangun sebuah sistem intelijen geospatial yang canggih hanya dalam waktu tiga hari menggunakan bantuan AI (sering disebut sebagai *"vibe coding"*).
Berikut adalah poin-poin utama dari video tersebut:
### Proyek "WorldView"
* Konsep: Penulis menggambarkan proyek ini sebagai hasil persilangan antara Google Earth dan Palantir. Proyek ini merupakan dasbor geospatial bergaya *spy thriller* yang menggabungkan data dunia nyata ke dalam model 3D [[00:33](http://www.youtube.com/watch?v=rXvU7bPJ8n4&t=33)].
* Kecepatan Pengerjaan: Seluruh sistem ini dibangun hanya dalam tiga hari dengan bantuan pasukan agen AI [[00:33](http://www.youtube.com/watch?v=rXvU7bPJ8n4&t=33)].
### Fitur Utama Sistem
* Data Real-Time: Menampilkan pelacakan satelit secara langsung (termasuk orbitnya), data penerbangan komersial dan militer global (menggunakan Open Sky dan ADSB), serta aktivitas seismik/gempa bumi di seluruh dunia [[02:34](http://www.youtube.com/watch?v=rXvU7bPJ8n4&t=154)], [[03:13](http://www.youtube.com/watch?v=rXvU7bPJ8n4&t=193)], [[04:40](http://www.youtube.com/watch?v=rXvU7bPJ8n4&t=280)].
* Visualisasi Canggih: Terdapat berbagai mode tampilan seperti *Night Vision (NVG)*, *Thermal (FLIR)*, dan efek CRT yang bisa dikontrol sensitivitasnya langsung dari browser [[01:05](http://www.youtube.com/watch?v=rXvU7bPJ8n4&t=65)].
* Integrasi CCTV: Penulis menunjukkan integrasi umpan kamera CCTV publik (misalnya di Austin, Texas) yang diproyeksikan langsung ke geometri 3D kota tersebut [[06:41](http://www.youtube.com/watch?v=rXvU7bPJ8n4&t=401)].
* Simulasi Lalu Lintas: Menggunakan data OpenStreetMap untuk memunculkan sistem partikel yang mensimulasikan lalu lintas jalan raya di kota-kota besar seperti London atau Dubai [[05:35](http://www.youtube.com/watch?v=rXvU7bPJ8n4&t=335)].
### Teknologi & Metodologi
* Vibe Coding: Penulis menekankan bahwa ia tidak menulis semua kode secara manual. Ia menggunakan terminal (CLI) dan berbicara kepada agen AI untuk membangun shader, integrasi data, dan sistem visual [[08:45](http://www.youtube.com/watch?v=rXvU7bPJ8n4&t=525)].
* Google 3D Tiles: Proyek ini memanfaatkan dataset *3D Tiles* dari Google Maps yang memungkinkan tampilan bangunan dan medan yang sangat detail secara global [[00:56](http://www.youtube.com/watch?v=rXvU7bPJ8n4&t=56)].
* Pemecahan Masalah Kreatif: Salah satu tantangan yang dihadapi adalah browser yang sering *crash* karena terlalu banyak data. Ia mengatasinya dengan menginstruksikan AI untuk melakukan *sequential loading* (pemuatan data secara bertahap) [[09:41](http://www.youtube.com/watch?v=rXvU7bPJ8n4&t=581)].
### Pesan Utama
Video ini bertujuan untuk menginspirasi orang-orang dengan keahlian domain tertentu untuk mulai menggunakan AI dalam membangun aplikasi kompleks tanpa harus memiliki latar belakang pemrograman yang sangat dalam, karena hambatan teknis kini telah jauh berkurang berkat AI [[09:20](http://www.youtube.com/watch?v=rXvU7bPJ8n4&t=560)].
Informasi lebih lanjut dapat dilihat langsung di video tersebut: [https://youtu.be/rXvU7bPJ8n4](https://www.google.com/search?q=https://youtu.be/rXvU7bPJ8n4)
#project #google #maps #ai #aplikasi #geospatial #kompleks
Berikut adalah poin-poin utama dari video tersebut:
### Proyek "WorldView"
* Konsep: Penulis menggambarkan proyek ini sebagai hasil persilangan antara Google Earth dan Palantir. Proyek ini merupakan dasbor geospatial bergaya *spy thriller* yang menggabungkan data dunia nyata ke dalam model 3D [[00:33](http://www.youtube.com/watch?v=rXvU7bPJ8n4&t=33)].
* Kecepatan Pengerjaan: Seluruh sistem ini dibangun hanya dalam tiga hari dengan bantuan pasukan agen AI [[00:33](http://www.youtube.com/watch?v=rXvU7bPJ8n4&t=33)].
### Fitur Utama Sistem
* Data Real-Time: Menampilkan pelacakan satelit secara langsung (termasuk orbitnya), data penerbangan komersial dan militer global (menggunakan Open Sky dan ADSB), serta aktivitas seismik/gempa bumi di seluruh dunia [[02:34](http://www.youtube.com/watch?v=rXvU7bPJ8n4&t=154)], [[03:13](http://www.youtube.com/watch?v=rXvU7bPJ8n4&t=193)], [[04:40](http://www.youtube.com/watch?v=rXvU7bPJ8n4&t=280)].
* Visualisasi Canggih: Terdapat berbagai mode tampilan seperti *Night Vision (NVG)*, *Thermal (FLIR)*, dan efek CRT yang bisa dikontrol sensitivitasnya langsung dari browser [[01:05](http://www.youtube.com/watch?v=rXvU7bPJ8n4&t=65)].
* Integrasi CCTV: Penulis menunjukkan integrasi umpan kamera CCTV publik (misalnya di Austin, Texas) yang diproyeksikan langsung ke geometri 3D kota tersebut [[06:41](http://www.youtube.com/watch?v=rXvU7bPJ8n4&t=401)].
* Simulasi Lalu Lintas: Menggunakan data OpenStreetMap untuk memunculkan sistem partikel yang mensimulasikan lalu lintas jalan raya di kota-kota besar seperti London atau Dubai [[05:35](http://www.youtube.com/watch?v=rXvU7bPJ8n4&t=335)].
### Teknologi & Metodologi
* Vibe Coding: Penulis menekankan bahwa ia tidak menulis semua kode secara manual. Ia menggunakan terminal (CLI) dan berbicara kepada agen AI untuk membangun shader, integrasi data, dan sistem visual [[08:45](http://www.youtube.com/watch?v=rXvU7bPJ8n4&t=525)].
* Google 3D Tiles: Proyek ini memanfaatkan dataset *3D Tiles* dari Google Maps yang memungkinkan tampilan bangunan dan medan yang sangat detail secara global [[00:56](http://www.youtube.com/watch?v=rXvU7bPJ8n4&t=56)].
* Pemecahan Masalah Kreatif: Salah satu tantangan yang dihadapi adalah browser yang sering *crash* karena terlalu banyak data. Ia mengatasinya dengan menginstruksikan AI untuk melakukan *sequential loading* (pemuatan data secara bertahap) [[09:41](http://www.youtube.com/watch?v=rXvU7bPJ8n4&t=581)].
### Pesan Utama
Video ini bertujuan untuk menginspirasi orang-orang dengan keahlian domain tertentu untuk mulai menggunakan AI dalam membangun aplikasi kompleks tanpa harus memiliki latar belakang pemrograman yang sangat dalam, karena hambatan teknis kini telah jauh berkurang berkat AI [[09:20](http://www.youtube.com/watch?v=rXvU7bPJ8n4&t=560)].
Informasi lebih lanjut dapat dilihat langsung di video tersebut: [https://youtu.be/rXvU7bPJ8n4](https://www.google.com/search?q=https://youtu.be/rXvU7bPJ8n4)
#project #google #maps #ai #aplikasi #geospatial #kompleks
YouTube
Ex-Google Maps PM Vibe Coded Palantir In a Weekend (Palantir Noticed)
My latest coding project started trending on X and people were sharing it saying I vibe coded Palantir. Then the actual Palantir co-founder weighed in. His take? I'm missing real proprietary data fusion. Fair, but the fact that it's even being discussed shows…
https://x.com/i/status/2025875877150720276
#ai #agent #agen #industri #healthcare #finance #list #kurasi #daftar
#ai #agent #agen #industri #healthcare #finance #list #kurasi #daftar
X (formerly Twitter)
Vaishnavi (@_vmlops) on X
A curated list of 500+ real AI agent projects covering tons of industries - healthcare, finance, education, retail, logistics, gaming, cybersecurity & more....
https://t.co/SSbKNhfePN
https://t.co/SSbKNhfePN
https://youtu.be/npGVBw1FFrU?si=1HfE8hflDh6fvLAI
#openclaw #threads #otomatis #24jam #auto #post #tanpa #coding
#openclaw #threads #otomatis #24jam #auto #post #tanpa #coding
YouTube
Cara Bikin Akun Threads Faceless Auto Post 24 Jam (OpenClaw + @sumopodcloud + Repliz + Minimax)
Di video ini saya tunjukkan cara bikin Threads Auto Post & Auto Reply Tanpa Ngoding pakai OpenClaw.
🔥 TOOLS YANG DIPAKAI
🔥 VPS OpenClaw 36rb
👉 Daftar Sumopod di sini:
https://hi.arieko.com/sumopod
🔥 Integrasi Threads (Repliz)
👉 Daftar Repliz di sini:
…
🔥 TOOLS YANG DIPAKAI
🔥 VPS OpenClaw 36rb
👉 Daftar Sumopod di sini:
https://hi.arieko.com/sumopod
🔥 Integrasi Threads (Repliz)
👉 Daftar Repliz di sini:
…
https://youtu.be/aUtFn-qS7Xk?si=S65vcTJIE7uvIJyn
#turn #code #into #money #making #api #rapidapi #kursus #ai #diy #agen #agents #agent
#turn #code #into #money #making #api #rapidapi #kursus #ai #diy #agen #agents #agent
YouTube
How I Turned Code Into A Money Making Machine
⌨️ Check out my Course on Coding and Selling APIs:
https://sellapis.xyz/b/get-started
In today’s video, I want to break it all down. How I turned writing code into a machine that runs in the background and pays me while I sleep — no fluff, no shady tactics…
https://sellapis.xyz/b/get-started
In today’s video, I want to break it all down. How I turned writing code into a machine that runs in the background and pays me while I sleep — no fluff, no shady tactics…
https://www.marktechpost.com/2026/03/02/meet-nullclaw-the-678-kb-zig-ai-agent-framework-running-on-1-mb-ram-and-booting-in-two-milliseconds/
#zig #ai #agent #framework #null #claw #agents #nullclaw
#zig #ai #agent #framework #null #claw #agents #nullclaw
MarkTechPost
Meet NullClaw: The 678 KB Zig AI Agent Framework Running on 1 MB RAM and Booting in Two Milliseconds
Meet NullClaw: The 678 KB Zig AI Agent Framework Running on 1 MB RAM and Booting in Two Milliseconds, Making a big difference in AI
https://youtu.be/4HyNQe6UI_c?si=LTxcSwA8T7bDyyiS
Vadim walks us through his full OpenClaw setup -- 16 AI agents running his startup 24/7 with cron jobs, a custom mission control, and multi-model routing across Claude, Grok, and more. Zero coding required.
https://x.com/VadimStrizheus
#openclaw #ai #bisnis #usaha #full #tim #team #otomatis
Vadim walks us through his full OpenClaw setup -- 16 AI agents running his startup 24/7 with cron jobs, a custom mission control, and multi-model routing across Claude, Grok, and more. Zero coding required.
https://x.com/VadimStrizheus
#openclaw #ai #bisnis #usaha #full #tim #team #otomatis
YouTube
I Built a Full AI Team Inside OpenClaw for $400/Month
Vadim walks us through his full OpenClaw setup -- 16 AI agents running his startup 24/7 with cron jobs, a custom mission control, and multi-model routing across Claude, Grok, and more. Zero coding required.
Join my AI Business Insider Community: https:/…
Join my AI Business Insider Community: https:/…