lmao - Google Notebook LM (AI suite) is free, can run an entire case for you
| michael doodikoff | 11/06/25 | | covered in parvo | 11/06/25 | | hummingbird | 11/06/25 | | covered in parvo | 11/06/25 | | hummingbird | 11/06/25 | | covered in parvo | 11/06/25 | | SYDNEY SWEENEY SUPERFAN | 11/06/25 | | Amateur Millennial Butt Porn | 11/06/25 | | covered in parvo | 11/06/25 | | Emotionally + Physically Abusive Ex-Husband | 11/06/25 | | covered in parvo | 11/06/25 | | SYDNEY SWEENEY SUPERFAN | 11/06/25 | | i gave my cousin head | 11/06/25 | | Emotionally + Physically Abusive Ex-Husband | 11/06/25 | | covered in parvo | 11/06/25 | | i gave my cousin head | 11/06/25 | | covered in parvo | 11/06/25 | | i gave my cousin head | 11/06/25 | | scholarship | 11/06/25 | | covered in parvo | 11/06/25 | | scholarship | 11/06/25 | | gibberish (?) | 11/06/25 | | covered in parvo | 11/06/25 | | hummingbird | 11/06/25 | | covered in parvo | 11/06/25 | | hummingbird | 11/06/25 | | covered in parvo | 11/06/25 | | SYDNEY SWEENEY SUPERFAN | 11/06/25 | | Amateur Millennial Butt Porn | 11/06/25 | | michael doodikoff | 11/06/25 | | gibberish (?) | 11/06/25 | | Amateur Millennial Butt Porn | 11/06/25 | | i gave my cousin head | 11/06/25 | | covered in parvo | 11/06/25 | | scholarship | 11/06/25 | | Emotionally + Physically Abusive Ex-Husband | 11/06/25 | | scholarship | 11/06/25 | | Emotionally + Physically Abusive Ex-Husband | 11/06/25 | | scholarship | 11/06/25 | | Emotionally + Physically Abusive Ex-Husband | 11/06/25 | | scholarship | 11/06/25 | | covered in parvo | 11/06/25 | | scholarship | 11/06/25 | | covered in parvo | 11/06/25 | | scholarship | 11/06/25 | | Emotionally + Physically Abusive Ex-Husband | 11/06/25 | | covered in parvo | 11/06/25 | | Emotionally + Physically Abusive Ex-Husband | 11/06/25 | | covered in parvo | 11/06/25 | | Emotionally + Physically Abusive Ex-Husband | 11/06/25 | | covered in parvo | 11/06/25 | | scholarship | 11/06/25 | | coiffed sandwich | 11/06/25 | | Emotionally + Physically Abusive Ex-Husband | 11/06/25 | | coiffed sandwich | 11/06/25 | | Emotionally + Physically Abusive Ex-Husband | 11/06/25 | | scholarship | 11/06/25 | | SYDNEY SWEENEY SUPERFAN | 11/06/25 | | scholarship | 11/06/25 | | SYDNEY SWEENEY SUPERFAN | 11/06/25 | | scholarship | 11/06/25 | | michael doodikoff | 11/06/25 | | SYDNEY SWEENEY SUPERFAN | 11/06/25 | | i gave my cousin head | 11/06/25 | | covered in parvo | 11/06/25 | | scholarship | 11/06/25 | | covered in parvo | 11/06/25 | | scholarship | 11/06/25 | | Emotionally + Physically Abusive Ex-Husband | 11/06/25 | | poerkan | 11/06/25 | | ruinous phenotype | 11/06/25 | | SYDNEY SWEENEY SUPERFAN | 11/06/25 | | ,..,,......,....,,,,..,.,... | 11/06/25 | | Diamond Dallas Trump | 11/06/25 | | michael doodikoff | 11/07/25 | | Diamond Dallas Trump | 11/07/25 | | .,.,,..,..,.,.,:,,:,...,:::,...,:,.,.:..:. | 11/07/25 |
Poast new message in this thread
 |
