@0z_Dustin136 This is all thanks to the fact that he knows the entire process
Routine actions that are easy to predict aren't that hard to automate the main thing is to know how it works
THIS GUY BUILT AN AI SYSTEM THAT BRING IN 140k$ A MONTH
He created a complete system around the entire customer journey from the first lead to the review after the event
He automated leads, super-fast contact, follow-ups, contracts, invoices, onboarding forms, team reminders, and feedback collection while keeping only the calls and the actual service done by real people
As a result, this AI system replaced the work of dozens of people and consistently generates ~140k$ per month
Create your own team of AI agents 100X cheaper
In this video, Karpathy explains how to properly think about agent systems and their architecture
The biggest takeaway that stuck with me is that founders and devs need to think agent-native meaning not just using AI in the product, but building the product around AI, together with agents
And until you get million-dollar investments, I recommend checking out the article hoeem where he explained how to create your own agentic workflow very cheaply
You lose if you still haven't done this yet
Creating a quality knowledge base isn't done in 10 minutes. Filling it with high-quality and useful information will take your entire life it's literally a folder with your complete experience
Those who are building their second brain with AI right now will be ahead, because they are actually turning information into systematic skill and capital
What you'll get after creating it:
>Better memory and understanding
>Less chaos, more focus
>Fast access to knowledge
>Competitive advantage over those who aren't doing it
>Long-term capital
This is something no one will be able to copy, because your experience is unique
Create a standalone HTML/CSS/JS page with an interactive X-Ray effect on cursor hover.
Input data:
1. Top image: [photo 1]
2. Bottom image: [photo 2]
Logic:
- The top image must be the main image that is always visible.
- The bottom image must appear only on cursor hover or touch.
- The effect must look like a circular X-Ray area under the cursor.
- Do not add an outline, magnifying glass, ring, or decorative frame around the area.
- The reveal area must have soft edges.
- The photos must be aligned as accurately as possible by size, position, and proportions, so that on hover the bottom image matches the top image.
- If the image sizes are different, create a separate aligned layer for the bottom image in the size of the top image.
- The page must open locally directly through index.html or through a simple localhost server.
Debug panel:
Add a debug panel for adjusting the effect:
- Lens radius
- Feather
- Overlay opacity
- X offset
- Y offset
- Scale
- Reset
- Hide lens
- Copy settings
Technical requirements:
- Use a CSS radial mask or equivalent mask to reveal the bottom layer.
- The mask position must update through mousemove and touchmove.
- On mobile, the effect must work through touch.
- The panel must not critically cover the main image.
- Images must be local assets and must not depend on temporary paths.
- Do not use heavy libraries if this can be done with pure HTML/CSS/JS.
Result:
- Create index.html.
- Create an assets folder.
- Put the top base layer and the aligned bottom X-Ray layer there.
- Check in the browser that:
- the top image is visible immediately;
- on hover, the bottom image appears;
- debug sliders work;
- reset/hide/copy work;
- there is no visible outline around the X-Ray area;
- there are no console errors.
Ready prompt that will improve the visual effect of your website
A very effective X-ray effect that you can use to enhance the pages of your site
You can copy the ready prompt and just use it
you only need two photos for it
THIS GUY BUILT A SYSTEM THAT PREVENTS YOUR NOTATIONS FROM BECOMING A "THOUGHT GRAVEYARD". HERE IS HOW TO BUILD A SECOND BRAIN INSIDE OBSIDIAN
While most people just dump random ideas into their notes and forget about them
we’re going to build interconnected digital brains
Here are the key features that will help you set up this system:
> Second Brain - a single digital vault for all your ideas, books, and tasks that frees your mind for creativity instead of memorization
> directional links - no folders. Notes connect through keywords, creating a network of information just like Wikipedia or the neurons in your brain
>Graph View - a visual map of your mind that’s essentially useless and only creates a pretty visual look
>Content factory - since all your ideas are already connected, creating a new project or post is just linking ready-made dots instead of starting from a blank page
Bookmark this and try it yourself
Building apps has never been easier.
With Sites, Codex can turn your work, ideas, and plans into an interactive website or app your team can explore, use, and share with a URL.
Rolling out to Business and Enterprise plans, before expanding more broadly.
Building AI Agents that actually work - FULL COURSE
Step-by-step breakdown of how to create autonomous AI agents. The entire instruction is built on local files and specific actions
The main automation of LLM is proper prompting and creating Skills. How to create proper skills for integration into your AI agent?
Described below!
You spend way too many tokens on Claude
How to implement Claude Opus 4.8 into your system while spending very few tokens at the same time
All of this is explained in the guides below
I recommend reading them carefully
@leopardracer It's weird that some people still make a ton of mistakes when building, even though there are already a bunch of different guides on this
The best thing you can do is create a Second Brain
Without it, you simply become uncompetitive
Karpathy came up with the best system for this
The LLM navigates files much better thanks to a more thoughtful and structured system. It doesn’t reread the information 20 times and doesn’t waste tokens on it. Because of this, the context lasts longer and the model delivers much better results
The most important thing is that it all scales very easily and is super simple to create