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

No exit – an AI doomsday WebGL scroll experience

https://noexit.framer.ai/
1•fredmoon•7m ago•1 comments

Genome modelling and design across all domains of life with Evo 2 (FM)

https://www.nature.com/articles/s41586-026-10176-5
1•u1hcw9nx•8m ago•0 comments

"Microsoft Clairty" Isn't Microsoft Clarity: Deobfuscating Ad Fraud Script

https://cside.com/blog/microsoft-clairty-isnt-microsoft-clarity-deobfuscating-a-typosquatted-ad-f...
1•swijck•9m ago•0 comments

Sandman App/CLI – Sleep-safe red screen for Mac/lin/win, removes blue and green

https://cyrusradfar.com/labs/sandman
1•cyrusradfar•13m ago•1 comments

Nukemap – Visualize Nuclear Explosion Impact Zones

https://nuclearsecrecy.com/nukemap/
1•gscott•13m ago•0 comments

Show HN: Khaga – AI Infrastructure Diagnosis for AWS, GCP, Azure and Kubernetes

https://khaga.dev
1•Gowrishankarhq•15m ago•0 comments

Show HN: Use Clean Architecture architecture in a PHP project

https://github.com/giacomomasseron/php-clean-architecture
1•giacomom_k•16m ago•0 comments

Expanding yasnippets by voice in Emacs and other applications

https://sachachua.com/blog/2026/03/expanding-yasnippet-by-voice/
1•fk_fk•16m ago•0 comments

Hiromix "Seventeen Girl Days" – Canon New Cosmos of Photography

https://global.canon/en/newcosmos/gallery/grandprix/1995-hiromix/index.html
1•etherus•16m ago•0 comments

Value Investing in the Age of AI

https://pardusai.substack.com/p/value-investing-in-the-age-of-ai
1•JasonHEIN•16m ago•0 comments

Show HN: 100% local speech dictation app with wakeword detection

https://mohdali7.gumroad.com/l/xemzak
1•computerex•21m ago•0 comments

Smalltalk's Browser: Unbeatable, yet Not Enough

https://blog.lorenzano.eu/smalltalks-browser-unbeatable-yet-not-enough/
6•mpweiher•23m ago•0 comments

Gulf insurance costs soar 12-fold despite US president's guarantee

https://www.ft.com/content/865dab47-f9b8-4c81-88e6-15894cbda58c
3•divbzero•24m ago•0 comments

ChatGOAT – switch between GPT/Claude/Gemini/Grok and image/video Generation

https://www.chatgoat.ai/en
1•HollisQi•25m ago•1 comments

Meta Ray-Ban smart glasses recordings aren't private

https://mashable.com/article/meta-ai-ray-ban-glasses-intimate-videos-workers
3•ivell•26m ago•1 comments

Show HN: Test your blog SEO, Content, Accessibility etc. with one tool

https://www.blogvitals.com/
1•mb69•29m ago•0 comments

ICS Advisory Project and EmberOT's CVE Research: 2024-2025

https://www.emberot.com/ics-ot-vulnerability-intelligence-report-2024-2025/
1•TheWiggles•30m ago•0 comments

An offline map using OruxMaps(satellite,routing,3D terrain,GPS and POI)

2•supergoogler•31m ago•0 comments

Sam Altman admits OpenAI can't control Pentagon's use of AI

https://www.theguardian.com/technology/2026/mar/04/sam-altman-openai-pentagon
5•iamflimflam1•32m ago•0 comments

Going Back to the Newspaper Model

https://notes.druchan.com/going-back-to-newspaper-model
2•druchan89•35m ago•0 comments

Poor Man's Polaroid

https://boxart.lt/blog/poor_mans_polaroid
2•ZacnyLos•36m ago•0 comments

Show HN: BitFun – An Agentic Development Environment (Rust and TypeScript)

https://github.com/GCWing/BitFun
1•clearme•36m ago•1 comments

Nvidia PersonaPlex 7B on Apple Silicon: Full-Duplex Speech-to-Speech in Swift

https://blog.ivan.digital/nvidia-personaplex-7b-on-apple-silicon-full-duplex-speech-to-speech-in-...
12•ipotapov•36m ago•0 comments

Microsoft Live Homepage has the same hero appearing twice

https://www.live.com
2•nikkwong•39m ago•1 comments

Show HN: Deploy OpenClaw in 1 minute and run Multiple agents

https://squadofagents.com/
1•jacobsyc•40m ago•0 comments

Phi-4-reasoning-vision and the lessons of training a multimodal reasoning model

https://www.microsoft.com/en-us/research/blog/phi-4-reasoning-vision-and-the-lessons-of-training-...
2•tosh•44m ago•0 comments

AI model trained on 9.3T base pairs can now design novel genes

https://www.dongascience.com/en/news/76660
3•benewton•44m ago•0 comments

Phi-4-reasoning-vision-15B

https://huggingface.co/microsoft/Phi-4-reasoning-vision-15B
2•tosh•45m ago•0 comments

The Complicators, the Drama Aggregators, and the Avoiders

https://randsinrepose.com/archives/the-complicators-the-drama-aggregators-and-the-avoiders/
2•kiyanwang•51m ago•0 comments

NIS-2 is not a bureaucratic monster (German)

https://background.tagesspiegel.de/digitalisierung-und-ki/briefing/nis-2-ist-kein-buerokratiemonster
1•doener•53m ago•0 comments