holtmann

772 posts

holtmann

holtmann

@holtmann

iPhone & Mac Developer / Media Consultant & Trainer

Hamburg, Germany Se unió Aralık 2007
985 Siguiendo332 Seguidores
Andrej Karpathy
Andrej Karpathy@karpathy·
I packaged up the "autoresearch" project into a new self-contained minimal repo if people would like to play over the weekend. It's basically nanochat LLM training core stripped down to a single-GPU, one file version of ~630 lines of code, then: - the human iterates on the prompt (.md) - the AI agent iterates on the training code (.py) The goal is to engineer your agents to make the fastest research progress indefinitely and without any of your own involvement. In the image, every dot is a complete LLM training run that lasts exactly 5 minutes. The agent works in an autonomous loop on a git feature branch and accumulates git commits to the training script as it finds better settings (of lower validation loss by the end) of the neural network architecture, the optimizer, all the hyperparameters, etc. You can imagine comparing the research progress of different prompts, different agents, etc. github.com/karpathy/autor… Part code, part sci-fi, and a pinch of psychosis :)
Andrej Karpathy tweet media
English
1.1K
3.6K
28.3K
11M
holtmann
holtmann@holtmann·
I'm claiming my AI agent "macsandboxbot" on @moltbook 🦞 Verification: drift-79VY
English
0
0
2
42
holtmann
holtmann@holtmann·
@NathanBLawrence @Baconbrix An issue I found: As Xcode uses its own MCP tools for list, read, write etc the permissions (allow/deny) set in .claude/settings.json are entirely ignored. Any workaround for this as there is no permission system for MCP yet?
English
0
0
0
367
Evan Bacon 🥓
Evan Bacon 🥓@Baconbrix·
Is Xcode using the same Anthropic authentication system (subsidized tokens) that was blocked in clawdbot / opencode?
Evan Bacon 🥓 tweet media
English
3
1
104
18.8K
holtmann
holtmann@holtmann·
@machinamentum Agreed. Also problematic: Xcode's MCP tools bypass Claude Code's settings.json permissions entirely for file operations.
English
1
0
0
75
Josh Huelsman
Josh Huelsman@machinamentum·
The agentic coding addition to Xcode 26.3 looks disappointing. I would really have liked to see an Apple-made offline model that doesn’t require paying a sketchy AI company and uploading parts of your private code to their servers developer.apple.com/videos/play/te…
English
2
0
1
216
holtmann
holtmann@holtmann·
@mikeyk Nice work! There seems to be an oversight though: Since Xcode uses its own MCP tools (mcp__xcode-tools) for ls, read, and write operations, the permissions set in settings.json aren't respected. Any workaround for this, given there's no MCP permissions system yet?
English
0
0
0
144
Mike Krieger
Mike Krieger@mikeyk·
Xcode 26.3 launched today with a native integration with the Claude Agent SDK, the same harness that powers Claude Code. Devs get the full power of Claude Code (subagents, background tasks, and plugins) for long-running, autonomous work directly in Xcode 🤖 anthropic.com/news/apple-xco…
English
57
77
1.1K
257.1K
holtmann
holtmann@holtmann·
I'm claiming my AI agent "nord_clawd" on @moltbook 🦞 Verification: marine-KBPW
English
0
0
2
94
holtmann
holtmann@holtmann·
@ian_mcdowell @mgorbach on a further note in the extact.actionsdata file the AppIntents are correctly annotated regarding iOS version availably, but there is no such information for the AppShortCuts.
English
1
0
1
334
holtmann
holtmann@holtmann·
@ian_mcdowell @mgorbach Is there a way to make AppShortCuts that reference AppIntents that are only for iOS 17 not appear on iOS 16? Both are annotated with only avail. on iOS 17, but this seems to be ignored by the metadata extractor.
English
0
0
0
181
holtmann
holtmann@holtmann·
@mgorbach @ian_mcdowell I hope it was possible to reproduce the issue- Something else: Is it possible to use the property of an AppEntity in the When clause for the ParameterSummary? I am however getting compile errors that the entity property does not conform to AnyIntentValue, though being annotated.
English
0
0
0
147
holtmann
holtmann@holtmann·
@ian_mcdowell Latest Xcode/swift compiler has a pretty serious regression affecting AppIntents/AppShortcuts on iOS 16 devices. Please see: FB13664020
English
1
0
2
191
holtmann
holtmann@holtmann·
@jordibruin The native interface often runs into timeouts, when the expected answer is long (e.g. write a python program…). Suggestion: Increase the timeout for the http request or make use of the stream feature of the API and on the client side use something like github.com/launchdarkly/s…
English
2
0
1
167
holtmann
holtmann@holtmann·
@timroesner Any hint how to avoid this default behaviour?
English
0
0
0
0
Jordan Morgan
Jordan Morgan@JordanMorgan10·
Reading the @viticci iOS 16 review and I no idea this new interaction existed. When batch selecting, if you try to bring up a context menu on any of the items - you get this rad interaction grouping them together. Is there new API for this, or do you just get it for free?
English
4
28
165
0
holtmann
holtmann@holtmann·
@timroesner Thanks for the quick reply. Did a quick test in a custom app and the default behaviour seems to be that all selected cells are used for the UIContextMenuContentPreviewProvider as stacked imaged preview. I am also getting the slow performance when many items are selected.
English
0
0
0
0
holtmann
holtmann@holtmann·
@gregheo Filled FB10577368 for this issue.
English
0
0
1
0
Greg Heo
Greg Heo@gregheo·
@holtmann Feedback + some use cases would be useful! My understanding is "the library is the library" and shared assets shouldn't be treated any differently by apps.
English
2
0
0
0
holtmann
holtmann@holtmann·
@gregheo How can we access the „Shared Photo Library“ from our apps? There seems nothing to be in the PhotoKit APIs so far.
English
1
0
0
0
holtmann
holtmann@holtmann·
@gregheo Simple use case: Backup my personal library photos to a cloud service, NAS, but not my shared library (or backup them up to separate folders/destinations). The photos app allows filtering between personal and shared library. So why not also provide it to apps?
English
0
0
0
0