John Smith's picture

John Smith PRO

John6666

AI & ML interests

None yet

Recent Activity

published a model about 5 hours ago
John6666/femix-hassakuxl-v212-sdxl
published a model about 5 hours ago
John6666/samlust-nsfw-v12-sdxl
updated a model about 7 hours ago
John6666/samlust-nsfw-v12-sdxl
View all activity

Organizations

open/ acc's profile picture Solving Real World Problems's profile picture FashionStash Group meeting's profile picture No More Copyright's profile picture

John6666's activity

reacted to as-cle-bert's post with ๐Ÿ‘ about 8 hours ago
view post
Post
303
Hey there, ๐—ถ๐—ป๐—ด๐—ฒ๐˜€๐˜-๐—ฎ๐—ป๐˜†๐˜๐—ต๐—ถ๐—ป๐—ด ๐˜ƒ๐Ÿญ.๐Ÿฌ.๐Ÿฌ just dropped with major changes:

โœ… Embeddings: now works with Sentence Transformers, Jina AI, Cohere, OpenAI, and Model2Vec
All powered via ๐—–๐—ต๐—ผ๐—ป๐—ธ๐—ถ๐—ฒโ€™๐˜€ ๐—”๐˜‚๐˜๐—ผ๐—˜๐—บ๐—ฏ๐—ฒ๐—ฑ๐—ฑ๐—ถ๐—ป๐—ด๐˜€.
No more local-only limitations ๐Ÿ™Œ
โœ… Vector DBs: now supports ๐—ฎ๐—น๐—น ๐—Ÿ๐—น๐—ฎ๐—บ๐—ฎ๐—œ๐—ป๐—ฑ๐—ฒ๐˜…-๐—ฐ๐—ผ๐—บ๐—ฝ๐—ฎ๐˜๐—ถ๐—ฏ๐—น๐—ฒ ๐—ฏ๐—ฎ๐—ฐ๐—ธ๐—ฒ๐—ป๐—ฑ๐˜€
Think: Qdrant, Pinecone, Weaviate, Milvus, etc.
No more bottlenecks๐Ÿ”“
โœ… File parsing: now plugs into any ๐—Ÿ๐—น๐—ฎ๐—บ๐—ฎ๐—œ๐—ป๐—ฑ๐—ฒ๐˜…-๐—ฐ๐—ผ๐—บ๐—ฝ๐—ฎ๐˜๐—ถ๐—ฏ๐—น๐—ฒ ๐—ฑ๐—ฎ๐˜๐—ฎ ๐—น๐—ผ๐—ฎ๐—ฑ๐—ฒ๐—ฟ
Using LlamaParse, Docling or your own setup? Youโ€™re covered.
Curious of knowing more? Try it out! ๐Ÿ‘‰ https://github.com/AstraBert/ingest-anything
reacted to ProCreations's post with ๐Ÿ‘€ about 8 hours ago
view post
Post
387
๐Ÿง  Post of the Day: Quantum AI โ€“ Your Thoughts + Our Take

Yesterday we asked: โ€œWhat will quantum computing do to AI?โ€
Big thanks to solongeran for this poetic insight:

โ€œQuantum computers are hard to run error-free. But once theyโ€™re reliable, AI will be there. Safer than the daily sunset. Shure โ€“ no more queues ;)โ€

๐Ÿš€ Our Take โ€“ What Quantum Computing Will Do to AI (by 2035)

By the time scalable, fault-tolerant quantum computers arrive, AI wonโ€™t just run faster โ€” itโ€™ll evolve in ways weโ€™ve never seen:

โธป

๐Ÿ”น 1. Huge Speedups in Optimization & Search
Why: Quantum algorithms like Groverโ€™s can cut down search and optimization times exponentially in some cases.
How: Theyโ€™ll power up tasks like hyperparameter tuning, decision-making in RL, and neural architecture search โ€” crunching what now takes hours into seconds.

โธป

๐Ÿ”น 2. Quantum Neural Networks (QNNs)
Why: QNNs can represent complex relationships more efficiently than classical nets.
How: They use entanglement and superposition to model rich feature spaces, especially useful for messy or high-dimensional data โ€” think drug discovery, finance, or even language structure.

โธป

๐Ÿ”น 3. Autonomous Scientific Discovery
Why: Quantum AI could simulate molecular systems that are impossible for classical computers.
How: By combining quantum simulation with AI exploration, we may unlock ultra-fast pathways to new drugs, materials, and technologies โ€” replacing years of lab work with minutes of computation.

โธป

๐Ÿ”น 4. Self-Evolving AI Architectures
Why: Future AI systems will design themselves.
How: Quantum processors will explore massive spaces of model variants in parallel, enabling AI to simulate, compare, and evolve new architectures โ€” fast, efficient, and with little trial-and-error.

โธป

โš›๏ธ The Takeaway:
Quantum computing wonโ€™t just speed up AI. Itโ€™ll open doors to new types of intelligence โ€” ones that learn, discover, and evolve far beyond todayโ€™s limits.
reacted to vincentg64's post with ๐Ÿ‘€ about 8 hours ago
view post
Post
366
How to Design LLMs that Donโ€™t Need Prompt Engineering https://mltblog.com/3GAbAQu



Standard LLMs rely on prompt engineering to fix problems (hallucinations, poor response, missing information) that come from issues in the backend architecture. If the backend (corpus processing) is properly built from the ground up, it is possible to offer a full, comprehensive answer to a meaningful prompt, without the need for multiple prompts, rewording your query, having to go through a chat session, or prompt engineering. In this article, I explain how to do it, focusing on enterprise corpuses. The strategy relies on four principles:

โžก๏ธ Exact and augmented retrieval
โžก๏ธ Showing full context in the response
โžก๏ธ Enhanced UI with option menu
โžก๏ธ Structured response as opposed to long text

I now explain these principles.

Read full article at https://mltblog.com/3GAbAQu

#xLLM #BondingAI #PromptEngineering