[GUEST ACCESS MODE: Data is scrambled or limited to provide examples. Make requests using your API key to unlock full data. Check https://lunarcrush.ai/auth for authentication information.]
@neural_avb
"Promise fulfilled Took me X days of craziness but my Context Engineering with DSPy tutorial is out now on YouTube. My next goal: getting my sleep schedule back on track" @neural_avb on X 2025-07-25 14:38:27 UTC 2303 followers, 10.9K engagements
"@JacksonAtkinsX Kinda interesting. I feel like LLMs can differ in capabilities so much depending on size provider training data etc - tuning the prompts to just one LLM may not always guarantee good performance on other models" @neural_avb on X 2025-07-18 23:36:11 UTC 2269 followers, XXX engagements
"Not too many coding ones. I believe you shared some theoretical resources on your TL inc those Im listing below. Honestly most of the stuff in the video are things Ive experienced on my job building these" @neural_avb on X 2025-07-24 07:23:36 UTC 2266 followers, XX engagements
"The final emotion before literally every video I publish. Context Engineering dropping in a few hours" @neural_avb on X 2025-07-24 21:02:00 UTC 2301 followers, XXX engagements
"@Hesamation Mental note/Social Promise: I need to make a proper video on Context Engineering" @neural_avb on X 2025-07-15 23:28:13 UTC 2303 followers, 10.2K engagements
"Here are X must-know RL libraries for single-agent and multi-agent environments. I am using most of these right now to make my multi-agent collaborative navigation environment - so it's a great time to post this list" @neural_avb on X 2025-07-13 06:57:04 UTC 2302 followers, XXX engagements
"Today I started ideating a dedicated video on Context Engineering. I'll cover the main approaches some research trends and a walkthrough of the concepts with DSPy. This git repo will be my muse for this one" @neural_avb on X 2025-07-16 04:01:00 UTC 2290 followers, 17.2K engagements
"The best dspy tutorial is actually shipped with dspy. It is the inspect_history function. Tells you everything you need to know about how your signatures are converted into system/user prompts. And how different modules do multi-step/single-step LM calls" @neural_avb on X 2025-07-22 16:41:29 UTC 2205 followers, 2366 engagements
"This channel always reminds me there are levels to this shit" @neural_avb on X 2025-07-26 17:30:00 UTC 2303 followers, XXX engagements
"Off twitter these days coz I am cooking the most potent Context Engineering hands-on tutorial I can cook. Editing at 50%" @neural_avb on X 2025-07-24 03:03:10 UTC 2283 followers, 3997 engagements
"I think I am cooking the Context Engineering with DSPy tutorial hard. The blueprint. 👇🏽" @neural_avb on X 2025-07-16 17:15:08 UTC 2266 followers, 13K engagements
"I have started making slides and illustrations for the Context Engineering tutorial My goal is to upload by Thursday. 🤞🏽 Btw I already have a DSPy tutorial and a pretty comprehensive theoretical overview of RAGs. They are optional pre-requisites" @neural_avb on X 2025-07-21 16:18:22 UTC 2241 followers, 8075 engagements
"Halfway through the Context Engineering w DSPy tutorial. I quite like where it's going. I am taking the simple but classic "write a joke" prompt and creating a full 35-ish minute journey out of it - going through each concept one by one" @neural_avb on X 2025-07-18 05:43:57 UTC 2247 followers, 4225 engagements
"Throwback to when Schmidhuber confronted Ian Goodfellow during his NeurIPs speech on Generative Adversarial Networks. Deep Learning drama may have peaked here" @neural_avb on X 2025-07-26 06:21:19 UTC 2303 followers, XXX engagements
"This taxonomy for Context Engineering is sooo handy. I'm making a comprehensive video tutorial on this using DSPy and my goal is to incorporate atleast one major algorithm from all the blocks" @neural_avb on X 2025-07-18 19:19:19 UTC 2303 followers, 72.7K engagements
"It's been a day and my Context Engineering with DSPy course is already ranking high on Google Search" @neural_avb on X 2025-07-26 19:00:25 UTC 2303 followers, XXX engagements
"This is an awesome article. The best part is their note to build around the KV cache. If your system prompt remains consistent your tools remain constant and you always append to conversation json you will hit the KV cache often. Cutting down cost and latency" @neural_avb on X 2025-07-25 15:56:19 UTC 2303 followers, 34.5K engagements
"This new @lossfunk article is full of some of the wackiest practical tips for context engineering. Very interesting read" @neural_avb on X 2025-07-22 16:11:11 UTC 2302 followers, 1780 engagements
"Now that I finished Context Engineering - I am coming back to this. Multi-agent navigation + communication" @neural_avb on X 2025-07-26 16:54:41 UTC 2303 followers, XXX engagements
"Sorry Powerpoint SmartArt I wasn't familiar with your game. Rough topic coverage for the upcoming Context Engineering with DSPy tutorial btw. 👇🏽👇🏽" @neural_avb on X 2025-07-24 23:54:57 UTC 2301 followers, XXX engagements
"Context Engineering tutorial is in it's last legs I thought I'll have a section on Python sandboxes and autonomous coding but imma reduce it to a footnote instead. Evaluation is kinda important so it's taking priority. I am scared how long this tutorial is gonna be" @neural_avb on X 2025-07-20 05:52:45 UTC 2225 followers, XXX engagements
"Context Engineering will run 1+ hours. Lot of editing for me the next X days.💀 Good educational content need to repeat key concepts to reinforce the viewer's mind. And engaging YT videos need to be tight and reduce fat. This mental doublethink is so hard to balance" @neural_avb on X 2025-07-21 22:20:24 UTC 2268 followers, XXX engagements
"I thank myself for choosing DSPy to make my Context Engineering tutorial. The amount of english I would have to write otherwise would've been INSANE" @neural_avb on X 2025-07-25 15:40:00 UTC 2297 followers, XXX engagements
"Full X hour XX minute hands-on course on Context Engineering with DSPy is out now on my YouTube channel I am super proud of the final outcome I hope yall enjoy it. Spread the word if you do" @neural_avb on X 2025-07-25 07:08:24 UTC 2303 followers, 15.1K engagements
"@KMohan2006 Nice I remember being wowed when I trained my first generative network too (it was a VAE on mnist I think)" @neural_avb on X 2025-07-26 16:50:07 UTC 2301 followers, XX engagements
"This started as a Context Engineering tutorial. I feel it's borderline a course now Anyway I'll be shooting in a few hours" @neural_avb on X 2025-07-20 12:22:00 UTC 2241 followers, 3976 engagements
"So the field of memory management for context engineering goes way deeper than I thought. I'll cover the greatest hits in my upcoming tutorial but this literally needs a whole week of research to do justice" @neural_avb on X 2025-07-18 19:24:03 UTC 2247 followers, XXX engagements