SubQ 1M-Preview, is the first LLM built on a fully subquadratic architecture, one where compute grows linearly with context length.
https://t.co/xvbDmMWYRt
One of the most overlooked profit levers right now?
๐จ๐๐๐๐๐ ๐ฒ๐ซ๐ท + ๐ช๐๐๐๐ ๐ ๐จ๐ฐ.
When paired with the right publishing prompts, it becomes a seamless system for researching niches, outlining chapters, and designing covers that actually sell. The real advantage? Listings optimized for royalties on autopilot.
Using this exact playbook, selfโpublishers are stacking passive income and authority simultaneously. With just 36 proven prompts, the snowball effect kicks in faster than most expect.
๐ ๐จ๐ซ๐ข๐ ๐ข๐ง๐๐ฅ๐ฅ๐ฒ ๐ฉ๐ฅ๐๐ง๐ง๐๐ ๐ญ๐จ ๐ฉ๐๐๐ค๐๐ ๐ ๐ญ๐ก๐ข๐ฌ ๐๐ฌ ๐ $199 ๐ฆ๐ข๐ง๐ขโ๐๐จ๐ฎ๐ซ๐ฌ๐.
๐๐ฎ๐ญ ๐๐จ๐ซ ๐ญ๐ก๐ ๐ง๐๐ฑ๐ญ 48 ๐ก๐จ๐ฎ๐ซ๐ฌ, ๐โ๐ฆ ๐ฌ๐ก๐๐ซ๐ข๐ง๐ ๐ข๐ญ ๐๐จ๐ซ ๐๐ซ๐๐.
Get it:
โข Follow Me: @Tech_Marsha [๐๐จ ๐ ๐จ๐ฅ๐ฅ๐จ๐ฐ = ๐๐จ ๐๐]
โข Like & RT (This post)
โข Comment โ ๐๐ซ๐จ๐ฆ๐ฉ๐ญ โ [MusT]
โข Iโll send you the full Claude publishing ๐ฉ๐ซ๐จ๐ฆ๐ฉ๐ญ๐๐จ๐จ๐ค + workflow.
(๐ ๐จ๐ฅ๐ฅ๐จ๐ฐ @Tech_Marsha ๐ฌ๐จ ๐ ๐๐๐ง ๐๐ ๐ฒ๐จ๐ฎ ๐ญ๐ก๐ ๐ฅ๐ข๐ง๐ค)
The Opus distilled Qwen 27B is going viral again, but everyone is promoting the old version! You MUST get the v2 version, which Jackrong currently does not have listed in his Opus Fintune collection, so no one is finding it. I discussed the improvements with v2 in my last week's test. Please go check out that post with the video, pinned on my page, if you get a second, and download the v2 here: https://t.co/tBMGR7yJVB
this model is an agentic treasure. it has been #1 trending for 3 weeks on @huggingface as mentioned by @danielhanchen. it's Qwen 3.5 27B fine-tuned on Opus 4.6 distilled data and beats Sonnet 4.5 on SWE-bench verified and more.
"Runs locally on 16GB in 4-bit or 32GB in 8-bit."
๐จ Someone just built a tool that turns any GitHub repo into an interactive knowledge graph and open sourced it for free.
It's called GitNexus. Think of it as a visual X-ray of your codebase but with an AI agent you can actually talk to.
Here's what it does inside your browser:
โ Parses your entire GitHub repo or ZIP file in seconds
โ Builds a live interactive knowledge graph with D3.js
โ Maps every function, class, import, and call relationship
โ Runs a 4-pass AST pipeline: structure โ parsing โ imports โ call graph
โ Stores everything in an embedded KuzuDB graph database
โ Lets you query your codebase in plain English with an AI agent
Here's the wildest part:
It uses Web Workers to parallelize parsing across threads so a massive monorepo doesn't freeze your tab.
The Graph RAG agent traverses real graph relationships using Cypher queries not embeddings, not vector search. Actual graph logic.
Ask it things like "What functions call this module?" or "Find all classes that inherit from X" and it traces the answer through the graph.
This is the kind of code intelligence tool enterprise teams pay thousands per month for.
It runs entirely in your browser. Zero server. Zero cost.
Works with TypeScript, JavaScript, and Python.
100% Open Source. MIT License.
[Rรฉsumรฉ de thรจse] Yann Lorens, ยซ Le juge et le lรฉgislateur de lโUnion europรฉenne. Analyse dโune protection collaborative des droits fondamentaux ยป, RDLF 2026 thรจse nยฐ03 https://t.co/i3D29yCLGR
Most legal AI assistants take 6+ months to build.
We shipped ours in 36 hours. Hereโs how:
Legal research is complex by design. You need extreme precision, absolute security, and the ability to filter through thousands of contracts by date, jurisdiction, or clause type.
Traditional RAG systems collapse under this complexity because they follow a linear path: query โ search โ generate.
The problem with this approach is that legal queries are never one-dimensional.
When you ask "What are the notice periods in our 2024 service agreements?", a naive RAG system might pull semantically similar clauses from 2022. Without a reasoning layer, it lacks the common sense to apply necessary filters before searching.
This is why building production-ready legal assistants usually requires months of custom orchestration: managing conversation state, writing complex query logic, coordinating retrievers.
๐๐ด๐ฒ๐ป๐๐ถ๐ฐ ๐ฆ๐ฒ๐ฎ๐ฟ๐ฐ๐ต changes this entirely.
When our finance team asked us to help navigate internal contracts, we used Weaviate's ๐ค๐๐ฒ๐ฟ๐ ๐๐ด๐ฒ๐ป๐ to turn raw PDFs into a production app in 36 hours.
The agent treats the database as a set of tools rather than a static data store, autonomously handling:
โข Schema inspection to determine the best search strategy
โข Structured query construction with complex filters
โข Precision reranking based on actual relevance
โข Answer synthesis grounded in retrieved context
We embedded legal PDFs using ColQwen (a multimodal model that preserves layout and tables) with Muvera compression, split contracts into three collections by type, and let the agent handle all the orchestration we'd normally spend months building.
The architecture is more sophisticated than traditional approaches - but requires way less custom code.
โ In Search Mode, it retrieves and reranks relevant contract sections.
โ In Ask Mode, it synthesizes grounded answers with cited sources. Both modes stream results with full transparency to reduce hallucinations.
Read the full tutorial here: https://t.co/7hi2P1lixt
Je remets ce lien ici presque chaque semestre, mais il serait dommage que les รฉtudiants passent ร cรดtรฉ de cette mine de documents quโest @GallicaBnFโฆ
Le corpus Droitโฆ doctrine ยซย classiqueย ยป et incontournable, jurisprudences, revues, etc. :
https://t.co/4DaFj7zNsE
As @Lagarde notes: โIf you have less labor force, you have less growth.โ
Women, Business and the Law 2026 shows removing barriers to womenโs economic participation could raise global output by up to 20%.
Feb 24 | 10:00โ11:15 a.m. EST โก๏ธ https://t.co/Mlr2fHUo6E #WomenBizLaw
๐ค๐ Autonomous Agents Are The Fastest Growing Open-Source Technology In History
- But... what are autonomous agents?
- How do they work?
- How can you build or use one?
I wrote you the best overview on the planet.
Get ready for your mind to explode ๐คฏ
https://t.co/YUrrlzGthO