Thomas Witt's Avatar

Thomas Witt

@thomas-witt.com

πŸš€ Entrepreneur @ Vendis.ai πŸͺ½Angel Investor @ Expedite.Ventures

51
Followers
183
Following
24
Posts
29.08.2023
Joined
Posts Following

Latest posts by Thomas Witt @thomas-witt.com

Post image

$285B wiped out because Anthropic posted a text file on GitHub.

Not a new model.Just ~2,500 lines describing how to review contractsβ€”first-year law school stuff.

"Sophisticated" traders panic-sold on a headline without checking anything.

Apparently traders have no idea what they trade on.

04.02.2026 14:00 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
GitHub - thomaswitt/aws-sdk-http-async: Async HTTP handler plugin for the AWS SDK for Ruby, built on async-http Async HTTP handler plugin for the AWS SDK for Ruby, built on async-http - thomaswitt/aws-sdk-http-async

I just released the aws-sdk-http-async gem: github.com/thomaswitt/a... - an Async HTTP handler plugin for the AWS SDK for Ruby, built on async-http

More information on the background: thomas-witt.com/blog/aws-sdk...

#ruby #rails #aws #async #fibers

19.01.2026 15:02 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Finally codex supports conversation steering as experimental feature and is catching up to claude code.

Also worth reading regarding codex as agent: developers.openai.com/codex/g...

16.01.2026 13:30 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Tech predictions for 2026 and beyond We’ve caught glimpses of a future that values autonomy, empathy, and individual expertise. Where interdisciplinary cooperation influences discovery and creation at an unrelenting pace. In the coming y...

Werner Vogels: β€œRead the headlines telling us that AI will make developers obsolete. In the 2000s, operations engineers expressed similar concerns when cloud computing arrived. Instead, it created an explosion of new companies, and new engineering roles”
www.allthingsdistributed.com/2025/11/tech...

09.01.2026 09:33 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Fast Β· Patrick Collison

Some examples of people quickly accomplishing ambitious things together: patrickcollison.com/fast

19.12.2025 11:50 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Manage Claude's memory - Claude Code Docs Learn how to manage Claude Code's memory across sessions with different memory locations and best practices.

The latest 2.0.64 release of Claude code is interesting. Besides finally named sessions and async agents, they support so-called rules. Maybe that's finally a solution that claude follows coding styles better:

code.claude.com/docs/en/memor...

