AI Assisted Software Development is a new way of developing software that uses AI to assist developers in their work. Published in collaboration with OSSBiG Austria, this paper explores how AI tools can augment developer workflows, improve code quality, and accelerate the development process.
MCP server connecting AI tools (Claude, Cursor) to Austria's open government data. Semantic search across 60,000+ datasets on data.gv.at in German and English. 18 tools for search, discovery, analysis, and data preview; quality scoring and schema inspection. Install with: uvx datagvat-mcp init. MIT, cross-platform.
An open source approach to generative UI with natural language. Transform natural language input into ready-to-use React components, reduce manual effort, and enable non-technical users to generate functional UI components without deep programming skills. Currently in experimental stage exploring the possibilities of AI-powered UI generation.
Pushed 1 commit to Julian-AT/zero_one_hack_01: fix(www): add wordmark to desktop footer, fix sticky TOC
Use the inverted wordmark in the footer on desktop (logomark + text on
mobile). Switch the root horizontal-overflow guard from overflow-x:hidden
to overflow-x:clip so it no longer breaks position:sticky on the TOC.
May 31, 2026
Pushed 1 commit to Julian-AT/zero_one_hack_01: fix(www): balance hero title wrapping
Apply text-wrap: balance and widen the container to max-w-4xl so the
hero H1 breaks into three even lines with no orphaned word.
May 31, 2026
Pushed 2 commits to Julian-AT/zero_one_hack_01: fix(www): correct social metadata, anchors, title, and mobile layout
- Set production SITE_URL fallback (zeroone.julianschmidt.cv) so canonical,
og:url, og:image, and twitter:image resolve to prod instead of localhost;
hero image (zeroone.png) now serves as the OG/Twitter banner
- Point footer "Systems" links at distinct anchors (transformer-xlstm,
self-supervised-hybrid, neurosymbolic-engine) instead of all #approach
- Rename "Honesty" heading to "A note on honesty" so the slug matches its
TOC/footer/nav links (#a-note-on-honesty)
- Align metadata title with the on-page H1 (Learning and Benchmarking...)
- Pad and space the mobile nav drawer; cap its width
- Break long paths/code and let code blocks scroll, trim mobile container
padding, and add a root overflow-x safeguard to kill horizontal scroll and feat(www): use wordmark logo in desktop header
Add the Attention Seekers wordmark to public/ and show it in the header
on desktop; mobile keeps the logomark plus text.
May 31, 2026
Pushed 1 commit to Julian-AT/zero_one_hack_01: Update README.md
May 31, 2026
Pushed 1 commit to Julian-AT/zero_one_hack_01: chore: sync
May 31, 2026
Pushed 1 commit to Julian-AT/zero_one_hack_01: Create .gitignore
May 31, 2026
Pushed 1 commit to Julian-AT/zero_one_hack_01: chore: add web app