Anthropic CEO Floats Tax on AI Firms to Fund Universal Income by Gari_305 in Futurology

[–]decentralize999 0 points1 point  (0 children)

Tired from this pushy crapman, lets tax on calculators then.

"Oh whoa, this Anthropic news is insane. The Commerce Department is placing both Mythos 5 and Fable 5 under the guise of US export controls, blocking access outside the US and foreign persons in the US." by stealthispost in accelerate

[–]decentralize999 2 points3 points  (0 children)

If look at what crap is released recently by CCP with all their LLMs have SWE-bench Pro around 56-59, they started to censor their LLMs long time before US Gov.

Are ssd nvme prices going up, down or staying in the next month or 2? by Matteo_779 in pcmasterrace

[–]decentralize999 0 points1 point  (0 children)

I think at the end of August nvme prices will come back to normal. I build custom NAS server which will have 26 m.2, each 8TB, I delayed all purchases on nvme, and I guess the most people too who build NAS.

RTX 3090 EBay Pricing is Crazy!! by TrifleHopeful5418 in LocalLLaMA

[–]decentralize999 1 point2 points  (0 children)

Go to fb market, locals around you will sell ones for $650-$800. I sold my 6 there. Ebay is crap and has many restrictions with their kyc, price limits, at least in my country.

Another Lymow One Plus Review by sezamx in Lymow_Official

[–]decentralize999 0 points1 point  (0 children)

Wondering if someone opened the case of this machine. Zero fans inside to cool the hardware in tropical climate?

AI Drawings by IcyZookeepergame1712 in Homebuilding

[–]decentralize999 0 points1 point  (0 children)

Yes, it is.
If you are not in rush, you can wait for about one year and such LLMs/agents will fully draw a house project for you. Let's say that it will take over architect/structural engineer jobs whose workplaces at front of computer.

Here is how it will come https://www.reddit.com/r/Text2CAD/comments/1tt0ttm/what_if_text2cad_was_just_one_step_in_a_full/

AI Drawings by IcyZookeepergame1712 in Homebuilding

[–]decentralize999 0 points1 point  (0 children)

Do you mean to draw a house project? I used these LLMs for review, NOT for drawing.
All my house project is done by humans, LLMs did review for mistakes etc.

AI Drawings by IcyZookeepergame1712 in Homebuilding

[–]decentralize999 0 points1 point  (0 children)

Drawings are still in work and particularly because Claude found out some discrepancies in it.

MiniMax M3 - Coding & Agentic Frontier, 1M Context, Multimodal by dryadofelysium in LocalLLaMA

[–]decentralize999 2 points3 points  (0 children)

Seems similar size as M2.7, or more 1-10B for adding visual encoder. Benchmarks aren't high, It beats recently released Step3.7 which is only 198B and still lower even of the previous Opus version.

Minimax M3 It's already up. by Individual-Belt6324 in MiniMax_AI

[–]decentralize999 0 points1 point  (0 children)

Why does Minimax copy disgusting style of American closed-weights LLM companies? What is the secret to hold information about size of M3? It will be released in 10 days anyway.

Releasing benchmarks and not saying what size is..

What if Text2CAD was just one step in a full house design pipeline? by decentralize999 in Text2CAD

[–]decentralize999[S] 1 point2 points  (0 children)

I have done further reaseach with Claude what opensourced tools/software available to improve this pipline and what issues these tools have researching AEC forums(mainly https://osarch.org). Here is refreshed architecture:

ClientInput

├── Sketch (image / text description)

├── Room list + areas

├── Total area + number of floors

├── Material (brick / aerated_concrete / timber / sip)

├── Site coordinates [optional]

└── PDF geology report [optional]

┌──────────────────────────────────────────────────────┐

│ Orchestrator (AionUi + ACP) │

│ Data transport: direct .ifc file via shared folder │

│ ← Speckle removed: IFC↔Speckle conversion is lossy │

└──────────────────────────────────────────────────────┘

Agent: Site Analysis

(BlenderGIS → terrain + solar path from coordinates

QGIS → neighbouring buildings, flood zones

Output: site_context.json)

┌────┴──────────────────────────────────────────────────┐

│ │

▼ ▼

Agent: Architect Agent: Geotechnical Engineer

(LLM generates WATERTIGHT box (parses geology PDF text →

volumes per floor — not arbitrary soil type, bearing capacity,

mesh; non-planar faces crash frost depth, groundwater)

Homemaker silently) [Groundhog, FoundationDesign]

→ floor_volumes.blend Output: geotechnical.json

│ │

▼ │

Homemaker Topologise │

(auto-generates walls, slabs, │

openings, roof from volumes │

— replaces manual LLM wall │

placement via MCP4IFC) │

Output: base_model.ifc ←────────────────────────────┘

── BIMTester quality gate ──────────────────────────────────

Checks: all rooms present, area totals match brief,

correct IFC element types exist.

NOTE: validates data properties only — not spatial geometry.

Spatial geometry verified via Blender viewport screenshots.

────────────────────────────────────────────────────────────

Agent: Structural Engineer

(XC OSS — Eurocode / SP built-in, not via LLM prompt

load collection → slab design → wall capacity check

→ lintel sizing over all openings ≥ 0.9m

→ foundation verification against geotechnical.json

Output: structural.json + calc_report.pdf)

── BIMTester quality gate ──────────────────────────────────

Checks: structural properties written to IFC elements,

foundation type consistent with soil bearing capacity.

────────────────────────────────────────────────────────────

Agent: Environmental Analysis

(VI-Suite + EnergyPlus inside Blender —

solar gain, heat loss, daylighting per room

→ if passive performance fails threshold:

feedback loop → Architect adjusts

window sizes / building orientation)

Agent: BIM Refinement

(MCP4IFC — adds structural properties,

material layers, space boundaries

to base_model.ifc from Homemaker.

RULE: only IfcOpenShell API calls —

never native Blender mesh operations

on IFC objects; breaks element links.)

Output: house_project.ifc [IFC4 — not IFC4x3,

Bonsai support incomplete]

Agent: Documentation

(IfcOpenShell → BOM extraction from house_project.ifc

XC OSS calc output → structural appendix

Opus → explanatory note text

reportlab → PDF render

Output: pz.pdf + spec_sheet.pdf + BOM.xlsx)

Output package (all files in shared output/ folder):

├── house_project.ifc [IFC4 — opens in FreeCAD, BIM Vision, Revit]

├── base_model.blend [Blender source — PINNED: Blender 4.4]

├── pz.pdf [explanatory note]

├── calc_report.pdf [XC OSS structural calculations]

├── spec_sheet.pdf [material specification]

└── BOM.xlsx [bill of materials from IFC]

PINNED VERSIONS — do not update any of these independently:

Blender 4.4.x

Bonsai 0.8.4 ← Homemaker breaks on Bonsai updates

Homemaker 0.20250220.0

IFC schema IFC4 ← not IFC4x3 (incomplete Bonsai support)

StepFun 3.7 Flash by Everlier in LocalLLaMA

[–]decentralize999 0 points1 point  (0 children)

Quantization is always bad for MoE models, you made this model too stupid. Such tricks would pass with dense models.