brando

862 posts

brando banner
brando

brando

@Lucabrando_

agentic operator @vibiz_ai, older brother @brightdaleco, writer @ Not Sure If Obvious

Milan Katılım Ağustos 2022
1.5K Takip Edilen398 Takipçiler
brando
brando@Lucabrando_·
After all these cinematic videos the next step for startups is obviously retarded brainrot videos
English
0
0
1
21
brando
brando@Lucabrando_·
Substack has some UI that always get me confused: - why is the enter button on the left and not on the right like in every other software - why isn’t the save article button next to the like one like on x but I need to reach out for the settings on the top right Who knows
brando tweet mediabrando tweet media
English
1
0
1
47
Kennan Frost
Kennan Frost@kennandavison·
Skio just sold for $105M cash at close on $8M raised.
English
121
149
1.7K
2.1M
brando
brando@Lucabrando_·
max effort on claude code is really taking its time today eh
English
0
0
0
17
brando
brando@Lucabrando_·
You either build a software product today or use Claude Code long enough to just forget that the rest of the world doesn’t even know what it is and just assume that nothing makes sense to build, because obviously others will build it for themselves
English
0
0
1
31
Brim3n
Brim3n@Brim3nEdits·
draft_v3 trailer made using nano banana 2, seedream 5, kling 3.0, 2.6 + after effects full version dropping soon Comment “breakdown” if you want the full process
English
42
0
126
5.6K
brando
brando@Lucabrando_·
You can just prompt things
English
0
0
1
103
brando
brando@Lucabrando_·
AI native mental workflow for operators in startups: > I set up a partner program, people apply to our website, they get the platform for free, we get feedback > I am confused, I receive hundreds of applications in the Notion database, what should happen next? > I have something in my head, but can't grasp it. I ask Claude Code, pls ask me as many questions as needed to fill the gaps inside my thinking, help me understand what I actually need and what I actually want > We go back and forth 17 times, now Claude Code has a clear idea of what I want. I also have now a clear idea > I want: -people in Notion database -people and their projects enriched and explained -people scored between low potential to high potential -email recap (like the one attached) -if high potential I want to click a button and system will send email inviting them for a call + prepare a debrief document for me -once I have a call I want to click another button to approve the user + generate personal stripe discount for 1st month -update database and move on > I have no clue on how to properly do any of these steps, for each step I ask Claude Code to again ask me 10 questions to cover all edge cases and built that specific workflow, then we put everything together > Once everything is set up once, I put everything in my local routines, once every 30 minutes the system runs automatically You can just prompt things.
brando tweet media
English
0
0
2
77
brando
brando@Lucabrando_·
hey nanobanana2, can you pls make me a cinematic wide shot of a vast grand theater interior, taken from the back row of the audience. The enormous stage stretches out ahead, and one solo dancer stands tiny at its center under a single cone of warm spotlight. Rows of audience silhouettes fill the foreground in deep darkness. Dramatic chiaroscuro, deep blacks, rich shadows, only the performer is lit. Add small white sans-serif text 'performers.' near the figure on stage, and 'audience.' near the silhouettes in the foreground.
brando tweet media
English
0
0
1
30
brando
brando@Lucabrando_·
hey gpt2, can you pls make a 4x4 grid of candid nostalgic photos shot with iphone of a young couple at vacation taking selfies of each other and together. Lots of camera shake, amateur framing, and emotional/vintage aesthetic.
brando tweet media
English
0
0
1
88
brando
brando@Lucabrando_·
A better alternative to "think like an engineer / product manager / any famous person if you're a nerd" to prompt your Claude Code. I am rebuilding an entire part of our product, didn't know where to start. I mean, I did, but got confused. Asked Claude Code to find a way to scrape all the latest episodes from Lenny's Podcast. Found a few things directly through the Substack unofficial API, then hit a wall. Discussed a few ways to tackle this, ended up using the transcripts from his YouTube videos. Download the last 100 episodes' transcripts + show notes in a folder, each episode = markdown file. Debrief back and forth a few times to understand what I even wanted from those, understood that I wanted to: > verify if my process idea of 0 to 1 made sense > if it did, understand how to properly implement this Built a temporary agent that understands exactly what I want. Launched 50 parallel agents, each reviews two markdown file, and if there is something relevant to what I want: > They save that information in a common skill file "product manager md" > They save the sharpest insight in another common file "top insight md" Every bit of information links the transcript / episode / section, so that if I need to deep dive, I can route my Product Manager Agent into the right place (or it does it autonomously). Now I can properly chat with someone who knows shit rather than an average of what is found online. Takes 5-10 minutes to set up. Time to build now.
English
0
0
2
70
Filippo Carnevale
Filippo Carnevale@filippo_mp4·
Might have cooked a little bit too much. AND it's without sound effects lol
English
148
108
3.9K
151.2K
brando
brando@Lucabrando_·
@Aperol_Spritz hit me up if you wanna generate campaigns for this summer
brando tweet mediabrando tweet mediabrando tweet media
English
0
0
1
48
brando
brando@Lucabrando_·
i am getting somewhere with nanobanana2 this morning
brando tweet mediabrando tweet media
English
1
0
0
61
Anand Butani
Anand Butani@AnandButani·
ml-intern by @huggingface is wild 🔥 You drop a high-level prompt (“build the best scientific reasoning model” or “crush healthcare benchmarks”) and this open-source agent does the entire post-training loop: • Researches arXiv papers + citation graphs • Pulls & cleans datasets from HF Hub • Implements SFT, GRPO, synthetic data, etc. • Launches training jobs (local or HF) • Monitors runs, reads evals, diagnoses failures, runs ablations & iterates Basically a full-time ML researcher that never sleeps and stays grounded in live docs. Insane. #AIResearch #AI #ML
Aksel@akseljoonas

