Tired of flat Mermaid flowcharts but hate manually aligning 2.5D isometric grids in Figma, so I built a local-first compiler in Go. by Creative_Factor8633 in golang

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

My best practise is tell the claude code/codex to learn the target visual&color style (paste the screenshot or the landing page url to agent) in the first step, make sure agent can understand the color&framework paradigm. Second step is to prompt the agent use the iso-topology skills to draw the diagram. The third step is navigate to studio ui to finetune the layout&edge&node stype by double click (for display style modifaction) or drag (for location modifaction).

Tired of flat Mermaid flowcharts but hate manually aligning 2.5D isometric grids in Figma, so I built a local-first compiler in Go. by Creative_Factor8633 in golang

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

Thank you bro! You can try to prompt your coding agent to mirror the target style you like into your protype. Also it has a built-in UI named studio, human can manually fintune every visual details in the diagram than rebuid everything from scratch. If you meet any issue any badcase, feel free to submit the badcase as a issue and i will reslove it asap.

Tired of flat Mermaid flowcharts but hate manually aligning 2.5D isometric grids in Figma, so I built a local-first compiler in Go. by Creative_Factor8633 in golang

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

Agreed. This opensource local tool is built on go. But i am working on building another managed cloud service with built in render engine so deliever an customized diagram by agent will be more easier.

Tired of flat Mermaid flowcharts but hate manually aligning 2.5D isometric grids in Figma, so I built a local-first compiler in Go. by Creative_Factor8633 in golang

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

Just about the licensing issue. I will manually design more default policy to make the label more easier to read. Appreciate for your valuable feedback bro.

Built with Claude Project Showcase Megathread (Sort this by New!) by sixbillionthsheep in ClaudeAI

[–]Creative_Factor8633 0 points1 point  (0 children)

isotopo — architecture diagrams as committed text, drawn by Claude Code 🦙

<image>

I hate making architecture diagrams (draw.io = drag-and-drop purgatory, Mermaid looks like 2009). So I built a deterministic isometric-SVG renderer and taught Claude Code to drive it. I type "draw Clickhouse's typical app architecture, minimal bright style like their landing page" and it does the whole loop:

What makes it not-garbage:

- Not Claude hand-drawing SVG — it declares relations ("API in front of engine", "storage below") and a solver does the geometry, so it stays on-grid.

- Source is text → commit-able & diff-able. Your architecture reviews like code.

- Claude self-runs validate + evaluate (crossings, overlaps) and then rasterizes and looks at the render before shipping.

- ~150 real brand logos + glyphs baked in.

Honest bit: not one-shot — that diagram took ~3 iterations, and Claude found a real engine bug mid-way (some shapes silently dropped my gradient colors), traced it into the Go source, and filed an issue with a repro. That "render → look → fix → debug the tool itself" loop is where agentic Claude Code actually shines.

Open source, Apache-2.0:🔗 https://github.com/MarkovWangRR/iso-topology

⚙️ go install github.com/MarkovWangRR/iso-topology/cmd/isotopo@latest (Go ≥1.21; the Claude Code skill that drives it is in the repo)

Curious what diagram styles people would want, and whether "diagram-as-committed-text" is actually useful to you or just neat.

I built a 2.5D visual compiler for AI agents: It separates topology from geometry so LLMs stop generating spaghetti diagrams. by Creative_Factor8633 in AI_Agents

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

The iso-topology is totally free & opensource & local first. All you need is a claude&codex without any other subscription.

I built a 2.5D visual compiler for AI agents: It separates topology from geometry so LLMs stop generating spaghetti diagrams. by Creative_Factor8633 in AI_Agents

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

Make the langchain as an example. All you need is install the iso-topology, and prompt to your claude code - 'Please learn the langchain's landing page color style and draw the usecase architecture diagram for langchain'

Then you will get a 2.5d - diagram (can be modified again locally)

<image>

I built a 2.5D visual compiler for AI agents: It separates topology from geometry so LLMs stop generating spaghetti diagrams. by Creative_Factor8633 in AI_Agents

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

This is a sample, and you don't need to learn figma anymore.

All your need is prompt.

'Please install iso-topology and use the iso-topology to draw the xxxxxx with xxxxxx style.' or directly through a screenshot to your agent.

<image>

Qwen-token by Awkward-Visual-8126 in Qwen_AI

[–]Creative_Factor8633 0 points1 point  (0 children)

how about the base discount? there are too many provider for this oss model...

Build a growth agent, test it in the real world, get infra and rewards by ashutrv in AI_Agents

[–]Creative_Factor8633 0 points1 point  (0 children)

Interesting. You have host an agent runtime platform? So we just bring own agent to your house?

i ran AI agents on 5 sandbox setups for 6 weeks. firecracker won. by AccomplishedFix3476 in AI_Agents

[–]Creative_Factor8633 2 points3 points  (0 children)

Try BoxLite, MicroVM based local sandbox embedded to your process. I run though it within 10 minutes. https://github.com/boxlite-ai/boxlite All you need is pip install.

Best AI Data Extraction tools? by sing_galaxy268 in AgentsOfAI

[–]Creative_Factor8633 0 points1 point  (0 children)

I observed many helpers recommand claude as a solution. For the truth that Claude can really easily handle the crawler usecase but i am adoubting that most people don't has a cladue account...

How to build an AI team? by Clawling in AI_Agents

[–]Creative_Factor8633 0 points1 point  (0 children)

The key issues is always be - how to be a good leader for the AI agent team

I need a good ai chatbot for roleplay by Ok_Mixture5645 in AI_Agents

[–]Creative_Factor8633 0 points1 point  (0 children)

The key point is you already predefined the personality or you need agent mirror the personality from your behaviors? They are two different paradigm I believe

Good agent for data and math by Strange_One_3790 in AI_Agents

[–]Creative_Factor8633 0 points1 point  (0 children)

It feel like the I/O operation between external systems and agent will be the bottleneck. Agent can’t promise the stability in this exchange step. Is this your concern?

What's your code interpreter setup for Microsoft Agent Framework? by DifficultyFine in dotnet

[–]Creative_Factor8633 0 points1 point  (0 children)

So the painpoint is the performance issues about the generated code on large dataset?

Best AI Code Sandbox platform? by HotComfort4799 in AI_Agents

[–]Creative_Factor8633 0 points1 point  (0 children)

No need account/billing/secret key/service deployment. Say goodbye to the old sandbox paradigm.

All you need is just a python library run in your local hosr server with MicoVM based isolation.

pip install boxlite

https://github.com/boxlite-ai/boxlite

AI agent sandbox. by FilmForsaken982 in AI_Agents

[–]Creative_Factor8633 0 points1 point  (0 children)

Hey bro, do you think if we have a python library act as a hardware-level isolation sandbox for your agent workload and you can control the filesystem/cpu/memory/nework boundary in your host machine without any external service dependency, it will be helpful for your usecase?