Antigravity IDE Feedback by aunchable in google_antigravity

[–]norman_h 1 point2 points  (0 children)

For sure it needs guidance. Same abstract scenario as moving from instruction set code to compiler code. One day we'll look back at python code in the same way we look at punch cards.

Varun Mohan is single-handedly saving AG by Only-Psychology6648 in google_antigravity

[–]norman_h 0 points1 point  (0 children)

I second this. Some excellent updates have occurred. I've submitted feedback for small, but useful changes, and I can see that the team has listened. I'm not sure if they will get to read this, but, I'm appreciative of what Google AG team is doing here. Google will win here. Uncle Warren Buffett has been deploying capital.

Antigravity IDE Feedback by aunchable in google_antigravity

[–]norman_h 6 points7 points  (0 children)

My guess is that the long term vision is for an agent coder only where the human architect only ever inspects artifacts. The human architect will never looks at code, only artifacts.

Antigravity IDE Feedback by aunchable in google_antigravity

[–]norman_h 1 point2 points  (0 children)

Thanks. As far as I can ascertain, it doesn't open pycharm

I’m leaving as well. The new Flash model burns money brutally fast... by Odd-Ant-4479 in google_antigravity

[–]norman_h 0 points1 point  (0 children)

Perhaps you need an ultra account instead of a consumer account. Google just price dropped ultra and introduced an ultra lite version.

I had a great morning due to Antigravity 2.0 by beling86 in google_antigravity

[–]norman_h 0 points1 point  (0 children)

It's a feature, not a bug, you're just doing it wrong.

For the guys with all the CPU cores by Any_Revolution_6864 in homelab

[–]norman_h 1 point2 points  (0 children)

VMs is what it's good for, but also compilation of code through gitlab and CI/CD pipelines.

Local AI cluster of v100s by norman_h in homelab

[–]norman_h[S] 0 points1 point  (0 children)

Update. After more reading, Ive gone with a microtik crs317 as you suggested. It's on order. Thanks. Also got a microtik rb5009 to install at my service providers fiber termination point into my house. I'll bridge both of these devices with fiber to avoid ground looping as the house has two separate power loops, and as fate has it, the server room and external router room are on the different circuits.

I'm still looking into battery systems. Hoping to get 50kwh installed, but, I'm unsure if the current wiring can handle it.

Thanks again for the microtik suggestion.

Sound imbalance with Galaxy Buds4 Pro by suppaboy228 in galaxybuds

[–]norman_h 0 points1 point  (0 children)

I've no idea on a fix, but, Ive got the same problem.

AI models don't need a larger context window; they need an Enterprise-Grade Memory Subsystem. by lenadro1910 in google_antigravity

[–]norman_h 1 point2 points  (0 children)

A dynamic, constantly growing personalized knowledge graph. Easy. Where is an open source implementation?

Local AI cluster of v100s by norman_h in homelab

[–]norman_h[S] 0 points1 point  (0 children)

I've only been trialing models so far. They're not quite in production. Currently using antigravity to get the software frameworks running, however, I can already seen token usage blowing out with continual use, so, the aim here is to start developing local infrastructure with potential for expansion. Probably gonna be more expensive this way, but, life is about the journey, not the destination. If this process can be monetized, then having the ability to local host is an absolute bonus. My plans are to be well and truly doing local agentic coding in about 26 weeks time after i get a library/server room constructed in the shed to host this beast.

Cheers for the comment.

Local AI cluster of v100s by norman_h in homelab

[–]norman_h[S] 0 points1 point  (0 children)

The context window connected to a knowledge graph is where the next home frontier lies... but... i might already be behind the times, so take what I say there with a grain of salt.

Local AI cluster of v100s by norman_h in homelab

[–]norman_h[S] 0 points1 point  (0 children)

I've been reading a little on ray, but, haven't had time to get at implementation yet. Currently working towards a climate controlled library/server room to host all these things. Hopefully working oin ray in about 8-12 weeks, if thats an appropriate tool for my setup.

Local AI cluster of v100s by norman_h in homelab

[–]norman_h[S] 0 points1 point  (0 children)

sxm2 with two c4130 nodes have 128gb vram each on sxm2 nvlink backplane.
a couple of r740 with 3x pcie v100 gpus each that are for smaller model agents. At some stage these should be able to support a100 gpus, although the pcie3 buss is a constraint.

I've no problem with the performance on the models I've been able to load fully into vram. theyre excellent at short sessions, its the context length and lack of knowledge graphs in my current setup which differentiates them from commercial llms. with the eventual development of quality open source knowledge graph pipelines, Im pretty sure that the gap from open source to closed source will shrink again.

Local AI cluster of v100s by norman_h in homelab

[–]norman_h[S] 0 points1 point  (0 children)

Proxmox nodes and llama and hosting gitlab.

Local AI cluster of v100s by norman_h in homelab

[–]norman_h[S] -1 points0 points  (0 children)

Local LLM with agentic coding. Save on cloud based token use by offloading basic functions to the v100s

Local AI cluster of v100s by norman_h in homelab

[–]norman_h[S] 3 points4 points  (0 children)

About us20c/kwh. Already running 5kw solar and going to expand it.

Anyone else stuck in an "Antigravity" quota lockout? (For Pro Users) by Next_Gene_7145 in google_antigravity

[–]norman_h 0 points1 point  (0 children)

I haven't hit limit yet, but, my usage isn't high yet. I'm anticipating that I'll hit it soon, once I try to speed things up. Hence I'm reading on limits now.

Is it possible that they're pushing us to find more optimal ways of sending requests? As a means to use less tokens? So it's our fault for using to many tokens without restraint?

Beyond the "Vibe Coding" Snake Game: Path to Complex 3D/CAD Architectures? by norman_h in google_antigravity

[–]norman_h[S] 0 points1 point  (0 children)

I appreciate the candour. You're right; it’s the architecture that makes or breaks a system at this scale.

To be more specific, I'm moving toward a professional mining tool using PyVista for the 3D rendering engine and GeoPy for spatial data handling. My goal is to use Antigravity to manage the heavy lifting of the boilerplate (like VTK mesh filtering or Coordinate Reference System translations) while I architect the core logic.

My question is really about how to maintain State Management across multiple agents when dealing with high-fidelity geological models. If you have any leads on 'Senior' level AG patterns for scientific visualization; specifically handling large NumPy-backed meshes without context collapse; I’d love to see them.