frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: SDK for AI Coding with Long Running Tasks

https://cloudcoding.ai/
2•sean_•10mo ago
It seems that using Cursor has become really repetitive. My workflow typically goes like this: - Get a task to accomplish on a codebase - Research the web and codebase to create a plan - Send the entire plan to cursor and sit back for it to finish

This flow works really well with a high level of accuracy for the most part and it's becoming obvious that the margin between where it is today and "perfect" is quickly closing.

Because of this flow, I feel that I can replicate it through an SDK that uses a AI cli coder tool with low level control.

In this SDK, you can also use the best coder in the world per: https://aider.chat/docs/leaderboards/

As shown here:

```python from cloudcode import Local import os

def main(): # Use the current directory cwd = os.getcwd() example_file = "example.py"

    # Initialize the Aider SDK in architect mode
    agent = Local(
        working_dir=cwd,
        model="o3",  # Main (planner) model
        editor_model="gpt-4.1",  # Editor model for implementing changes
        architect_mode=True,
        use_git=False,
        api_key=os.getenv("CLOUDCODE_API_KEY")
    )

    # Create or overwrite a simple Python file to modify using the SDK
    agent.create_file(
        example_file,
        """def add(a, b):
    return a + b
""" )

    # Run a coding task using the two-model workflow
    result = agent.code(
        prompt="make this function super cool. just make the math functions better",
        editable_files=[example_file]
    )

    # Print the results
    print("\nTask completed!")
    print(f"Success: {result['success']}")
    print("\nChanges made:")
    print(result["diff"])


    # Display cost information
    print("\nTask completed!")
if __name__ == "__main__": main()

```

Given that you can mimic your workflows from cursor and claude code into this sdk, you shouldn't have to sit around on your computer waiting for the long running task to finish.

That's why I built in a Sandbox class that mounts the ai coder into a remote sandbox directory instead of a local folder so you can deploy an ai coder to the cloud, enabling use cases such as coding from your phone and the browser.

I have already found so many low-handing fruit use cases for this sdk to automate prompting, information gathering, and auto-docs as shown in our github https://github.com/LMSystems-ai/cloud-coding

But I want to take it a step further.

You can get started for free today with this sdk and see our favorable pricing model here: https://docs.cloudcoding.ai/pricing

Show HN: Diamond – an interactive CLI for editing trees

https://github.com/justindmassey/diamond
1•justindmassey•1m ago•0 comments

Memory and storage shortages may lead to shipping Steam Machines in 2027

https://www.pcgamer.com/hardware/valve-still-hopes-to-ship-steam-machines-in-2026-but-a-delay-int...
1•joaogui1•3m ago•0 comments

Graphene-based 'artificial skin' brings human-like touch closer to robots

https://techxplore.com/news/2026-03-graphene-based-artificial-skin-human.html#google_vignette
1•stevenjgarner•4m ago•0 comments

Show HN: Mapping 10 years of world model research (489 papers, 2012–2026)

https://github.com/Bowen12137/Awesome-World-Models
1•Arthur12137•4m ago•0 comments

Show HN: Reviving a 20-year-old puzzle game Chromatron with Ghidra and AI

https://quesma.com/blog/chromatron-recompiled/
1•stared•7m ago•0 comments

Cloud Shakes – Open-source cloud shake app

https://shakes.es
2•erriikk•7m ago•0 comments

The Book of PF, 4th Edition: It's Here, It's Real

https://bsdly.blogspot.com/2026/03/the-book-of-pf-4th-edition-its-here-its.html
1•peter_hansteen•8m ago•0 comments

Nvidia dominates gaming GPU market with 95 percent share

https://www.tomshardware.com/pc-components/gpus/nvidia-dominates-discrete-gpu-market-as-sales-of-...
1•doener•10m ago•0 comments

Show HN: Learning tips for Claude Code's thinking spinner

https://github.com/dongsheng123132/claude-code-spinner-tips
1•17vibe•11m ago•0 comments

Stupid Question

https://sekor.eu.org/techlog/stupid-question/
1•modinfo•13m ago•0 comments

A Fighting Retreat

https://antithesis.com/blog/2026/carcinization/
1•wwilson•14m ago•0 comments

Better-CLI: A Skill that teaches agents best practices for improving CLIs

https://github.com/yogin16/better-cli
1•yogin16•15m ago•1 comments

Show HN: Emojit – build integers from emojis in Python

https://github.com/idmitrievsky/emojit
1•idmitrievsky•17m ago•0 comments

Show HN: Synapse – structurally honest reasoning VM (spec) – the missing layer

https://github.com/nienso/synapse
1•lfmuc•17m ago•0 comments

Supporting the Npmx Alpha Launch

https://atproto.com/blog/npmx-alpha-launch
1•doener•18m ago•0 comments

20ms Bootup Time Lamda (question, not crappy ad)

1•uncover-f•19m ago•0 comments

Show HN: learnchess.ai – Local-first chess coaching app with AI

https://learnchess.ai
1•nikolasburk•21m ago•0 comments

Is an AI Model Software? – A Low-Level Technical View

https://bensantora-com.pages.dev/posts/is-an-ai-model-software/
1•truelinux1•22m ago•1 comments

JIBLM – Journal of Inquiry-Based Learning in Mathematics

https://jiblm.org/guides/index.php?category=jiblmjournal
1•o4c•24m ago•0 comments

FreeBSD 15.1 on Track with Better Realtek WiFi and KDE Desktop Install Option

https://www.phoronix.com/news/FreeBSD-15.1-Realtek-KDE-Wins
1•doener•25m ago•0 comments

A curated list of papers on LLMs reasoning failures

https://github.com/Peiyang-Song/Awesome-LLM-Reasoning-Failures
1•itherseed•25m ago•0 comments

Unpacking the deceptively simple science of tokenomics

https://www.theregister.com/2026/03/07/ai_inference_economics/
2•samizdis•27m ago•0 comments

The Tocharian *klewos: nom-klyu

https://old.reddit.com/r/IndoEuropean/comments/geyjva/the_tocharian_klewos_nomklyu/
1•joebig•29m ago•1 comments

LeadsFromURL – AI finds buyer-intent conversations on Reddit from your URL

https://leadsfromurl.com
1•lolzenom•31m ago•1 comments

lsgit: List Git Repositories

https://github.com/itinance/lsgit
1•mpweiher•35m ago•0 comments

What it's like being an airline pilot when missiles start crossing flight path

https://www.theguardian.com/world/2026/mar/06/divert-turn-back-or-fly-around-what-its-like-to-be-...
1•bookofjoe•37m ago•1 comments

Show HN: Zmod codemod toolkit, 8x faster

https://github.com/NaamuKim/zmod
2•oss-luke•38m ago•0 comments

Linux 7.0 File-System Benchmarks

https://www.phoronix.com/review/linux-70-filesystems
2•wasting_time•39m ago•0 comments

IMs Come, IMs Go

https://mov.im/blog/debacle/76bf90a4-5f59-4962-92db-6cd859f42ec9
1•upofadown•44m ago•0 comments

Show HN: iQWEB – a diagnostic engine for website performance issues

https://iqweb.ai
1•david_iqlabs•45m ago•1 comments