3/3
Tested in two workflows:
• Idea → codebase construction
• Review → manuscript → submission
Opus becomes the translator.
Fable 5 becomes the executor.
Sometimes the best use of one AI is helping another AI understand the task.
Enjoy the new model
#PromptEngineering
Opus rewrites. Fable 5 executes.
1/3
Fable 5 is great, but biomedical datasets, medical class names, biology terms, or bio-med article-review content can sometimes trigger unnecessary friction.
My workaround:
Use Opus as a prompt translator.
#Fable5#AI#LLM
2/3
I tell Opus what I want to do, say the target model is Fable 5, and ask it to rewrite the prompt while preserving the original intent.
The task is still normal coding, ML engineering, or manuscript-review work.
Only the wording becomes easier for Fable 5 to process.
Does Segment Anything Model (SAM) really work on medical images?
We tested it on 11 datasets and wrote a paper:
https://t.co/cYaNOSSpRY
In brief: Performance varies widely across different datasets from impressive (given zero-shot setup) to poor.
Details follow. 🧵1/14.
Had a chance to give a talk today at the Practical Big Data Workshop about robustness in medical imaging AI! https://t.co/YYVLMSZycb #deeplearning#radiology#robustness
Thrilled to share a video by the @NLM_NIH (National Library of Medicine) highlighting our team's work toward advancing robustness for AI in medical imaging. Honored to contribute to this transformative field! 🏥🤖📚 #AI#NIH#Radiology@mimrtl
https://t.co/HaBeLtbYx8
BREAKING
OpenAI released a implementation of Consistency Models
consistency models, a new family of generative models that achieve high sample quality without adversarial training. They support fast one-step generation by design, while still allowing for few-step sampling to trade compute for sample quality
github: https://t.co/75WYZhxKQo
Compilers made low-level programming obsolete and enabled high-level programming, but now large language models are revolutionizing coding by writing code from natural language. Will LLMs become the ultimate compiler 😮? #GPT#ChatGPT#LLM#programming