Mark Holton

24.9K posts

Mark Holton banner
Mark Holton

Mark Holton

@MarkHolton

Architect of data pipelines & AI workflows Production systems · Agentic workflows · Event-driven Founder, Nora Foundry

Georgia, USA 🇺🇸 Katılım Temmuz 2007
671 Takip Edilen605 Takipçiler
Mark Holton
Mark Holton@MarkHolton·
Nice read from Antirez, creator of Redis #ds4c" target="_blank" rel="nofollow noopener">github.com/antirez/ds4#ds
Alpharetta, GA 🇺🇸 English
0
0
0
14
Mark Holton retweetledi
ClaudeDevs
ClaudeDevs@ClaudeDevs·
Usage limits are up, effective today we're: 1) Doubling Claude Code's 5-hour limits for Pro, Max, Team and seat-based Enterprise plans 2) Removing peak hours limit reduction on Claude Code for Pro and Max plans 3) Substantially raising our API rate limits for Opus models
Claude@claudeai

We’ve agreed to a partnership with @SpaceX that will substantially increase our compute capacity. This, along with our other recent compute deals, means that we’ve been able to increase our usage limits for Claude Code and the Claude API.

English
1.5K
3.2K
41.4K
3.9M
Mark Holton
Mark Holton@MarkHolton·
@xVexity @Barchart This is all funded by profits, not debt. The growth GOOG showed was limited by capacity. The comparison to dot com days is naive and outdated.
English
0
0
0
11
Vexity
Vexity@xVexity·
@Barchart Looks very familiar to the Dot Com bubble.
English
2
0
4
666
Barchart
Barchart@Barchart·
Semiconductor Stocks are now at their most overbought level since 2017
Barchart tweet media
English
46
133
856
107.6K
DHH
DHH@dhh·
It's really easy to add your company logo too. This would work well on a future Shopify Omarchy standard issue laptop, @tobi 😄
DHH tweet mediaDHH tweet media
English
10
3
260
24.1K
DHH
DHH@dhh·
Omarchy 3.7 will make it trivial to theme the boot unlock screen. And any theme can offer a variant 🤩
DHH tweet mediaDHH tweet mediaDHH tweet mediaDHH tweet media
English
87
52
2.2K
79.8K
Mark Holton
Mark Holton@MarkHolton·
This auto-eval loop is interesting. For my own agents the key takeaways for me are: 1. have clear evals No eval → no improvement loop. Define: * completeness score * correctness checks (did tool calls succeed) * structure validation (output matches schema) * decision usefulness (business logic) 2. Log full traces (not just outputs) You want: tool calls,.decisions, failures dead ends. Not for debugging for learning and iteration. I.e. want: * tool call inputs/outputs * reasoning steps (even partial) * failures (timeouts, bad data, wrong tool) * retries / dead ends
Kevin Gu@kevingu

x.com/i/article/2039…

Alpharetta, GA 🇺🇸 English
0
1
3
59
Mark Holton
Mark Holton@MarkHolton·
This is worth checking out for your apps. A lot of tools, etc exploding everywhere, but this is a nice looking way to nail down design (my focus is backend so something like this helps me organize front end)
Ole Lehmann@itsolelehmann