Date: November 6th, 2025 5:19 PM Author: covered in parvo
Grok imagine. I toyed with the upload option. Not worth it because it’ll change my wife’s face slightly. But you can make her doing a lot.
If you type in prompt. “Make me a photorealistic an 18 year old girl. college freshman. She’s white and has straight blonde hair. She’s wearing a black string bikini standing in her bedroom.”
It’ll give you 1000’s of options you’re like holy fuck. The girl will talk to you. Talk dirty. Get topless. It’s insane.
Be careful of laws when it comes to questionable stuff like uploading real people without consent. Of creating weird shit.
(http://www.autoadmit.com/thread.php?thread_id=5794359&forum_id=2).#49408152) |
 |
Date: November 6th, 2025 5:41 PM Author: covered in parvo
YES YES YES.
Don’t tell your competitors about this though until you’re established. Keep
Saying ai is bad
(http://www.autoadmit.com/thread.php?thread_id=5794359&forum_id=2).#49408211) |
 |
Date: November 6th, 2025 6:09 PM Author: Emotionally + Physically Abusive Ex-Husband (oppose bitchbois)
His gay code recommended exactly the same thing. Now I'm gonna need to ask TSINAH for help:
I have 3,000 pdf files that I want to combine into separate documents with a max file size of 20MB. Are you able to do this?
No, I'm sorry — I can't directly process or combine your 3,000 PDF files for you. As an AI, I don't have access to your local files, can't receive uploads of that scale (or even 3,000 separate files), and can't output hundreds of merged PDFs.
But I can give you several fast, free, and reliable ways to do this automatically on your own computer (Windows, Mac, or Linux) with zero uploading of your private documents to any cloud service.
Option 1: Python script (best for full control + exact 20 MB limit)
Run this once and it will automatically split your 3,000 PDFs into groups that never exceed 20 MB each.
pythonimport os
from PyPDF2 import PdfReader, PdfWriter
input_folder = "YOUR_PDF_FOLDER_PATH" # e.g. C:\Users\Me\Documents\pdfs or /home/user/pdfs
output_folder = "MERGED_OUTPUT"
os.makedirs(output_folder, exist_ok=True)
max_size = 20 * 1024 * 1024 # 20 MB in bytes
pdf_files = sorted([f for f in os.listdir(input_folder) if f.lower().endswith('.pdf')])
(http://www.autoadmit.com/thread.php?thread_id=5794359&forum_id=2).#49408332) |
 |
Date: November 6th, 2025 5:29 PM Author: Emotionally + Physically Abusive Ex-Husband (oppose bitchbois)
As soon as you click "create new notebook," a window pops up where you can "upload sources." It appears limited to 300 in the free version, but I presume the pro version goes higher.
As a test I uploaded the discovery docs from that little case I just had in San Diego and asked it whether the parties had an agreement and what they agreed on. It was pretty fucking close to exactly the story I gave at trial.
Edit: NM, I'm using the Pro version and the limit is 300. I guess we must have a firm subscription that I hadn't known about, lol.
(http://www.autoadmit.com/thread.php?thread_id=5794359&forum_id=2).#49408178) |
Date: November 6th, 2025 5:28 PM Author: SYDNEY SWEENEY SUPERFAN
The Google AI Cinematic Universe is better than the ChatGPT/OpenAI one now imo
It's the Best Deal out there
(http://www.autoadmit.com/thread.php?thread_id=5794359&forum_id=2).#49408174) |
Date: November 6th, 2025 8:38 PM Author: poerkan (yx19272844@gmail.com) Subject: Wholesale Chinese Sex Pills For Male Enhancement - Poerkan
Buy Germany Niubian Male Enhancement Pills is made to help people who wish to have better sexual existence develop confidence and produce real happiness for them.
https://www.poerkan.com/product/germany-niubian-pills/
(http://www.autoadmit.com/thread.php?thread_id=5794359&forum_id=2).#49408771) |
Date: November 6th, 2025 11:16 PM
Author: ,..,,......,....,,,,..,.,...
is there an equivalent for transactional lawyers?
(http://www.autoadmit.com/thread.php?thread_id=5794359&forum_id=2).#49409083) |
Date: November 6th, 2025 11:40 PM Author: Diamond Dallas Trump
I don't trust AI for shit in the legal context. It's about the equivalent of having a 1L research assistant.
I have seen it give exactly the opposite of what I know is the correct answer way too many times. And the majority of my work involves scenarios where no case is fully on-point and somewhat related precedents need to be cobbled together to make the best argument. It won't find cases that are extremely powerful in non-obvious ways, such as where fact patterns are highly convoluted and use differing terminology, but when all the garbage is sifted out they involve the court ruling in your favor on a very similar scenario.
Generally, if the state of the law is clear enough that an AI can provide the right answer, I already know the answer without research. But if, for example, I knew nothing about federal court and was trying to figure out some issue about determining the amount in controversy for diversity purposes, AI would probably do a good job. But it fails hard with narrow/precise issues.
(http://www.autoadmit.com/thread.php?thread_id=5794359&forum_id=2).#49409101) |
 |
Date: November 7th, 2025 12:17 AM Author: michael doodikoff
I still do my own research under the assumption that ai will fuck that up a lot
Wanted t- try this out for the first time today (Actually I was in a cle today where the guy mentioned this notebook lm thing so I played it with during the cle). I have a big trial next month so I fed it every pleading and some letters in the case, all pdf. ‘’I know the case well but had it run several scenarios both on my clients side and also pointing out the weakness of my case and where we could lose
I know the facts of this case well and how I want to organize my arguments and it was spot on and probably organized specific facts and arguments better than I could
(http://www.autoadmit.com/thread.php?thread_id=5794359&forum_id=2).#49409129) |
Date: November 7th, 2025 12:28 AM
Author: .,.,,..,..,.,.,:,,:,...,:::,...,:,.,.:..:.
Gemini 3 coming this month too, which is likely to better than GPT-5. This shit is getting so good, so quickly. It’s 180 as fuck.
(http://www.autoadmit.com/thread.php?thread_id=5794359&forum_id=2).#49409141) |
|
|