Experience the future of innovation. Join NVIDIA CEO Jensen Huang for his GTC keynote as he pulls back the curtain on the next era of AI. From the rise of AI factories to the power of physical AI, witness the breakthroughs transforming how the world builds intelligent systems.
Moments In Digital Ink
Welcome to Moments In Digital Ink, where everyday experiences are captured and shared through the power of words. Discover heartfelt stories, thought-provoking insights, and creative musings that inspire and entertain. Explore heartfelt stories and inspiring insights at Moments In Digital Ink. This blog captures everyday experiences through engaging narratives and creative musings. Join us on a journey of reflection, inspiration, and connection.
Wednesday, March 18, 2026
Tuesday, March 17, 2026
Introduction to Machine Learning Videos
Introduction to Machine Learning Videos (tensorflow)
Stanford CS229: Machine Learning Course, Lecture 1 - Andrew Ng
Career Advice in AI
How to Run YOLO 26 Detection Models on the NVIDIA Jetson Orin Nano
Monday, March 9, 2026
Reinstall Torch for the Stable Diffusion Web UI
Reinstall Torch for the Stable Diffusion Web UI
Step-by-Step Guide
Locate the startup file: Navigate to your main Stable Diffusion Web UI installation folder. Find the file named webui-user.bat (for Windows) or webui.sh (for Linux/macOS).
Edit the file: Open the file in a text editor (like Notepad or VS Code).
Add the command-line argument: Locate the line that starts with set COMMANDLINE_ARGS= (on Windows). Add --reinstall-torch to the arguments line.
Windows example (webui-user.bat):
batch
set COMMANDLINE_ARGS=--reinstall-torch
Linux/macOS example (webui.sh):
bash
# Locate the "COMMANDLINE_ARGS=" line and modify it
COMMANDLINE_ARGS="--reinstall-torch"
If you have other arguments already there, simply add a space and then --reinstall-torch.
Save the file and close the text editor.
Run the web UI: Double-click the webui-user.bat (or run ./webui.sh in your terminal) file to start the application.
Wait for the process to complete: The UI will start, and the console will show messages indicating that it is installing Torch and torchvision. This process will download large files and may take some time.
Remove the flag (important!): Once the installation is complete and the web UI has loaded successfully, close the application. Re-open the webui-user.bat file in your text editor and remove the --reinstall-torch flag from the COMMANDLINE_ARGS line. If you do not remove it, it will reinstall Torch every time you launch the web UI.
Save the file again and restart your web UI as normal. The new Torch version should now be installed and active.
Note: This process installs the specific version of Torch that the web UI is tested to work with, which may not always be the absolute latest version available on the official PyTorch website.
Tuesday, February 17, 2026
Wednesday, January 28, 2026
LLM Poem completion
Here is an LLM poem completion, using Googles Gemini with Nano.
Start phrase given:
"He saw a carrot and had to grab it"
Output:
He saw a carrot and had to grab it, With the twitching nose of a hungry rabbit. He pulled with a tug and a rhythmic hop, Till the orange root gave a sudden pop.
But the dirt was deep and the prize was stout, He tumbled backward and let out a shout. With a leafy crown and a crunch so sweet, He turned that carrot into a lunchtime treat.
Write another verse about what happened when the farmer showed up
But the shadow fell long as the farmer appeared, With a weathered old hat and a silver-flecked beard. The rabbit froze still, with the prize in his paw, Waiting for anger or a thundering law.
Instead, the old man gave a chuckle and wink, "You've worked for that snack, I would honestly think! Just leave me the greens and a row for the pie, And we’ll share the garden, just you and I."
Entire Poem:
He saw a carrot and had to grab it, With the twitching nose of a hungry rabbit. He pulled with a tug and a rhythmic hop, Till the orange root gave a sudden pop.
But the dirt was deep and the prize was stout, He tumbled backward and let out a shout. With a leafy crown and a crunch so sweet, He turned that carrot into a lunchtime treat.
But the shadow fell long as the farmer appeared, With a weathered old hat and a silver-flecked beard. The rabbit froze still, with the prize in his paw, Waiting for anger or a thundering law.
Instead, the old man gave a chuckle and wink, "You've worked for that snack, I would honestly think! Just leave me the greens and a row for the pie, And we’ll share the garden, just you and I."
Generated picture:
Generated Video: Using Veo 3.1
Friday, January 23, 2026
AI CEO: THIS is How I'd Make My First Million With AI in 2026
Great insight video by theMITMonk on "THIS is How I'd Make My First Million With AI in 2026"
Agentic AI
Agentic AI refers to autonomous AI systems that can independently reason, plan, and take action to achieve complex goals with minimal human oversight, going beyond simple reactive tasks to proactively solve problems, learn from experience, and adapt to changing conditions by using tools and processing vast data. Unlike traditional AI that just generates content or responds to prompts, agentic AI acts as a proactive, goal-driven partner capable of multi-step workflows, making it powerful for automating complex processes in areas like IT, finance, or customer service.
Key Characteristics:
Autonomy: Operates with less supervision, making its own decisions to reach objectives.
Goal-Driven: Programmed to work towards a specific business outcome or task, not just respond to queries.
Reasoning & Planning: Analyzes context, synthesizes data, and creates multi-step plans to solve problems.
Adaptability: Learns from past interactions and feedback to improve future performance.
Tool Use: Integrates with other systems and APIs to execute actions and achieve goals.
How it Works (Example):
Goal: Schedule a complex meeting with multiple attendees.
Reasoning: An agentic AI parses emails, understands the purpose, identifies attendees, and checks calendars using LLMs.
Planning: It plans a multi-step workflow: finding common availability, sending invites, and even adjusting based on real-time feedback.
Action: It autonomously books the meeting room and sends calendar invites, acting on its own analysis.
NVIDIA GTC Keynote 2026
Experience the future of innovation. Join NVIDIA CEO Jensen Huang for his GTC keynote as he pulls back the curtain on the next era of AI....
-
Welcome to Moments In Digital Ink! This blog is a space where everyday experiences and reflections come to life through the power of words....
-
From my tests as shown in the screenshots below, the more realistic images generated by AI are all dependent on how detailed and clear the ...