the hottest new design tool is english google just introduced design .md, and i'm shocked more people aren't talking about it it's a single plain text file where you describe how your app should look: > colors > fonts > spacing > button styles > card layouts all of it, all written in plain english your ai coding agent reads this file before generating any ui. so every screen, component, and page comes out visually consistent. automatically the reason this matters is because most vibe-coded apps look like absolute slop like it was designed by someone who's never opened a design tool every screen looks slightly different. the colors don't match. the spacing is random. buttons change shape between pages design .md solves this at the root instead of trying to describe how things should look in every single prompt, you write it once in one file: "primary color: # 6366f1 (indigo). use for buttons, links, and focus states" "body text: inter, 16px, regular weight, 1.5 line height" "cards: white background, 1px border, 12px rounded corners, 16px padding" "buttons: 8px rounded corners, 10px vertical padding, bold text" etc your ai reads this before touching any ui. so every screen matches. every component follows the same rules and it works across tools. claude code, codex, cursor, gemini, whatever you're using. the file lives in your project folder (same spot as skills and other context files) and any ai tool that reads your project files picks it up automatically google stitch (google's ai design tool) can also extract a design .md from any live website point it at stripe .com. it pulls out stripe's entire visual language as a text file. the exact colors, typography, spacing, and component patterns that make stripe look like stripe drop that file into your project and your ai builds ui that matches stripe's design quality someone already built a collection of 55 pre-made design .md files from companies like stripe, apple, airbnb, linear, notion, figma, spotify, uber it's all on github for free (called awesome-design-md) the workflow: 1. pick a design system you like from the repo (or extract one from any website using stitch) 2. drop the design .md file into your project folder 3. tell your ai coding agent to build your app/website 4. it reads the file and every screen comes out matching that visual style one file that creates consistent design across your entire app. no figma / design skills / css knowledge required a year ago you needed a designer to make something look professional now you need one text file written in english

Alpharetta, GA 🇺🇸 English
0
0
2
65
Mark Holton
Mark Holton@MarkHolton·
Most distributed systems don’t fail because of architecture diagrams. They fail at: – retries – state ownership – workflow recovery I wrote how I evaluate and stabilize systems before they scale: norafoundry.dev/papers/how-i-e…
English
0
0
2
38
Mark Holton
Mark Holton@MarkHolton·
It will be interesting to see one comes out of this. Already so many forks of the leak source of the Claude Code agent. Curious if this will spawn many open source agents who get a leg up from these leaks venturebeat.com/technology/cla…
Alpharetta, GA 🇺🇸 English
0
0
2
176
Mark Holton
Mark Holton@MarkHolton·
If you’re dealing with: - unreliable pipelines - slow or expensive AI workflows - systems that are getting harder to manage it’s usually not the model - it’s the system around it. Happy to take a look. gofractional.com/r/mark-holton
English
0
0
3
49
Mark Holton
Mark Holton@MarkHolton·
@DeFi_Hanzo an Ollama 70B model on a 16GB mini would not be a good experience. Best case, you’re talking about highly compressed variants, aggressive tradeoffs, limited context, and likely sluggish inference. The practical local sweet spot on 16GB is more like small-to-mid models only
English
0
0
0
272
Hanzo ㊗️
Hanzo ㊗️@DeFi_Hanzo·
The local AI dev stack is now complete. This week alone: > Google TurboQuant — 16GB Mac Mini now runs frontier-level models > 1win giving $5,000, details in my pinned post > VS Code + Ollama — any local model, native in your editor, no API key Think about what that actually means. 6 months ago the local AI argument was "quality is not there yet." Then TurboQuant dropped and closed the gap to near-zero. Now your editor uses those models directly. No OpenAI subscription. No Anthropic API costs. No usage limits. No data leaving your machine. The full stack: > hardware — Mac Mini, $700 > models — Ollama, free > editor — VS Code + Ollama integration, free > agent layer — OpenClaw, open source Total monthly cost: $0 after hardware. I switched to this setup 4 months ago. The people telling you local AI is a "hobby project" are now working in an editor that runs local models by default. The infrastructure argument is over. What is your excuse for still paying per token?
Hanzo ㊗️@DeFi_Hanzo

I bought a Mac Mini 2 months ago. People laughed. "Why not just use the server?" "Why you play on 1win?" "Local models are a toy." "You'll never match GPT-4 quality on consumer hardware." Google just released TurboQuant. An algorithm that shrinks AI model memory by 6x without losing intelligence. 8x faster. Same number of GPUs. Same quality. My 16GB Mac Mini can now run models that required a $50,000 server 18 months ago. Here is what actually changed: > kv-cache compressed to 3 bits with zero accuracy loss > models that needed 96GB of VRAM now fit in 16GB > the performance gap between local and cloud just collapsed The people who laughed at the Mac Mini are now watching Micron and Sandisk stock fall off a cliff. Because if you don't need 6x the memory to run AI - you don't need 6x the memory chips. $527 billion in combined market cap. Memory prices up 500% on AI demand.

English
16
6
140
16.9K
Mark Holton
Mark Holton@MarkHolton·
Been loving the @duckdb "DuckDB in action" book and exploring what is possible in data pipelines (and also my Rust/Tauri app)
Mark Holton tweet media
Alpharetta, GA 🇺🇸 English
0
0
2
68
Science girl
Science girl@sciencegirl·
American startup Reflex Robotics makes warehouses faster, smarter, and more efficient.
English
228
644
2.7K
262.7K
Sam Altman
Sam Altman@sama·
I have so much gratitude to people who wrote extremely complex software character-by-character. It already feels difficult to remember how much effort it really took. Thank you for getting us to this point.
English
4.6K
2.2K
35.9K
5.7M