Introducing ml-intern, the agent that just automated the post-training team @huggingface It's an open-source implementation of the real research loop that our ML researchers do every day. You give it a prompt, it researches papers, goes through citations, implements ideas in GPU sandboxes, iterates and builds deeply research-backed models for any use case. All built on the Hugging Face ecosystem. It can pull off crazy things: We made it train the best model for scientific reasoning. It went through citations from the official benchmark paper. Found OpenScience and NemoTron-CrossThink, added 7 difficulty-filtered dataset variants from ARC/SciQ/MMLU, and ran 12 SFT runs on Qwen3-1.7B. This pushed the score 10% → 32% on GPQA in under 10h. Claude Code's best: 22.99%. In healthcare settings it inspected available datasets, concluded they were too low quality, and wrote a script to generate 1100 synthetic data points from scratch for emergencies, hedging, multilingual etc. Then upsampled 50x for training. Beat Codex on HealthBench by 60%. For competitive mathematics, it wrote a full GRPO script, launched training with A100 GPUs on hf.co/spaces, watched rewards claim and then collapse, and ran ablations until it succeeded. All fully backed by papers, autonomously. How it works? ml-intern makes full use of the HF ecosystem: - finds papers on arxiv and hf.co/papers, reads them fully, walks citation graphs, pulls datasets referenced in methodology sections and on hf.co/datasets - browses the Hub, reads recent docs, inspects datasets and reformats them before training so it doesn't waste GPU hours on bad data - launches training jobs on HF Jobs if no local GPUs are available, monitors runs, reads its own eval outputs, diagnoses failures, retrains ml-intern deeply embodies how researchers work and think. It knows how data should look like and what good models feel like. Releasing it today as a CLI and a web app you can use from your phone/desktop. CLI: github.com/huggingface/ml… Web + mobile: huggingface.co/spaces/smolage… And the best part? We also provisioned 1k$ GPU resources and Anthropic credits for the quickest among you to use.

English
5
27
193
56.4K