(https://github.com/anthropics/claude-code/blob/main/CH

10.12.2025 08:55 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Writing a good CLAUDE.md `CLAUDE.md` is a high-leverage configuration point for Claude Code. Learning how to write a good `CLAUDE.md` (or `AGENTS.md`) is a key skill for agent-enabled software engineering.

www.humanlayer.dev/blog/writi...

01.12.2025 06:23 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

First tests with OpenAI's new gpt-5.1-codex-max - even on xhigh - are very disappointing. It doesnt follow instructions well and I can see nowhere that its working 24 hours on tasks - it basically gives immediately answers to very complex tasks, which can't be right.

24.11.2025 09:59 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Coding Agents Tip: When implementinglarge features, you MUST write a spec doc first, divided in phases with not too many subtasks (#Claude in ultrathink plan mode isquite good at this) as a md file. Then ask #codex to implement it and stop at each phase. Then run claude and another codex to review.

20.11.2025 16:11 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
I finally CRACKED Claude Agent Skills (Breakdown For Engineers)
I finally CRACKED Claude Agent Skills (Breakdown For Engineers) Claude Agent Skills? What about MCP? Subagents? Slash Commands? Let's break down EXACTLY when to use agent skills vs MCP servers vs sub-agents vs custom slash commands. πŸ”₯ Here's the truth: Claude Code has evolved from a simple tool into a BEAST with agent skills, sub-agents, custom slash commands, output styles, plugins, hooks, and MCP servers. It's getting confusing AF. After a WEEK of wrestling with agent skill issues, I'm breaking down the RIGHT way and the WRONG way to use these features so you don't waste time like I did. πŸŽ₯ VIDEO REFERENCES - Claude Code Skills: https://docs.claude.com/en/docs/claude-code/skills - Multi-Agent Observability Codebase (get the meta-skill): https://github.com/disler/claude-code-hooks-multi-agent-observability - Tactical Agentic Coding: https://agenticengineer.com/tactical-agentic-coding?y=kFpLzCVLA20 In this video, I'm walking you through the REAL differences between agent skills, MCP servers, sub-agents, and custom slash commands. We'll dive deep into agentic coding patterns, showing you exactly when to use each Claude Code feature and why it matters for your AI coding workflow. I'll show you the wrong way engineers are approaching agent skills (converting ALL slash commands to skills - BIG MISTAKE), and then reveal the right compositional approach that leverages prompt engineering as your foundation. Watch as I build a Git worktree manager skill live, demonstrating how to properly compose custom slash commands, sub-agents, and MCP servers into a powerful reusable agent skill. This is tactical agentic coding at its finest. Whether you're deep into agentic engineering or just getting started with Claude Code and indydevdan's approach to AI agents, this breakdown will save you HOURS of confusion and help you master the core four: context, model, prompt, and tools. The prompt is STILL the fundamental unit of knowledge work. Don't give it away to complex abstractions. Skills are powerful, but they're compositional units - NOT replacements for your custom slash commands and prompt engineering fundamentals. We'll cover: - When agent skills shine vs when they're overkill - Why prompt engineering remains your most critical skill - How to compose features without circular confusion - Real production patterns for agentic coding workflows - The pros and cons of Claude Code's agent skills feature This is essential viewing for any AI coding engineer who wants to stay ahead in agentic engineering. Stop the confusion. Master the features. Ship better code. Stay focused and keep building. #aicoding #claudecode #aiagents

The first really great video IMHO about Claude Codes Skills vs. Slash Commands vs Subagents:

www.youtube.com/watch?v=kFpLz...

Kudos to @IndyDevDan!

11.11.2025 12:44 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
The Smol Training Playbook: The Secrets to Building World-Class LLMs - a Hugging Face Space by HuggingFaceTB

huggingface.co/spaces/Hugging... #llm

01.11.2025 08:58 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Kind of cool: add #codex as an #mcp server in #Claude and use it in prompts as an independent reviewer:

claude mcp add codex -s user -- codex -m gpt-5 -c model_reasoning_effort="high" mcp-server

I use that all the time to review code by a different model than the writer.

01.11.2025 08:00 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image
01.11.2025 07:55 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Code like a surgeon

Great AI coding comparison: "A surgeon isn't a manager, they do the actual work! But their skills and time are highly leveraged with a support team that handles prep, secondary tasks, admin. The surgeon focuses on the important stuff they are uniquely good at."

www.geoffreylitt.com/2025/10/...

27.10.2025 08:10 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Thread safety

Great overview of Ruby Async/Threadsafe Antipatterns:

socketry.github.io/async/guid...

BTW, Claude Code + Codex are really good finding and eliminating those patterns in your codebase. Give it a spin…

Need a quick refresher? pawelurbanek.com/rails-thread...

24.10.2025 14:15 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
GitHub - afstanton/tool_forge Contribute to afstanton/tool_forge development by creating an account on GitHub.

Define tools in ruby_llm to be used for both tool calling as well as MCP

github.com/afstanton/tool_forge

23.10.2025 06:48 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Detect Electron apps on mac where the Electron hasn't yet been updated to fix the system wide lag Detect Electron apps on mac where the Electron hasn't yet been updated to fix the system wide lag - Detect electron apps causing macOS Tahoe lag.md

If you are running MacOS Tahoe and your system is lagging, it might be because of outdated electron apps.

tl;dr fix: Enter `launchctl setenv CHROME_HEADLESS 1` after every reboot.

More Info including snippets who find out which apps are the culprits:

gist.github.com/tkafka/e3eb63...

22.10.2025 09:01 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
GitHub - ChromeDevTools/chrome-devtools-mcp: Chrome DevTools for coding agents Chrome DevTools for coding agents. Contribute to ChromeDevTools/chrome-devtools-mcp development by creating an account on GitHub.

Chrome #MCP DevTools are awesome to debug complex JS stuff in a browser: github.com/ChromeDevTools/chr... (announcement: developer.chrome.com/blog/chr...). Installation takes 2 minutes and works out of the box.

#ai #coding

15.10.2025 16:03 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
How does Turbo listen for Turbo Streams?

Great write-ups about how #turbo actually works:

ducktypelabs.com/how-does-tur...

ducktypelabs.com/how-does-tur...

#rails #hotwire



15.10.2025 14:56 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Claude Code Docs, Guides & Best Practices | ClaudeLog Claude Code documentation, tutorials & best practices from real-world usage. Expert insights, optimization techniques, and searchable knowledge base.

Awesome resource about techniques how to use Claude Code: claudelog.com/

#AICoding #AI #Coding

15.10.2025 08:40 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

#RailsWorld 2025, here we go!

04.09.2025 07:50 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
NYC’s Urban Textscape Analyzing All of the Words Found on NYC Streets

Now that's cool applied machine learning and data science: pudding.cool/2025/07/stre...

13.08.2025 05:51 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
πŸš€ Hiring now: Senior Rubyβ€―onβ€―Rails Developer | AI/LLM Β· DynamoDB Β· OpenSearch | Remote-Full time Employee No. | Thomas Witt πŸš€ Hiring now: Senior Rubyβ€―onβ€―Rails Developer | AI/LLM Β· DynamoDB Β· OpenSearch | Remote-Full time Employee No. 2 | UTC - UTC +4 We’re veteran founders and angel investors who’ve seen too many terrible...

πŸš€ Hiring: Senior Rails Dev (AI Β· DynamoDB Β· OpenSearch) Employee No. 2

- Rails 8, Hotwire, Tailwind
- Live product, real customers
- Tiny senior team, daily shipping
- Remote (UTC–UTC+4), equity options

DM + GitHubπŸ‘‡
www.linkedin.com/feed/update/...

#rails #jobs #ruby #remote

01.07.2025 12:51 πŸ‘ 0 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
My AI Skeptic Friends Are All Nuts My smartest friends have bananas arguments about LLM coding.

fly.io/blog/youre-a...

Word.

03.06.2025 12:26 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0